@salutejs/plasma-tokens-web 1.20.0 → 1.21.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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ # v1.21.0 (Wed Dec 14 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(plasma-tokens-web): add overlay tokens [#256](https://github.com/salute-developers/plasma/pull/256) ([@Yakutoc](https://github.com/Yakutoc))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
10
+ - Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
11
+
12
+ #### ⚠️ Pushed to `master`
13
+
14
+ - Merge commit '2de734f1' into test ([@Yeti-or](https://github.com/Yeti-or))
15
+
16
+ #### Authors: 3
17
+
18
+ - [@Salute-Eva](https://github.com/Salute-Eva)
19
+ - Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
20
+ - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
21
+
22
+ ---
23
+
1
24
  # v1.20.0 (Thu Dec 08 2022)
2
25
 
3
26
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-tokens-web",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "module": "es/index.js",
@@ -9,7 +9,7 @@
9
9
  "devDependencies": {
10
10
  "@salutejs/plasma-colors": "0.3.0",
11
11
  "@salutejs/plasma-tokens-core": "0.1.1",
12
- "@salutejs/plasma-tokens-utils": "0.13.1",
12
+ "@salutejs/plasma-tokens-utils": "0.14.0",
13
13
  "@types/node": "16.7.13",
14
14
  "deepmerge": "4.2.2",
15
15
  "jsdom": "17.0.0",
@@ -56,5 +56,5 @@
56
56
  "Fanil Zubairov"
57
57
  ],
58
58
  "sideEffects": false,
59
- "gitHead": "2de734f19d9efa9776e8befda00d8eeb59a85f77"
59
+ "gitHead": "d86baff2c46047a67b7dfd689ef3b08e1cdda71c"
60
60
  }