@salutejs/plasma-web 1.392.0 → 1.392.1-dev.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 CHANGED
@@ -1,22 +1,3 @@
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
-
20
1
  # v1.391.0 (Thu Sep 05 2024)
21
2
 
22
3
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.392.0",
3
+ "version": "1.392.1-dev.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",
24
+ "@salutejs/plasma-new-hope": "0.141.1-dev.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": "e0616c2d0b3f6de5ba53942cbd084a1505ffe02c"
115
+ "gitHead": "f23e7af0f637e7d35aaa746ae707a4640537a6b6"
116
116
  }