@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "17.2.4-beta.0",
3
+ "version": "17.2.5-beta.0",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"