@spark-ui/link-box 1.0.2 → 5.0.1

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [5.0.1](https://github.com/adevinta/spark/compare/v5.0.0...v5.0.1) (2024-07-18)
7
+
8
+ **Note:** Version bump only for package @spark-ui/link-box
9
+
10
+ # 5.0.0 (2024-07-18)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **link-box:** release stable version of LinkBox ([8606b05](https://github.com/adevinta/spark/commit/8606b0517a5879dfaa7a08b4744781426c69d384))
15
+
16
+ ### Features
17
+
18
+ - **link-box:** add first iteration ([8e79895](https://github.com/adevinta/spark/commit/8e7989599257942da5070f2c6894be51a42881fc))
19
+ - **link-box:** added Linkbox.Link to raised components inside the box ([fc48ec4](https://github.com/adevinta/spark/commit/fc48ec46da08b878bf785eb8c92c53f95531b54c))
20
+ - **link-box:** minor changes in tw classes ([768f751](https://github.com/adevinta/spark/commit/768f751c1bb48ef4c42e3fe98a15cffd3733c286))
21
+
6
22
  ## [1.0.2](https://github.com/adevinta/spark/compare/@spark-ui/link-box@1.0.1...@spark-ui/link-box@1.0.2) (2024-06-06)
7
23
 
8
24
  **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": "1.0.2",
3
+ "version": "5.0.1",
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": "^1.7.2",
26
+ "@spark-ui/slot": "^5.0.1",
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": "c4cd0ab07b16e75ebd048a3f701c700e86e62b46"
48
+ "gitHead": "ef1617cbbab5bd7cbc2e715bfcd06850e6d409fa"
49
49
  }