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

chore: release and publish to npm new version 3.53.0

parent 6dd6d32d
No related branches found
No related tags found
No related merge requests found
## [3.53.0] - 2023-11-11
### Add Features
- new icons (css) [#130](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/130)
### Changes
- tidy code
- tidy code
## [3.52.1] - 2023-11-05 ## [3.52.1] - 2023-11-05
### Bug Fixes ### Bug Fixes
- only 10 tabs can be activated [#129](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/129) - only 10 tabs can be activated [#129](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/129)
- fix some css bugs [#128](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/128) - fix some css bugs [#128](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/128)
### Changes
- release and publish to npm new version 3.52.1
## [3.52.0] - 2023-11-03 ## [3.52.0] - 2023-11-03
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.52.1", "version": "3.53.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",
......
...@@ -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.52.1"); monsterVersion = new Version("3.53.0");
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.52.1") monsterVersion = new Version("3.53.0")
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