@spark-ui/checkbox 9.1.4 → 9.1.5

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 +4 -0
  2. package/package.json +8 -8
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
+ ## [9.1.5](https://github.com/adevinta/spark/compare/v9.1.4...v9.1.5) (2025-02-19)
7
+
8
+ **Note:** Version bump only for package @spark-ui/checkbox
9
+
6
10
  ## [9.1.4](https://github.com/adevinta/spark/compare/v9.1.3...v9.1.4) (2025-02-19)
7
11
 
8
12
  **Note:** Version bump only for package @spark-ui/checkbox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/checkbox",
3
- "version": "9.1.4",
3
+ "version": "9.1.5",
4
4
  "description": "A control that allows the user to toggle between checked and not checked.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,12 +23,12 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@spark-ui/form-field": "^9.1.4",
27
- "@spark-ui/icon": "^9.1.4",
28
- "@spark-ui/icons": "^9.1.4",
29
- "@spark-ui/internal-utils": "^9.1.4",
30
- "@spark-ui/label": "^9.1.4",
31
- "@spark-ui/use-merge-refs": "^9.1.4",
26
+ "@spark-ui/form-field": "^9.1.5",
27
+ "@spark-ui/icon": "^9.1.5",
28
+ "@spark-ui/icons": "^9.1.5",
29
+ "@spark-ui/internal-utils": "^9.1.5",
30
+ "@spark-ui/label": "^9.1.5",
31
+ "@spark-ui/use-merge-refs": "^9.1.5",
32
32
  "class-variance-authority": "0.7.0",
33
33
  "radix-ui": "1.1.3"
34
34
  },
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "homepage": "https://sparkui.vercel.app",
54
54
  "license": "MIT",
55
- "gitHead": "df8d26357e469b30cd05edad1f3418e95155ef2b"
55
+ "gitHead": "40f516e5bc7cb13131a2ded3b1240638897302bf"
56
56
  }