@megafon/ui-icons 0.1.1 → 1.0.0-beta.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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ # [1.0.0-beta.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.1.1...@megafon/ui-icons@1.0.0-beta.0) (2022-01-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * **colors:** css custom properties and color themes support ([b19a9a5](https://github.com/MegafonWebLab/megafon-ui/commit/b19a9a5112ebc7427d60f6514d606dd9d71ca444))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **colors:** read commit description
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.1.0...@megafon/ui-icons@0.1.1) (2021-12-13)
7
23
 
8
24
  **Note:** Version bump only for package @megafon/ui-icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-icons",
3
- "version": "0.1.1",
3
+ "version": "1.0.0-beta.0",
4
4
  "files": [
5
5
  "*.svg"
6
6
  ],
@@ -29,7 +29,7 @@
29
29
  ]
30
30
  },
31
31
  "devDependencies": {
32
- "@megafon/ui-helpers": "^1.0.0",
32
+ "@megafon/ui-helpers": "^2.0.0-beta.0",
33
33
  "@types/node": "^13.9.1",
34
34
  "@types/react": "^16.9.23",
35
35
  "@types/react-dom": "^16.9.5",
@@ -41,5 +41,5 @@
41
41
  "through2": "^2.0.5",
42
42
  "typescript": "^3.8.3"
43
43
  },
44
- "gitHead": "31bd33b5e87106ea511fbbdc8ad266f70457e3d3"
44
+ "gitHead": "42f072baa654d12403f32bb734d406595cf8d5ac"
45
45
  }