@spark-ui/icons 18.0.15 → 18.0.17

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