@golemui/lit 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## 0.15.1 (2026-05-27)
2
+
3
+ This was a version bump only for lit to align it with other projects, there were no code changes.
4
+
5
+ ## 0.15.0 (2026-05-26)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **core:** add actionType: 'submit' to action widgets ([#120](https://github.com/golemui/golemui/pull/120))
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - release from 0.0.0 ([#134](https://github.com/golemui/golemui/pull/134))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Mud Scientist
18
+ - mudscientist
19
+ - Raul Jimenez @Elecash
20
+ - Raúl Jiménez @Elecash
21
+
1
22
  ## 0.14.0 (2026-05-21)
2
23
 
3
24
  This was a version bump only for lit to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemui/lit",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "type": "module",
5
5
  "main": "./index.umd.cjs",
6
6
  "module": "./index.js",
@@ -20,7 +20,7 @@
20
20
  "*.md"
21
21
  ],
22
22
  "peerDependencies": {
23
- "@golemui/core": "0.15.0",
23
+ "@golemui/core": "0.16.0",
24
24
  "@lit/context": "^1.1.6",
25
25
  "lit": "^3.3.1",
26
26
  "rxjs": "^7.8.0"