@salutejs/plasma-core 1.142.0-dev.0 → 1.142.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.142.0 (Fri Dec 22 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Release by 22.12.2023 [#944](https://github.com/salute-developers/plasma/pull/944) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@kayman233](https://github.com/kayman233) [@neretin-trike](https://github.com/neretin-trike))
6
+ - feat: bump manual package-locks [#933](https://github.com/salute-developers/plasma/pull/933) ([@TitanKuzmich](https://github.com/TitanKuzmich))
7
+
8
+ #### 🐛 Bug Fix
9
+
10
+ - test(plasma-b2c/web): fix tests depending on typography ([@TitanKuzmich](https://github.com/TitanKuzmich))
11
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
12
+ - feat(plasma-web,plasma-b2c): Update snapshots and add test ([@neretin-trike](https://github.com/neretin-trike))
13
+
14
+ #### Authors: 5
15
+
16
+ - [@kayman233](https://github.com/kayman233)
17
+ - [@Salute-Eva](https://github.com/Salute-Eva)
18
+ - Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
19
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
20
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
21
+
22
+ ---
23
+
1
24
  # v1.141.0 (Thu Nov 30 2023)
2
25
 
3
26
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-core",
3
- "version": "1.142.0-dev.0",
3
+ "version": "1.142.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",
@@ -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.75.0-dev.0",
26
+ "@salutejs/plasma-cy-utils": "0.75.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": "ec208e493c1023e52dc8760400944864446f6f84"
84
+ "gitHead": "6ba4755ca17b820a46d2e8bce27561d8aec42d1a"
85
85
  }