@salutejs/plasma-tokens 1.21.0 → 1.22.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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.22.0 (Thu Sep 08 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(plasma-tokens): save themes artifacts [#136](https://github.com/salute-developers/plasma/pull/136) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@kvpolyanskiy](https://github.com/kvpolyanskiy)
10
+
11
+ ---
12
+
1
13
  # v1.21.0 (Thu Sep 01 2022)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-tokens",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "description": "",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "module": "es/index.js",
@@ -62,5 +62,5 @@
62
62
  "Vasiliy Loginevskiy"
63
63
  ],
64
64
  "sideEffects": false,
65
- "gitHead": "6e3a1c2c3c5872f1e799a666a1356dcb96b0e6c5"
65
+ "gitHead": "4716efb30b4a22fad94320ab9d5cccc966db98b2"
66
66
  }