@salutejs/plasma-core 1.139.0-dev.0 → 1.139.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 +32 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
# v1.139.0 (Thu Nov 16 2023)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release 16.11.2023 ([#852](https://github.com/salute-developers/plasma/pull/852))
|
|
6
|
+
|
|
7
|
+
Релиз от 16.11.2023
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🚀 Enhancement
|
|
12
|
+
|
|
13
|
+
- Release 16.11.2023 [#852](https://github.com/salute-developers/plasma/pull/852) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@kayman233](https://github.com/kayman233) [@akhdrv](https://github.com/akhdrv))
|
|
14
|
+
- feat: api report for ts@4.2.4 [#843](https://github.com/salute-developers/plasma/pull/843) ([@Yakutoc](https://github.com/Yakutoc))
|
|
15
|
+
- feat: bump TS to 4.2.4 ([@Yakutoc](https://github.com/Yakutoc))
|
|
16
|
+
|
|
17
|
+
#### 🐛 Bug Fix
|
|
18
|
+
|
|
19
|
+
- chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
20
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
21
|
+
- chore(packages): reformat package.json ([@Yakutoc](https://github.com/Yakutoc))
|
|
22
|
+
|
|
23
|
+
#### Authors: 5
|
|
24
|
+
|
|
25
|
+
- [@kayman233](https://github.com/kayman233)
|
|
26
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
27
|
+
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
|
|
28
|
+
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
|
|
29
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
1
33
|
# v1.137.0 (Thu Nov 02 2023)
|
|
2
34
|
|
|
3
35
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-core",
|
|
3
|
-
"version": "1.139.0
|
|
3
|
+
"version": "1.139.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",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@babel/preset-react": "7.14.5",
|
|
21
21
|
"@babel/preset-typescript": "7.15.0",
|
|
22
22
|
"@microsoft/api-extractor": "7.34.4",
|
|
23
|
-
"@salutejs/plasma-cy-utils": "0.72.0
|
|
23
|
+
"@salutejs/plasma-cy-utils": "0.72.0",
|
|
24
24
|
"@types/jest": "27.0.1",
|
|
25
25
|
"@types/lodash.throttle": "4.1.6",
|
|
26
26
|
"@types/node": "15.14.9",
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"sideEffects": false,
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@popperjs/core": "2.9.2",
|
|
78
|
-
"@salutejs/plasma-typo": "0.39.0
|
|
78
|
+
"@salutejs/plasma-typo": "0.39.0",
|
|
79
79
|
"focus-visible": "5.2.0",
|
|
80
80
|
"lodash.throttle": "4.1.1",
|
|
81
81
|
"react-draggable": "4.4.3",
|
|
82
82
|
"react-popper": "2.3.0"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "f24180fe28a0f9f90781e96a30a2eaff14f43ecb"
|
|
85
85
|
}
|