@spark-ui/divider 1.0.5 → 5.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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.0 (2024-07-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **divider:** add data-spark-component attribute ([a53b5c4](https://github.com/adevinta/spark/commit/a53b5c412766c8d1c7345418bea0af1743736c47))
11
+ - **divider:** add default values ([7c8c9ef](https://github.com/adevinta/spark/commit/7c8c9efd559c06955ce84f71497971ddce035b4c))
12
+ - **divider:** change variants directory name ([eb8a141](https://github.com/adevinta/spark/commit/eb8a1412539f7d52981107adfcdea80c1806d693))
13
+ - **divider:** reduce complexity ([d900ca4](https://github.com/adevinta/spark/commit/d900ca4eb80e6ec7c01cd315f8ad7004d9da79f3))
14
+ - **divider:** release the divider component ([d8740a7](https://github.com/adevinta/spark/commit/d8740a7ee2386f48f5c6682faab0e8e9d9caf5cc))
15
+ - **divider:** types ([1124544](https://github.com/adevinta/spark/commit/1124544d503783a9429db2eb909f0f0abbd40c34))
16
+
17
+ ### Features
18
+
19
+ - **divider:** add intents ([94a67eb](https://github.com/adevinta/spark/commit/94a67ebd384a3fb8e19977ce8ebaffb2a87d5a2f))
20
+ - **divider:** initial aproach ([4dffc8b](https://github.com/adevinta/spark/commit/4dffc8bdabe2bbb3bc128de30fe11f57fae3683f))
21
+ - **divider:** reduces the amount of intents ([eb8b687](https://github.com/adevinta/spark/commit/eb8b687cbfb23caf98d25da96983cd7c156bfbeb))
22
+
6
23
  ## [1.0.5](https://github.com/adevinta/spark/compare/@spark-ui/divider@1.0.4...@spark-ui/divider@1.0.5) (2024-06-15)
7
24
 
8
25
  **Note:** Version bump only for package @spark-ui/divider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/divider",
3
- "version": "1.0.5",
3
+ "version": "5.0.0",
4
4
  "description": "A separator between two elements, usually consisting of a horizontal line.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@radix-ui/react-separator": "1.0.3",
27
- "@spark-ui/internal-utils": "^2.4.0"
27
+ "@spark-ui/internal-utils": "^5.0.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^18.0 || ^19.0",
@@ -45,5 +45,5 @@
45
45
  },
46
46
  "homepage": "https://sparkui.vercel.app",
47
47
  "license": "MIT",
48
- "gitHead": "55efa48313eb5707161d980f13ee0a15c47413a3"
48
+ "gitHead": "cda68c4d65aa3f6f1bd4c47c42e8e72aadb263fd"
49
49
  }