@spark-ui/hooks 17.15.5 → 17.15.7

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
+ ## 17.15.7 (2026-07-15)
2
+
3
+ ### 🎨 Styles
4
+
5
+ - **components:** updated radius on various components ([93b28335b](https://github.com/leboncoin/spark-web/commit/93b28335b))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
11
+ ## 17.15.6 (2026-07-15)
12
+
13
+ ### 🏡 Chore
14
+
15
+ - deps cleanup ([8e5b2c38c](https://github.com/leboncoin/spark-web/commit/8e5b2c38c))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Powerplex @Powerplex
20
+
1
21
  ## 17.15.5 (2026-07-13)
2
22
 
3
23
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/hooks",
3
- "version": "17.15.5",
3
+ "version": "17.15.7",
4
4
  "description": "Common hooks for Spark UI",
5
5
  "exports": {
6
6
  "./*": {