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
13f92463
Verified
Commit
13f92463
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: release and publish to npm new version 3.55.6
parent
2f98de47
Branches
Branches containing commit
Tags
3.55.6
Tags containing commit
No related merge requests found
Changes
4
Show 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 @
13f92463
## [3.55.6] - 2024-01-26
### Bug Fixes
-
wrong font family for tab buttons
[
#140
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140
)
## [3.55.5] - 2024-01-24
### Bug Fixes
-
predefine order in datatable
[
#138
](
https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/138
)
### Changes
-
release and publish to npm new version 3.55.5
## [3.55.4] - 2024-01-24
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
13f92463
{
"name"
:
"@schukai/monster"
,
"version"
:
"3.55.
5
"
,
"version"
:
"3.55.
6
"
,
"description"
:
"Monster is a simple library for creating fast, robust and lightweight websites."
,
"keywords"
:
[
"framework"
,
...
...
This diff is collapsed.
Click to expand it.
source/types/version.mjs
+
1
−
1
View file @
13f92463
...
...
@@ -152,7 +152,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.55.
5
"
);
monsterVersion
=
new
Version
(
"
3.55.
6
"
);
return
monsterVersion
;
}
This diff is collapsed.
Click to expand it.
test/cases/monster.mjs
+
1
−
1
View file @
13f92463
...
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
let
monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.55.
5
"
)
monsterVersion
=
new
Version
(
"
3.55.
6
"
)
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