@kaizen/design-tokens 6.3.1 → 7.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.
- package/CHANGELOG.md +30 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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
|
+
# [7.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@6.3.1...@kaizen/design-tokens@7.0.0) (2022-02-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* duplicate and move draft loading spinner to packages ([#2538](https://github.com/cultureamp/kaizen-design-system/issues/2538)) ([dabc5a9](https://github.com/cultureamp/kaizen-design-system/commit/dabc5a9511a555151f1640e8f89de046c064569e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* * feat: move loading spinner to packages
|
|
17
|
+
|
|
18
|
+
* feat: duplicate loading spinner
|
|
19
|
+
|
|
20
|
+
* chore: rename duplicate
|
|
21
|
+
|
|
22
|
+
* feat: restructure spinner to packages architecture
|
|
23
|
+
|
|
24
|
+
* update file spinner file paths
|
|
25
|
+
|
|
26
|
+
* remove draft-packages notations from spinner
|
|
27
|
+
|
|
28
|
+
* update spinner json version and reset changelog
|
|
29
|
+
|
|
30
|
+
* fix: remove empty changelog and clean up loading spinner stories
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [6.3.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@6.3.0...@kaizen/design-tokens@6.3.1) (2022-02-17)
|
|
7
37
|
|
|
8
38
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/design-tokens",
|
|
3
3
|
"description": "Tokens used in the Kaizen Design System",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.0.0",
|
|
5
5
|
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/master/packages/design-tokens",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": ">=16 || ^17.0.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "394efafe35b3488b5059021c7805e2f26b45f48a"
|
|
64
64
|
}
|