Skip to content

Commit

Permalink
chore: 3.4.0 version release for React 17
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 11, 2020
1 parent c9bbaff commit ddaea52
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

#### [3.4.0](https://github.com/coreui/coreui-react/compare/3.4.0-beta.0...3.4.0)

> 11 December 2020
- chore: dependencies update [`8b7abe8`](https://github.com/coreui/coreui-react/commit/8b7abe8716aec3aa3757a1e25067931253c14c6f)

#### [3.4.0-beta.0](https://github.com/coreui/coreui-react/compare/3.3.6...3.4.0-beta.0)

> 10 December 2020
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@coreui/react",
"version": "3.4.0-beta.0",
"description": "CoreUI 3 React 17 Bootstrap 4 components",
"version": "3.4.0",
"description": "CoreUI React 17 Bootstrap 4 components",
"license": "MIT",
"author": {
"name": "CoreUI",
Expand Down
23 changes: 14 additions & 9 deletions src/README.md
@@ -1,14 +1,19 @@
## @coreui/react v3 for [CoreUI 3 for React](https://coreui.io/react/)

[![npm package][npm-badge]][npm]
[![npm next][npm-next]][npm]
[![NPM downloads][npm-download]][npm]
[![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)
[![npm_latest][npm-coreui-react-badge-latest]][npm-coreui-react]
[![npm next][npm-coreui-react-badge-next]][npm-coreui-react]
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-react/Project%20check?style=flat-square)][coreui]
[![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)][coreui]

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

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

```bash
npm install @coreui/react@next
```
npm install @coreui/react
```

0 comments on commit ddaea52

Please sign in to comment.