@spark-ui/theme-utils 17.5.0 → 17.5.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 17.5.2 (2026-04-10)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - chromatic needs access to gh history ([605ddc597](https://github.com/leboncoin/spark-web/commit/605ddc597))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
11
+ ## 17.5.1 (2026-04-10)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - chromatic release workflow ([a63a73c76](https://github.com/leboncoin/spark-web/commit/a63a73c76))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Powerplex @Powerplex
20
+
1
21
  ## 17.5.0 (2026-04-10)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/theme-utils",
3
- "version": "17.5.0",
3
+ "version": "17.5.2",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {