Skip to content
Snippets Groups Projects
Verified Commit 947aa177 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: release and publish to npm new version 3.55.4

parent b64a02d8
No related branches found
No related tags found
No related merge requests found
## [3.55.4] - 2024-01-24
### Bug Fixes
- add gap to button [#137](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/137)
### Changes
- update tests
## [3.55.3] - 2024-01-23 ## [3.55.3] - 2024-01-23
### Bug Fixes ### Bug Fixes
...@@ -6,6 +15,9 @@ ...@@ -6,6 +15,9 @@
- fix loading select [#135](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/135) - fix loading select [#135](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/135)
- reset config [#136](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/136) - reset config [#136](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/136)
- reset config [#136](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/136) - reset config [#136](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/136)
### Changes
- release and publish to npm new version 3.55.3
## [3.55.2] - 2024-01-22 ## [3.55.2] - 2024-01-22
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.55.3", "version": "3.55.4",
"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",
......
...@@ -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.55.3"); monsterVersion = new Version("3.55.4");
return monsterVersion; return monsterVersion;
} }
...@@ -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.55.3") monsterVersion = new Version("3.55.4")
let m = getMonsterVersion(); let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment