Skip to content

Commit ddaea52

Browse files
committed
chore: 3.4.0 version release for React 17
1 parent c9bbaff commit ddaea52

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [3.4.0](https://github.com/coreui/coreui-react/compare/3.4.0-beta.0...3.4.0)
6+
7+
> 11 December 2020
8+
9+
- chore: dependencies update [`8b7abe8`](https://github.com/coreui/coreui-react/commit/8b7abe8716aec3aa3757a1e25067931253c14c6f)
10+
511
#### [3.4.0-beta.0](https://github.com/coreui/coreui-react/compare/3.3.6...3.4.0-beta.0)
612

713
> 10 December 2020

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.4.0-beta.0",
4-
"description": "CoreUI 3 React 17 Bootstrap 4 components",
3+
"version": "3.4.0",
4+
"description": "CoreUI React 17 Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
77
"name": "CoreUI",

src/README.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
## @coreui/react v3 for [CoreUI 3 for React](https://coreui.io/react/)
22

3-
[![npm package][npm-badge]][npm]
4-
[![npm next][npm-next]][npm]
5-
[![NPM downloads][npm-download]][npm]
3+
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/react/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
4+
[![npm_latest][npm-coreui-react-badge-latest]][npm-coreui-react]
5+
[![npm next][npm-coreui-react-badge-next]][npm-coreui-react]
6+
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
7+
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-react/Project%20check?style=flat-square)][coreui]
8+
[![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)][coreui]
9+
10+
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
11+
[npm-coreui-react]: https://www.npmjs.com/package/@coreui/react
12+
[npm-coreui-react-badge-latest]: https://img.shields.io/npm/v/@coreui/react/latest?style=flat-square
13+
[npm-coreui-react-badge-next]: https://img.shields.io/npm/v/@coreui/react/next?style=flat-square
14+
[coreui]: https://coreui.io/react
615

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
1116

1217
```bash
13-
npm install @coreui/react@next
14-
```
18+
npm install @coreui/react
19+
```

0 commit comments

Comments
 (0)