@spark-ui/button 8.1.6 → 8.1.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.
- package/CHANGELOG.md +4 -0
- package/package.json +5 -5
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
|
+
## [8.1.7](https://github.com/adevinta/spark/compare/v8.1.6...v8.1.7) (2025-01-22)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @spark-ui/button
|
9
|
+
|
6
10
|
## [8.1.6](https://github.com/adevinta/spark/compare/v8.1.5...v8.1.6) (2025-01-22)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @spark-ui/button
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/button",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.7",
|
4
4
|
"description": "Button component is used to trigger an action or event, such as submitting a form, opening a Dialog, canceling an action, or performing a delete operation.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"build": "vite build"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@spark-ui/internal-utils": "^8.1.
|
27
|
-
"@spark-ui/slot": "^8.1.
|
28
|
-
"@spark-ui/spinner": "^8.1.
|
26
|
+
"@spark-ui/internal-utils": "^8.1.7",
|
27
|
+
"@spark-ui/slot": "^8.1.7",
|
28
|
+
"@spark-ui/spinner": "^8.1.7",
|
29
29
|
"class-variance-authority": "0.7.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
@@ -49,5 +49,5 @@
|
|
49
49
|
},
|
50
50
|
"homepage": "https://sparkui.vercel.app",
|
51
51
|
"license": "MIT",
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "b42f3503f7c1cdb55250769433de9121a0366f6e"
|
53
53
|
}
|