@salutejs/plasma-web 1.392.0-canary.1425.10772606706.0 → 1.392.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v1.392.0 (Tue Sep 10 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - plasma-*: Fix `TextField` placeholder logic [HOTFIX] [#1425](https://github.com/salute-developers/plasma/pull/1425) ([@TitanKuzmich](https://github.com/TitanKuzmich))
6
+ - feat(plasma-*/sdds-*): update TextField stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
7
+ - feat(plasma-web/b2c): add defultValue TextField test ([@TitanKuzmich](https://github.com/TitanKuzmich))
8
+
9
+ #### 🐛 Bug Fix
10
+
11
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
12
+
13
+ #### Authors: 2
14
+
15
+ - [@Salute-Eva](https://github.com/Salute-Eva)
16
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
17
+
18
+ ---
19
+
1
20
  # v1.391.0 (Thu Sep 05 2024)
2
21
 
3
22
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.392.0-canary.1425.10772606706.0",
3
+ "version": "1.392.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.179.0",
23
23
  "@salutejs/plasma-hope": "1.310.0",
24
- "@salutejs/plasma-new-hope": "0.141.0-canary.1425.10772606706.0",
24
+ "@salutejs/plasma-new-hope": "0.141.0",
25
25
  "@salutejs/plasma-themes": "0.17.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.42.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.52.0",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "c149083115e626aaaf7cfe978759855be36b2767"
115
+ "gitHead": "e0616c2d0b3f6de5ba53942cbd084a1505ffe02c"
116
116
  }