Skip to content

Commit 757f523

Browse files
committedDec 9, 2020
3.3.5 version release
1 parent 41f3899 commit 757f523

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed
 

‎CHANGELOG.md

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

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

5+
#### [3.3.5](https://github.com/coreui/coreui-react/compare/3.3.4...3.3.5)
6+
7+
> 9 December 2020
8+
9+
- test: add github actions project check [`552a1fd`](https://github.com/coreui/coreui-react/commit/552a1fd7a7dfe5273f55ed1445e98651df80928e)
10+
- fix(CDataTable): missing select perPageItems initial value [`eaca895`](https://github.com/coreui/coreui-react/commit/eaca8955913fafe0f6100952e98ebf7afd34c32b)
11+
- chore: dependencies update [`41f3899`](https://github.com/coreui/coreui-react/commit/41f38999bb2e32c80d23a425c66cb79bca3ec363)
12+
513
#### [3.3.4](https://github.com/coreui/coreui-react/compare/3.3.3...3.3.4)
614

715
> 26 November 2020

‎README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# CoreUI React components library
22

3-
[![npm package][npm-badge]][npm]
4-
[![npm next][npm-next]][npm]
5-
[![NPM downloads][npm-download]][npm]
6-
![Daily project check](https://github.com/coreui/coreui-react/workflows/Daily%20project%20check/badge.svg)
7-
8-
[npm-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square
9-
[npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square
10-
[npm]: https://www.npmjs.com/package/@coreui/react
11-
[npm-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
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 downloads][npm-coreui-react-download]][npm-coreui-react]
6+
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-react/Project%20check?style=flat-square)][coreui]
7+
[![react](https://img.shields.io/badge/react-^16.14.0-lightgrey.svg?style=flat-square&logo=react)][coreui]
8+
9+
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
10+
[npm-coreui-react]: https://www.npmjs.com/package/@coreui/react
11+
[npm-coreui-react-badge-latest]: https://img.shields.io/npm/v/@coreui/react/latest?style=flat-square
12+
[coreui]: https://coreui.io/react
1213

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)
Please sign in to comment.