@spark-ui/button
Advanced tools
Comparing version 7.1.1 to 7.2.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [7.2.0](https://github.com/adevinta/spark/compare/v7.1.1...v7.2.0) (2024-11-26) | ||
**Note:** Version bump only for package @spark-ui/button | ||
## [7.1.1](https://github.com/adevinta/spark/compare/v7.1.0...v7.1.1) (2024-11-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/button", | ||
"version": "7.1.1", | ||
"version": "7.2.0", | ||
"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.", | ||
@@ -26,5 +26,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@spark-ui/internal-utils": "^7.1.1", | ||
"@spark-ui/slot": "^7.1.1", | ||
"@spark-ui/spinner": "^7.1.1", | ||
"@spark-ui/internal-utils": "^7.2.0", | ||
"@spark-ui/slot": "^7.2.0", | ||
"@spark-ui/spinner": "^7.2.0", | ||
"class-variance-authority": "0.7.0" | ||
@@ -53,3 +53,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "2c7e5e010f9503d68405dd24e4cc40fab7dd7cdd" | ||
"gitHead": "819bc8f1d05c1fdd206165218e12b1bfa62376f7" | ||
} |
82181
Updated@spark-ui/slot@^7.2.0
Updated@spark-ui/spinner@^7.2.0