@snack-uikit/icons 0.22.2-preview-ba12ca94.0 → 0.23.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 +13 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.23.0 (2024-10-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **FF-5502:** add cjs build ([ffada28](https://github.com/cloud-ru-tech/snack-uikit/commit/ffada28bfdc37ea760eb1c8759342e680bdf8dd6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 0.22.1 (2024-09-23)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -327,7 +338,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
327
338
|
|
|
328
339
|
## 0.3.1 (2023-04-07)
|
|
329
340
|
|
|
330
|
-
|
|
341
|
+
### Only dependencies have been changed
|
|
342
|
+
* [@snack-uikit/utils@3.5.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/utils/CHANGELOG.md)
|
|
331
343
|
|
|
332
344
|
|
|
333
345
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Icons",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.23.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.svg",
|
|
10
10
|
"*.css",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"compile": "npm run validate:icons && npm run build:interface-icons && npm run create-export-index-file && npm run create-sprite"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@snack-uikit/utils": "3.
|
|
48
|
+
"@snack-uikit/utils": "3.5.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@svgr/cli": "8.1.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"svg-sprite": "2.0.2",
|
|
57
57
|
"svgo": "3.1.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "62cc21d8606a61a78f80e3a7455b20d6f38474fa"
|
|
60
60
|
}
|