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

chore: release and publish to npm new version 3.56.0

parent 618d55d2
No related branches found
No related tags found
No related merge requests found
## [3.56.0] - 2024-25-26 ## [3.56.0] - 2024-02-26
### New Features ### Add Features
- New ChangeButton Control [#147](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/147)
- New SaveButton Control [#148](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/148)
- Overlay has a new flag features.openButton [#149](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/149)
- New `ATTRIBUTE_UPDATER_BIND_TYPE` for the updater [#150](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/150)
- update datatable controls [#150](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/150) [#149](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/149) [#148](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/148) [#147](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/147) [#146](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/146) [#145](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/145)
### Changes ### Changes
- Update of the node libraries to the latest version [#145](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/145) - format
- Update bob and version [#145](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/145) - format
- New api mock plugin for api tests in the playground [#146](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/146) - [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
## [3.55.6] - 2024-01-26 ## [3.55.6] - 2024-01-26
### Bug Fixes ### Bug Fixes
- wrong font family for tab buttons [#140](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140) - wrong font family for tab buttons [#140](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140)
### Changes
- release and publish to npm new version 3.55.6
## [3.55.5] - 2024-01-24 ## [3.55.5] - 2024-01-24
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.55.6", "version": "3.56.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.55.6"); monsterVersion = new Version("3.56.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.55.6") monsterVersion = new Version("3.56.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