Skip to content

Commit 7c43860

Browse files
committed
chore: 1.1.0 version release for React 17 - close #2
1 parent 91bf148 commit 7c43860

File tree

4 files changed

+144
-696
lines changed

4 files changed

+144
-696
lines changed

CHANGELOG.md

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

3+
##### `1.1.0`
4+
- chore: update to React 17
5+
36
##### `1.0.0` - `1.0.3`
47
- refactor: improve 'unregistered icon' error message
58
- fix: change 'replaceAll' func to 'replace' due to transpilation error

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +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)
5+
![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)
66

77

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

1212
##### docs:
13-
https://coreui.io/react/docs/components/CIcon
14-
https://icons.coreui.io/docs/using-coreui-icons-with/react/
13+
- https://coreui.io/react/docs/components/CIcon
14+
- https://icons.coreui.io/docs/using-coreui-icons-with/react/
1515

1616
##### install:
1717
```bash

0 commit comments

Comments
 (0)