@spark-ui/components 10.11.1 → 10.11.3

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.11.3](https://github.com/leboncoin/spark-web/compare/v10.11.2...v10.11.3) (2025-07-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **components:** forced beta version of react-stately toast ([452b321](https://github.com/leboncoin/spark-web/commit/452b32183e34719436020811088e0cadd8f958d4))
11
+
12
+ ## [10.11.2](https://github.com/leboncoin/spark-web/compare/v10.11.1...v10.11.2) (2025-07-15)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **components:** local fork of react-stately/toast to resolve deps issue ([36b7ce4](https://github.com/leboncoin/spark-web/commit/36b7ce4acd31a7b9909a25df29d0e05675c49516))
17
+
6
18
  ## [10.11.1](https://github.com/leboncoin/spark-web/compare/v10.11.0...v10.11.1) (2025-07-11)
7
19
 
8
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/components",
3
- "version": "10.11.1",
3
+ "version": "10.11.3",
4
4
  "license": "MIT",
5
5
  "description": "Spark (Leboncoin design system) components.",
6
6
  "exports": {
@@ -50,9 +50,9 @@
50
50
  "@react-aria/toast": "^3.0.0-beta.18",
51
51
  "@react-stately/numberfield": "3.9.11",
52
52
  "@react-stately/toast": "^3.0.0-beta.7",
53
- "@spark-ui/hooks": "^10.11.1",
54
- "@spark-ui/icons": "^10.11.1",
55
- "@spark-ui/internal-utils": "^10.11.1",
53
+ "@spark-ui/hooks": "^10.11.3",
54
+ "@spark-ui/icons": "^10.11.3",
55
+ "@spark-ui/internal-utils": "^10.11.3",
56
56
  "@zag-js/pagination": "1.14.0",
57
57
  "@zag-js/react": "1.14.0",
58
58
  "class-variance-authority": "0.7.1",
@@ -79,5 +79,5 @@
79
79
  "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+button%22"
80
80
  },
81
81
  "homepage": "https://sparkui.vercel.app",
82
- "gitHead": "bc1efc40750f0a97c0c0af4e1adc3d0752d5c0d1"
82
+ "gitHead": "b3e00eefa9f2a0d52ad8c70fdaa71590e4f213f3"
83
83
  }