@golemui/lit 0.15.0 → 0.15.1

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.15.0 (2026-05-26)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **core:** add actionType: 'submit' to action widgets ([#120](https://github.com/golemui/golemui/pull/120))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - release from 0.0.0 ([#134](https://github.com/golemui/golemui/pull/134))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Mud Scientist
14
+ - mudscientist
15
+ - Raul Jimenez @Elecash
16
+ - Raúl Jiménez @Elecash
17
+
1
18
  ## 0.14.0 (2026-05-21)
2
19
 
3
20
  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.15.1",
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.15.1",
24
24
  "@lit/context": "^1.1.6",
25
25
  "lit": "^3.3.1",
26
26
  "rxjs": "^7.8.0"