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

chore: release and publish to npm new version 3.52.0

parent 7aa2e062
No related branches found
No related tags found
No related merge requests found
## [3.52.0] - 2023-11-01
### Add Features
- integrate components, test, example and code [#127](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/127)
- integrate components in monster [#127](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/127)
### Changes
- documentation
- update documentation
- add aws doc update to tasks [#126](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/126)
- code tidy and update web test
- code lint
- lint and format
- code tidy
## [3.51.5] - 2023-11-01 ## [3.51.5] - 2023-11-01
### Bug Fixes ### Bug Fixes
...@@ -6,6 +22,7 @@ ...@@ -6,6 +22,7 @@
- release process - release process
### Changes ### Changes
- release and publish to npm new version 3.51.5
- restore devDependencies - restore devDependencies
- update release process - update release process
- conversion of the repos to nix packagemanger [#125](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/125) - conversion of the repos to nix packagemanger [#125](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/125)
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "4.0.0", "version": "3.52.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("4.0.0"); monsterVersion = new Version("3.52.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("4.0.0") monsterVersion = new Version("3.52.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