@salutejs/plasma-core 1.141.0-dev.0 → 1.141.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.
- package/CHANGELOG.md +27 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# v1.141.0 (Thu Nov 30 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Release from 30.11.2023 [#883](https://github.com/salute-developers/plasma/pull/883) ([@Yakutoc](https://github.com/Yakutoc) [@kayman233](https://github.com/kayman233) [@Salute-Eva](https://github.com/Salute-Eva) [@TitanKuzmich](https://github.com/TitanKuzmich) [@neretin-trike](https://github.com/neretin-trike) [@Yeti-or](https://github.com/Yeti-or))
|
|
6
|
+
- feat: update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
7
|
+
- feat: Update package-lock.json files ([@Yakutoc](https://github.com/Yakutoc))
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fix
|
|
10
|
+
|
|
11
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
12
|
+
- chore: update package locks [#880](https://github.com/salute-developers/plasma/pull/880) ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
13
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
14
|
+
- chore(plasma-core): bump "@microsoft/api-extractor" to 7.38.3 [#860](https://github.com/salute-developers/plasma/pull/860) ([@Yakutoc](https://github.com/Yakutoc))
|
|
15
|
+
- chore(plasma-core): fix vulnerabilities: high, critical ([@Yakutoc](https://github.com/Yakutoc))
|
|
16
|
+
|
|
17
|
+
#### Authors: 6
|
|
18
|
+
|
|
19
|
+
- [@kayman233](https://github.com/kayman233)
|
|
20
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
21
|
+
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
|
|
22
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
23
|
+
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
|
|
24
|
+
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
1
28
|
# v1.139.0 (Thu Nov 16 2023)
|
|
2
29
|
|
|
3
30
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-core",
|
|
3
|
-
"version": "1.141.0
|
|
3
|
+
"version": "1.141.0",
|
|
4
4
|
"description": "Core library for Plasma: Salute Design System",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"types": "index.d.ts",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@popperjs/core": "2.9.2",
|
|
12
|
-
"@salutejs/plasma-typo": "0.40.0
|
|
12
|
+
"@salutejs/plasma-typo": "0.40.0",
|
|
13
13
|
"focus-visible": "5.2.0",
|
|
14
14
|
"lodash.throttle": "4.1.1",
|
|
15
15
|
"react-draggable": "4.4.3",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@babel/preset-react": "7.14.5",
|
|
24
24
|
"@babel/preset-typescript": "7.15.0",
|
|
25
25
|
"@microsoft/api-extractor": "7.38.3",
|
|
26
|
-
"@salutejs/plasma-cy-utils": "0.74.0
|
|
26
|
+
"@salutejs/plasma-cy-utils": "0.74.0",
|
|
27
27
|
"@types/jest": "27.0.1",
|
|
28
28
|
"@types/lodash.throttle": "4.1.6",
|
|
29
29
|
"@types/node": "15.14.9",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"Зубаиров Фаниль Асхатович"
|
|
82
82
|
],
|
|
83
83
|
"sideEffects": false,
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "279a844a4069a2f0916dc88bb3eb4a4b931d9e13"
|
|
85
85
|
}
|