@schukai/monster 3.68.0 → 3.68.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,14 +2,18 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## [3.68.1] - 2024-06-23
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- wip pipeline
|
10
|
+
|
5
11
|
## [3.68.0] - 2024-06-23
|
6
12
|
|
7
13
|
### Add Features
|
8
14
|
|
9
15
|
- add on/off action to toggle switch [#207](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/207)
|
10
|
-
### Bug Fixes
|
11
16
|
|
12
|
-
- gitlab pipeline
|
13
17
|
### Changes
|
14
18
|
|
15
19
|
- repair toggle test
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.5","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.68.
|
1
|
+
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.5","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.68.1"}
|