Skip to content

Commit

Permalink
chore: 1.1.0 version release for React 17 - close #2
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Mar 2, 2021
1 parent 91bf148 commit 7c43860
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 696 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### [@coreui/icons-react](https://coreui.io/) changelog

##### `1.1.0`
- chore: update to React 17

##### `1.0.0` - `1.0.3`
- refactor: improve 'unregistered icon' error message
- fix: change 'replaceAll' func to 'replace' due to transpilation error
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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


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

##### docs:
https://coreui.io/react/docs/components/CIcon
https://icons.coreui.io/docs/using-coreui-icons-with/react/
- https://coreui.io/react/docs/components/CIcon
- https://icons.coreui.io/docs/using-coreui-icons-with/react/

##### install:
```bash
Expand Down

0 comments on commit 7c43860

Please sign in to comment.