@kaizen/design-tokens 6.2.1 → 7.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 +60 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,66 @@
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.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@7.0.0...@kaizen/design-tokens@7.0.1) (2022-02-22)
7
+
8
+ **Note:** Version bump only for package @kaizen/design-tokens
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Features
18
+
19
+ * 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))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * * feat: move loading spinner to packages
25
+
26
+ * feat: duplicate loading spinner
27
+
28
+ * chore: rename duplicate
29
+
30
+ * feat: restructure spinner to packages architecture
31
+
32
+ * update file spinner file paths
33
+
34
+ * remove draft-packages notations from spinner
35
+
36
+ * update spinner json version and reset changelog
37
+
38
+ * fix: remove empty changelog and clean up loading spinner stories
39
+
40
+
41
+
42
+
43
+
44
+ ## [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)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * deprecate loading spinner draft-package ([#2540](https://github.com/cultureamp/kaizen-design-system/issues/2540)) ([417477b](https://github.com/cultureamp/kaizen-design-system/commit/417477bd160f80bb542299e189e2d8cd46f5cd62))
50
+
51
+
52
+
53
+
54
+
55
+ # [6.3.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@6.2.1...@kaizen/design-tokens@6.3.0) (2022-02-15)
56
+
57
+
58
+ ### Features
59
+
60
+ * Install eslint-plugin-jsx-a11y ([#2527](https://github.com/cultureamp/kaizen-design-system/issues/2527)) ([f106089](https://github.com/cultureamp/kaizen-design-system/commit/f1060891a8771d61ec6329f9e854e15683b30382))
61
+
62
+
63
+
64
+
65
+
6
66
  ## [6.2.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@6.2.0...@kaizen/design-tokens@6.2.1) (2022-02-11)
7
67
 
8
68
  **Note:** Version bump only for package @kaizen/design-tokens
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": "6.2.1",
4
+ "version": "7.0.1",
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": "f5ccc7aabf960eff8fe9f4db755a329ae5be7112"
63
+ "gitHead": "04b2771b4f0573d8fc48848cbba894f2919e0566"
64
64
  }