@megafon/ui-icons 2.28.0 → 2.29.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 +14 -3
- package/package.json +2 -2
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
|
+
# [2.29.0](/compare/@megafon/ui-icons@2.28.0...@megafon/ui-icons@2.29.0) (2024-10-02)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **css classes:** add v6 into css classes 11d5ef2
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
# [2.28.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.27.0...@megafon/ui-icons@2.28.0) (2024-08-22)
|
7
18
|
|
8
19
|
|
@@ -508,13 +519,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
508
519
|
|
509
520
|
### Features
|
510
521
|
|
511
|
-
* rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
|
522
|
+
* rename prefix mfui-v6-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
|
512
523
|
|
513
524
|
|
514
525
|
### BREAKING CHANGES
|
515
526
|
|
516
|
-
* 1.x.x version of ui library also has mfui- prefix for components. please, check,
|
517
|
-
that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
|
527
|
+
* 1.x.x version of ui library also has mfui-v6- prefix for components. please, check,
|
528
|
+
that you don't have any styles or business logic (e.g. css or js selectors) using mfui-v6- prefix as
|
518
529
|
match pattern.
|
519
530
|
|
520
531
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@megafon/ui-icons",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.29.0",
|
4
4
|
"files": [
|
5
5
|
"*.svg"
|
6
6
|
],
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"through2": "^2.0.5",
|
39
39
|
"typescript": "^3.8.3"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "b1eeb93c7ce3fb201938cc46130367d0334c2914"
|
42
42
|
}
|