@golemui/lit 0.17.0 → 1.0.0-rc.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.0.0-rc.0 (2026-06-09)
2
+
3
+ This was a version bump only for lit to align it with other projects, there were no code changes.
4
+
5
+ ## 0.17.0 (2026-06-08)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **core:** validation-aware submit buttons ([#167](https://github.com/golemui/golemui/pull/167))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Mud Scientist @mudscientist
14
+
1
15
  ## 0.16.2 (2026-05-30)
2
16
 
3
17
  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.17.0",
3
+ "version": "1.0.0-rc.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.17.0",
23
+ "@golemui/core": "1.0.0-rc.1",
24
24
  "@lit/context": "^1.1.6",
25
25
  "lit": "^3.3.1",
26
26
  "rxjs": "^7.8.0"