@megafon/ui-icons 0.0.2-beta.6 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.6...@megafon/ui-icons@0.1.0) (2021-11-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * 1.x.x version of ui library also has mfui- prefix for components. please, check,
17
+ that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
18
+ match pattern.
19
+
20
+
21
+
22
+
23
+
6
24
  ## [0.0.2-beta.6](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.5...@megafon/ui-icons@0.0.2-beta.6) (2021-11-15)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-icons",
3
- "version": "0.0.2-beta.6",
3
+ "version": "0.1.0",
4
4
  "files": [
5
5
  "*.svg"
6
6
  ],
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "devDependencies": {
31
- "@megafon/ui-helpers": "^1.0.0-beta.2",
31
+ "@megafon/ui-helpers": "^1.0.0",
32
32
  "@types/node": "^13.9.1",
33
33
  "@types/react": "^16.9.23",
34
34
  "@types/react-dom": "^16.9.5",
@@ -40,5 +40,5 @@
40
40
  "through2": "^2.0.5",
41
41
  "typescript": "^3.8.3"
42
42
  },
43
- "gitHead": "ee9fb6e5b88f0b5e7eb465fb8e35213d05b89294"
43
+ "gitHead": "7f552b59c6bfc912d14a39c4564995685c18d4f5"
44
44
  }