@kaizen/design-tokens 6.3.1 → 7.0.2

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 +46 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,52 @@
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.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@7.0.1...@kaizen/design-tokens@7.0.2) (2022-02-28)
7
+
8
+ **Note:** Version bump only for package @kaizen/design-tokens
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @kaizen/design-tokens
17
+
18
+
19
+
20
+
21
+
22
+ # [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)
23
+
24
+
25
+ ### Features
26
+
27
+ * 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))
28
+
29
+
30
+ ### BREAKING CHANGES
31
+
32
+ * * feat: move loading spinner to packages
33
+
34
+ * feat: duplicate loading spinner
35
+
36
+ * chore: rename duplicate
37
+
38
+ * feat: restructure spinner to packages architecture
39
+
40
+ * update file spinner file paths
41
+
42
+ * remove draft-packages notations from spinner
43
+
44
+ * update spinner json version and reset changelog
45
+
46
+ * fix: remove empty changelog and clean up loading spinner stories
47
+
48
+
49
+
50
+
51
+
6
52
  ## [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
53
 
8
54
 
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.3.1",
4
+ "version": "7.0.2",
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": "243fed049e47cfabbe6c61e84af1c41e50f87344"
63
+ "gitHead": "8702129469ed798a894788c8663f4d3bd7be6f49"
64
64
  }