@spark-ui/cli-utils 16.2.2 → 17.0.0

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 +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # 17.0.0 (2026-03-20)
2
+
3
+ ### 💅 Refactors
4
+
5
+ - ⚠️ **theme-utils:** removed basic color family ([56637ea96](https://github.com/leboncoin/spark-web/commit/56637ea96))
6
+
7
+ ### ⚠️ Breaking Changes
8
+
9
+ - **theme-utils:** use support intent instead of basic
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Powerplex @Powerplex
14
+
15
+ ## 16.2.3 (2026-03-19)
16
+
17
+ ### 💅 Refactors
18
+
19
+ - **components:** migrated Switch to Base UI ([f0a222551](https://github.com/leboncoin/spark-web/commit/f0a222551))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Powerplex @Powerplex
24
+
1
25
  ## 16.2.2 (2026-03-18)
2
26
 
3
27
  This was a version bump only for @spark-ui/cli-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/cli-utils",
3
- "version": "16.2.2",
3
+ "version": "17.0.0",
4
4
  "description": "Spark CLI utils",
5
5
  "publishConfig": {
6
6
  "access": "public"