@spark-ui/icons 18.0.16 → 18.0.18

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
+ ## 18.0.18 (2026-07-29)
2
+
3
+ ### 📦 Build
4
+
5
+ - **npm:** bump @base-ui/react from 1.5.0 to 1.6.0 ([03238cc62](https://github.com/leboncoin/spark-web/commit/03238cc62))
6
+
7
+ ## 18.0.17 (2026-07-29)
8
+
9
+ ### 💅 Refactors
10
+
11
+ - **components:** updated react-stately for unified imports ([348b8439f](https://github.com/leboncoin/spark-web/commit/348b8439f))
12
+
13
+ ### 📦 Build
14
+
15
+ - **npm:** bump react-aria-components from 1.15.1 to 1.19.0 ([98e000e33](https://github.com/leboncoin/spark-web/commit/98e000e33))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Powerplex @Powerplex
20
+
1
21
  ## 18.0.16 (2026-07-29)
2
22
 
3
23
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "18.0.16",
3
+ "version": "18.0.18",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"