Skip to content

Commit 96b100b

Browse files
committed
chore(release): 3.4.6
1 parent 82e5c9c commit 96b100b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.4.6](https://github.com/coreui/coreui-react/compare/3.4.5...3.4.6)
6+
7+
> 15 March 2021
8+
9+
- Fix for custom CPagination props [`9ed2c9f`](https://github.com/coreui/coreui-react/commit/9ed2c9fef09782f44c12cb4b3687fedba1725c1a)
10+
- chore: dependencies update [`82e5c9c`](https://github.com/coreui/coreui-react/commit/82e5c9c41fad851974b4c221ff45247145896e71)
11+
- chore: github workflows update [`147b761`](https://github.com/coreui/coreui-react/commit/147b761a74f6f43db2901c65285e1f7cf4cb969e)
12+
513
#### [3.4.5](https://github.com/coreui/coreui-react/compare/3.4.4...3.4.5)
614

715
> 20 January 2021

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
[![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)
44
[![npm_latest][npm-coreui-react-badge-latest]][npm-coreui-react]
55
[![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]
6+
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
7+
[![Build](https://github.com/coreui/coreui-react/actions/workflows/project-check.yml/badge.svg)](https://github.com/coreui/coreui-react/actions/workflows/project-check.yml)
8+
[![Daily check](https://github.com/coreui/coreui-react/actions/workflows/daily-project-check.yml/badge.svg)](https://github.com/coreui/coreui-react/actions/workflows/daily-project-check.yml)
89
[![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)][coreui]
910

1011
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square

package.json

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

0 commit comments

Comments
 (0)