Skip to content

Commit c440f29

Browse files
committed
Ship: 3.0.0-alpha.12
1 parent 9ee4493 commit c440f29

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.0.0-alpha.11",
3+
"version": "3.0.0-alpha.12",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -52,7 +52,7 @@
5252
},
5353
"peerDependencies": {
5454
"@coreui/coreui": "^3.0.0",
55-
"@coreui/icons-react": "^1.0.0-alpha.3",
55+
"@coreui/icons-react": "^1.0.0-alpha.5",
5656
"react": "^16.13.1",
5757
"react-dom": "^16.13.1",
5858
"react-router-dom": "^5.1.2",

src/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## @coreui/react v3 for [CoreUI 3 for React](https://coreui.io/react/)
2+
3+
[![npm package][npm-badge]][npm]
4+
[![npm next][npm-next]][npm]
5+
[![NPM downloads][npm-download]][npm]
6+
7+
[npm-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square
8+
[npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square
9+
[npm]: https://www.npmjs.com/package/@coreui/react
10+
[npm-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
11+
12+
```bash
13+
npm install @coreui/react@next
14+
```

0 commit comments

Comments
 (0)