@snack-uikit/icons 0.22.1-preview-94780dcd.0 → 0.22.1
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 +15 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.22.1 (2024-09-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **FF-3788:** updated typescript to v5 ([89e3338](https://github.com/cloud-ru-tech/snack-uikit/commit/89e3338a3ef4df24e4c20d9a9c8cd16e7934ba63))
|
|
12
|
+
* **PDS-480:** remove direct usage of browser api elements ([1231ff7](https://github.com/cloud-ru-tech/snack-uikit/commit/1231ff7ab7a1b210b579a7b694633ef23bffcf44))
|
|
13
|
+
* **PDS-480:** replace useLayoutEffect -> useIsomorphicLayoutEffect for ssr ([21aa9ad](https://github.com/cloud-ru-tech/snack-uikit/commit/21aa9ad9f113e465766339d396924357ccb1d432))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
# 0.22.0 (2024-07-19)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -261,7 +274,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
261
274
|
|
|
262
275
|
## 0.6.1 (2023-06-23)
|
|
263
276
|
|
|
264
|
-
|
|
277
|
+
### Only dependencies have been changed
|
|
278
|
+
* [@snack-uikit/utils@3.4.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/utils/CHANGELOG.md)
|
|
265
279
|
|
|
266
280
|
|
|
267
281
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Icons",
|
|
7
|
-
"version": "0.22.1
|
|
7
|
+
"version": "0.22.1",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.svg",
|
|
10
10
|
"*.css",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"compile": "npm run validate:icons && npm run build:interface-icons && npm run create-export-index-file && npm run create-sprite"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@snack-uikit/utils": "3.
|
|
44
|
+
"@snack-uikit/utils": "3.4.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@svgr/cli": "8.1.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"svg-sprite": "2.0.2",
|
|
53
53
|
"svgo": "3.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f9212fe04b0dbba9bedea1bb3a034ab612287841"
|
|
56
56
|
}
|