@spark-ui/cli-utils 16.2.3 → 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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
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
|
+
|
|
1
15
|
## 16.2.3 (2026-03-19)
|
|
2
16
|
|
|
3
17
|
### 💅 Refactors
|