Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
2806d4d2
Verified
Commit
2806d4d2
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: release and publish to npm new version 3.63.0
parent
8562362f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+9
-0
9 additions, 0 deletions
CHANGELOG.md
package.json
+1
-1
1 addition, 1 deletion
package.json
source/types/version.mjs
+1
-1
1 addition, 1 deletion
source/types/version.mjs
test/cases/monster.mjs
+1
-1
1 addition, 1 deletion
test/cases/monster.mjs
with
12 additions
and
3 deletions
CHANGELOG.md
+
9
−
0
View file @
2806d4d2
## [3.63.0] - 2024-03-25
### Add Features
-
add events to dataset methods
[
#178
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/178
)
## [3.62.0] - 2024-03-25
## [3.62.0] - 2024-03-25
### Add Features
### Add Features
-
add addRow, removeRow and copyRow
[
#175
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175
)
[
#176
]
(https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
[
#177
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177
)
-
add addRow, removeRow and copyRow
[
#175
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175
)
[
#176
]
(https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
[
#177
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177
)
### Changes
-
release and publish to npm new version 3.62.0
## [3.61.0] - 2024-03-24
## [3.61.0] - 2024-03-24
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
2806d4d2
{
{
"name"
:
"@schukai/monster"
,
"name"
:
"@schukai/monster"
,
"version"
:
"3.6
2
.0"
,
"version"
:
"3.6
3
.0"
,
"description"
:
"Monster is a simple library for creating fast, robust and lightweight websites."
,
"description"
:
"Monster is a simple library for creating fast, robust and lightweight websites."
,
"keywords"
:
[
"keywords"
:
[
"framework"
,
"framework"
,
...
...
This diff is collapsed.
Click to expand it.
source/types/version.mjs
+
1
−
1
View file @
2806d4d2
...
@@ -152,7 +152,7 @@ function getMonsterVersion() {
...
@@ -152,7 +152,7 @@ function getMonsterVersion() {
}
}
/** don't touch, replaced by make with package.json version */
/** don't touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.6
2
.0
"
);
monsterVersion
=
new
Version
(
"
3.6
3
.0
"
);
return
monsterVersion
;
return
monsterVersion
;
}
}
This diff is collapsed.
Click to expand it.
test/cases/monster.mjs
+
1
−
1
View file @
2806d4d2
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
let
monsterVersion
let
monsterVersion
/** don´t touch, replaced by make with package.json version */
/** don´t touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.6
2
.0
"
)
monsterVersion
=
new
Version
(
"
3.6
3
.0
"
)
let
m
=
getMonsterVersion
();
let
m
=
getMonsterVersion
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment