@spark-ui/theme-utils 18.0.18 → 18.1.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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 18.1.1 (2026-08-24)
2
+
3
+ ### 🏡 Chore
4
+
5
+ - bump @base-ui/react from 1.6.0 to 1.7.0 ([adb4c889f](https://github.com/leboncoin/spark-web/commit/adb4c889f))
6
+
7
+ ### 🎨 Styles
8
+
9
+ - **theme-utils:** added sz tokens section ([adf2233d7](https://github.com/leboncoin/spark-web/commit/adf2233d7))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - acd02
14
+
15
+ ## 18.1.0 (2026-08-20)
16
+
17
+ This was a version bump only for @spark-ui/theme-utils to align it with other projects, there were no code changes.
18
+
1
19
  ## 18.0.18 (2026-07-29)
2
20
 
3
21
  ### 📦 Build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/theme-utils",
3
- "version": "18.0.18",
3
+ "version": "18.1.1",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {