Skip to content

Commit

Permalink
3.3.5 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 9, 2020
1 parent 41f3899 commit 757f523
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

#### [3.3.5](https://github.com/coreui/coreui-react/compare/3.3.4...3.3.5)

> 9 December 2020
- test: add github actions project check [`552a1fd`](https://github.com/coreui/coreui-react/commit/552a1fd7a7dfe5273f55ed1445e98651df80928e)
- fix(CDataTable): missing select perPageItems initial value [`eaca895`](https://github.com/coreui/coreui-react/commit/eaca8955913fafe0f6100952e98ebf7afd34c32b)
- chore: dependencies update [`41f3899`](https://github.com/coreui/coreui-react/commit/41f38999bb2e32c80d23a425c66cb79bca3ec363)

#### [3.3.4](https://github.com/coreui/coreui-react/compare/3.3.3...3.3.4)

> 26 November 2020
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# CoreUI React components library

[![npm package][npm-badge]][npm]
[![npm next][npm-next]][npm]
[![NPM downloads][npm-download]][npm]
![Daily project check](https://github.com/coreui/coreui-react/workflows/Daily%20project%20check/badge.svg)

[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
[![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 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-^16.14.0-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
[coreui]: https://coreui.io/react

##### @coreui/react v3 for [CoreUI 3 for React](https://coreui.io/react/)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react",
"version": "3.3.4",
"version": "3.3.5",
"description": "CoreUI React Bootstrap 4 components",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 757f523

Please sign in to comment.