Skip to content

Commit aab89b8

Browse files
committedMar 2, 2021
chore: 1.0.3 version release
1 parent 5b387d3 commit aab89b8

File tree

4 files changed

+1421
-455
lines changed

4 files changed

+1421
-455
lines changed
 

Diff for: ‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### [@coreui/icons-react](https://coreui.io/) changelog
22

3+
##### `1.0.0` - `1.0.3`
4+
- refactor: improve 'unregistered icon' error message
5+
- fix: change 'replaceAll' func to 'replace' due to transpilation error
6+
- test: more coverage
7+
- fix: typings
8+
- fix: tests, lint, export
9+
- refactor: cleanup
10+
- chore: dependencies update
11+
312
##### `1.0.0-alpha.3`
413
- test: add missing tests
514
- refactor: cleanup

Diff for: ‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
[![npm package][npm-badge]][npm]
44
[![NPM downloads][npm-download]][npm]
5+
![react](https://img.shields.io/badge/react-^16.14.0-lightgrey.svg?style=flat-square&logo=react)
6+
57

68
[npm-badge]: https://img.shields.io/npm/v/@coreui/icons-react/latest?style=flat-square
79
[npm]: https://www.npmjs.com/package/@coreui/icons-react
810
[npm-download]: https://img.shields.io/npm/dm/@coreui/icons-react.svg?style=flat-square
911

1012
##### docs:
11-
https://coreui.io/react/docs/components/-Icon
13+
https://coreui.io/react/docs/components/CIcon
14+
https://icons.coreui.io/docs/using-coreui-icons-with/react/
1215

1316
##### install:
1417
```bash

Diff for: ‎package-lock.json

+1,407-453
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-react",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "CoreUI Icons React component",
55
"license": "MIT",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)
Please sign in to comment.