@megafon/ui-icons 1.0.0 → 1.0.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 +8 -7
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.0.0...@megafon/ui-icons@1.0.1) (2022-02-11)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @megafon/ui-icons
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [1.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.2.0...@megafon/ui-icons@1.0.0) (2022-02-09)
|
7
15
|
|
8
16
|
|
@@ -17,13 +25,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
17
25
|
* **colors:** css custom properties and color themes support ([16df5b7](https://github.com/MegafonWebLab/megafon-ui/commit/16df5b7b2644e15bb6c6e49e7347c0f8e4839e58))
|
18
26
|
|
19
27
|
|
20
|
-
### BREAKING CHANGES
|
21
|
-
|
22
|
-
* **colors:** green, green20, green80, purple, purple20 and purple80 colors now have 'brand'
|
23
|
-
prefix (e.g. brandGreen)
|
24
|
-
* **colors:** read commit description
|
25
|
-
|
26
|
-
|
27
28
|
|
28
29
|
|
29
30
|
|
package/README.md
CHANGED
@@ -6,12 +6,12 @@ Icons library
|
|
6
6
|
|
7
7
|
with npm
|
8
8
|
```bash
|
9
|
-
npm install --save @megafon/ui-icons
|
9
|
+
npm install --save @megafon/ui-icons
|
10
10
|
```
|
11
11
|
|
12
12
|
or yarn
|
13
13
|
```bash
|
14
|
-
yarn add @megafon/ui-icons
|
14
|
+
yarn add @megafon/ui-icons
|
15
15
|
```
|
16
16
|
|
17
17
|
## Development notes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@megafon/ui-icons",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"files": [
|
5
5
|
"*.svg"
|
6
6
|
],
|
@@ -30,7 +30,7 @@
|
|
30
30
|
]
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@megafon/ui-helpers": "^2.0.
|
33
|
+
"@megafon/ui-helpers": "^2.0.1",
|
34
34
|
"@types/node": "^13.9.1",
|
35
35
|
"@types/react": "^16.9.23",
|
36
36
|
"@types/react-dom": "^16.9.5",
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"through2": "^2.0.5",
|
43
43
|
"typescript": "^3.8.3"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "1affe80f981e92478c481a3f344c8d210d3028c8"
|
46
46
|
}
|