@spark-ui/components 10.0.0 → 10.0.1

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 +6 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.0.1](https://github.com/leboncoin/spark-web/compare/v10.0.0...v10.0.1) (2025-03-24)
7
+
8
+ **Note:** Version bump only for package @spark-ui/components
9
+
6
10
  # [10.0.0](https://github.com/leboncoin/spark-web/compare/v9.4.8...v10.0.0) (2025-03-24)
7
11
 
8
12
  ### Code Refactoring
@@ -11,5 +15,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
15
 
12
16
  ### BREAKING CHANGES
13
17
 
14
- - new package is @spark-ui/ui and enables individual imports by doing
15
- @spark-ui/ui/button
18
+ - new package is @spark-ui/components and enables individual imports by doing
19
+ @spark-ui/components/button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/components",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "license": "MIT",
5
5
  "description": "Spark (Leboncoin design system) components.",
6
6
  "exports": {
@@ -39,10 +39,10 @@
39
39
  "@react-aria/toast": "^3.0.0-beta.18",
40
40
  "@react-stately/numberfield": "3.9.10",
41
41
  "@react-stately/toast": "3.0.0-beta.7",
42
- "@spark-ui/icons": "^10.0.0",
43
- "@spark-ui/internal-utils": "^10.0.0",
44
- "@spark-ui/use-combined-state": "^10.0.0",
45
- "@spark-ui/use-merge-refs": "^10.0.0",
42
+ "@spark-ui/icons": "^10.0.1",
43
+ "@spark-ui/internal-utils": "^10.0.1",
44
+ "@spark-ui/use-combined-state": "^10.0.1",
45
+ "@spark-ui/use-merge-refs": "^10.0.1",
46
46
  "@zag-js/accordion": "1.4.1",
47
47
  "@zag-js/collapsible": "1.4.1",
48
48
  "@zag-js/pagination": "1.4.1",
@@ -71,5 +71,5 @@
71
71
  "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+button%22"
72
72
  },
73
73
  "homepage": "https://sparkui.vercel.app",
74
- "gitHead": "799814308844b640f4b52c82786ad5bdd7cbe108"
74
+ "gitHead": "e46b286b3d7056361b90fe97d413a3a9352283a0"
75
75
  }