@spark-ui/link-box 8.1.7 → 9.0.0

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.0](https://github.com/adevinta/spark/compare/v8.1.8...v9.0.0) (2025-02-06)
7
+
8
+ ### Features
9
+
10
+ - upgrade Tailwind to v4 ([92758fe](https://github.com/adevinta/spark/commit/92758feaab4b69f1c4d7d3394e1421ec36592511))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - upgrade tailwind to v4
15
+
16
+ ## [8.1.8](https://github.com/adevinta/spark/compare/v8.1.7...v8.1.8) (2025-01-28)
17
+
18
+ **Note:** Version bump only for package @spark-ui/link-box
19
+
6
20
  ## [8.1.7](https://github.com/adevinta/spark/compare/v8.1.6...v8.1.7) (2025-01-22)
7
21
 
8
22
  **Note:** Version bump only for package @spark-ui/link-box
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/link-box",
3
- "version": "8.1.7",
3
+ "version": "9.0.0",
4
4
  "description": "Semantic component used to wrap elements (cards, blog posts, articles, etc.) in a link.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@spark-ui/slot": "^8.1.7",
26
+ "@spark-ui/slot": "^9.0.0",
27
27
  "class-variance-authority": "0.7.0"
28
28
  },
29
29
  "peerDependencies": {
@@ -45,5 +45,5 @@
45
45
  },
46
46
  "homepage": "https://sparkui.vercel.app",
47
47
  "license": "MIT",
48
- "gitHead": "b42f3503f7c1cdb55250769433de9121a0366f6e"
48
+ "gitHead": "8fe6ef5b52e2440947f6278e00d00c89410a9ca8"
49
49
  }