@spark-ui/theme-utils 18.1.0 → 18.1.2

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