@spark-ui/button 9.0.0 → 9.0.2

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 +12 -0
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.0.2](https://github.com/adevinta/spark/compare/v9.0.1...v9.0.2) (2025-02-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adjust peer deps following tailwind v4 update ([7d00dcf](https://github.com/adevinta/spark/commit/7d00dcf132cf8fd7161f6acbfac147a3e68e7bfc))
11
+
12
+ ## [9.0.1](https://github.com/adevinta/spark/compare/v9.0.0...v9.0.1) (2025-02-06)
13
+
14
+ ### Bug Fixes
15
+
16
+ - adjust peer deps following tailwind v4 update ([45d356f](https://github.com/adevinta/spark/commit/45d356f0fe55e0bd44a59b262ab1c6293d0aa8a8))
17
+
6
18
  # [9.0.0](https://github.com/adevinta/spark/compare/v8.1.8...v9.0.0) (2025-02-06)
7
19
 
8
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/button",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
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,17 +23,16 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@spark-ui/internal-utils": "^9.0.0",
27
- "@spark-ui/slot": "^9.0.0",
28
- "@spark-ui/spinner": "^9.0.0",
26
+ "@spark-ui/internal-utils": "^9.0.2",
27
+ "@spark-ui/slot": "^9.0.2",
28
+ "@spark-ui/spinner": "^9.0.2",
29
29
  "class-variance-authority": "0.7.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@spark-ui/tailwind-plugins": "latest",
33
32
  "@spark-ui/theme-utils": "latest",
34
33
  "react": "^19.0",
35
34
  "react-dom": "^19.0",
36
- "tailwindcss": "^3.0.0"
35
+ "tailwindcss": "^4.0.0"
37
36
  },
38
37
  "repository": {
39
38
  "type": "git",
@@ -49,5 +48,5 @@
49
48
  },
50
49
  "homepage": "https://sparkui.vercel.app",
51
50
  "license": "MIT",
52
- "gitHead": "8fe6ef5b52e2440947f6278e00d00c89410a9ca8"
51
+ "gitHead": "94f87ca3d23aabde6f729d9fb3726bbd78cad12b"
53
52
  }