@salutejs/plasma-tokens 1.28.1 → 1.28.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.
- package/CHANGELOG.md +14 -0
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# v1.28.2 (Wed Nov 09 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix(plasma-tokens): Fix gradient generator for iOS platform [#211](https://github.com/salute-developers/plasma/pull/211) ([@neretin-trike](https://github.com/neretin-trike))
|
|
6
|
+
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
11
|
+
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# v1.28.0 (Mon Oct 31 2022)
|
|
2
16
|
|
|
3
17
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-tokens",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -43,6 +43,9 @@
|
|
|
43
43
|
"sizes.js.map",
|
|
44
44
|
"theme.json"
|
|
45
45
|
],
|
|
46
|
+
"peerDependencies": {
|
|
47
|
+
"styled-components": "^5.1.1"
|
|
48
|
+
},
|
|
46
49
|
"devDependencies": {
|
|
47
50
|
"@salutejs/plasma-colors": "0.3.0",
|
|
48
51
|
"@salutejs/plasma-tokens-utils": "0.13.1",
|
|
@@ -54,6 +57,7 @@
|
|
|
54
57
|
"jsdom": "17.0.0",
|
|
55
58
|
"jsdom-global": "3.0.2",
|
|
56
59
|
"style-dictionary": "3.7.1",
|
|
60
|
+
"styled-components": "5.3.6",
|
|
57
61
|
"ts-node": "10.2.1",
|
|
58
62
|
"typescript": "3.9.10"
|
|
59
63
|
},
|
|
@@ -63,5 +67,5 @@
|
|
|
63
67
|
"Vasiliy Loginevskiy"
|
|
64
68
|
],
|
|
65
69
|
"sideEffects": false,
|
|
66
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "d31be65edccfa3221f0edcbe44c089872172ea6e"
|
|
67
71
|
}
|