@spark-ui/icons 17.2.4-beta.0 → 17.2.5-beta.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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 17.2.4 (2026-03-28)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- replaced eslint and prettier with oxlint and oxfmt ([14fd2cf40](https://github.com/leboncoin/spark-web/commit/14fd2cf40))
|
|
6
|
+
|
|
7
|
+
### 💅 Refactors
|
|
8
|
+
|
|
9
|
+
- fixed a11y tests following vite updates ([fcd00dc47](https://github.com/leboncoin/spark-web/commit/fcd00dc47))
|
|
10
|
+
- oxfmt fixes ([ed6eb5793](https://github.com/leboncoin/spark-web/commit/ed6eb5793))
|
|
11
|
+
|
|
12
|
+
### 📦 Build
|
|
13
|
+
|
|
14
|
+
- vite v8 ([6055bc430](https://github.com/leboncoin/spark-web/commit/6055bc430))
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- Powerplex @Powerplex
|
|
19
|
+
|
|
1
20
|
## 17.2.3 (2026-03-27)
|
|
2
21
|
|
|
3
22
|
### 🩹 Fixes
|