@spark-ui/button 1.11.1 → 1.11.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 +22 -0
  2. package/package.json +4 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ ## [1.11.5](https://github.com/adevinta/spark/compare/@spark-ui/button@1.11.4...@spark-ui/button@1.11.5) (2023-05-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b))
11
+
12
+ ## [1.11.4](https://github.com/adevinta/spark/compare/@spark-ui/button@1.11.3...@spark-ui/button@1.11.4) (2023-05-10)
13
+
14
+ **Note:** Version bump only for package @spark-ui/button
15
+
16
+ ## [1.11.3](https://github.com/adevinta/spark/compare/@spark-ui/button@1.11.2...@spark-ui/button@1.11.3) (2023-05-10)
17
+
18
+ ### Bug Fixes
19
+
20
+ - packages deps ([3543766](https://github.com/adevinta/spark/commit/354376668ebb773d8efa553ce7f5ef1ecad42416))
21
+
22
+ ## [1.11.2](https://github.com/adevinta/spark/compare/@spark-ui/button@1.11.1...@spark-ui/button@1.11.2) (2023-05-09)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **button:** fix deps ([eed9c2b](https://github.com/adevinta/spark/commit/eed9c2b7f14036be1f0a9f35acdcff3762c7b992))
27
+
6
28
  ## [1.11.1](https://github.com/adevinta/spark/compare/@spark-ui/button@1.11.0...@spark-ui/button@1.11.1) (2023-05-05)
7
29
 
8
30
  **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": "1.11.1",
3
+ "version": "1.11.5",
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"
@@ -12,13 +12,10 @@
12
12
  "build": "vite build"
13
13
  },
14
14
  "dependencies": {
15
- "@spark-ui/internal-utils": "1",
16
- "@spark-ui/slot": "1",
15
+ "@spark-ui/internal-utils": "^1.5.4",
16
+ "@spark-ui/slot": "^1.4.7",
17
17
  "class-variance-authority": "0.5.2"
18
18
  },
19
- "devDependencies": {
20
- "@spark-ui/icons": "^1.10.2"
21
- },
22
19
  "peerDependencies": {
23
20
  "react": "16.8 || ^17.0 || ^18.0",
24
21
  "react-dom": "^16.8 || ^17.0 || ^18.0",
@@ -34,5 +31,5 @@
34
31
  },
35
32
  "homepage": "https://sparkui.vercel.app",
36
33
  "license": "MIT",
37
- "gitHead": "f337f456853f839bf9665041e39c9b0fedcb6c76"
34
+ "gitHead": "f83534112dc0eaf1fea3b747e5570fff39397b96"
38
35
  }