@spark-ui/theme-utils 17.15.2 → 17.15.4

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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## 17.15.4 (2026-07-13)
2
+
3
+ ### 📦 Build
4
+
5
+ - **npm:** bump fs-extra from 11.3.4 to 11.3.6 ([cfa327e2c](https://github.com/leboncoin/spark-web/commit/cfa327e2c))
6
+ - **npm:** bump @babel/core from 7.28.6 to 7.29.6 ([53c0690f3](https://github.com/leboncoin/spark-web/commit/53c0690f3))
7
+ - **npm:** bump @xyflow/react from 12.10.2 to 12.11.2 ([19a51832f](https://github.com/leboncoin/spark-web/commit/19a51832f))
8
+
9
+ ## 17.15.3 (2026-07-13)
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **cli-utils:** sync chromatic version with gha ([b89272f59](https://github.com/leboncoin/spark-web/commit/b89272f59))
14
+
15
+ ### 📦 Build
16
+
17
+ - **npm:** bump svgo from 3.3.3 to 4.0.2 ([d455dbb4f](https://github.com/leboncoin/spark-web/commit/d455dbb4f))
18
+ - **npm:** bump ws from 8.20.0 to 8.21.0 ([b7406f0f1](https://github.com/leboncoin/spark-web/commit/b7406f0f1))
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Powerplex @Powerplex
23
+
1
24
  ## 17.15.2 (2026-07-06)
2
25
 
3
26
  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": "17.15.2",
3
+ "version": "17.15.4",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {