Skip to content

Commit 2cbad45

Browse files
committed
chore: 3.4.0-beta.0 version release
1 parent 937a713 commit 2cbad45

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Diff for: CHANGELOG.md

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

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

5+
#### [3.4.0-beta.0](https://github.com/coreui/coreui-react/compare/3.3.5...3.4.0-beta.0)
6+
7+
> 10 December 2020
8+
9+
- test: enzyme-adapter-react-17 temp fix [`9a93f26`](https://github.com/coreui/coreui-react/commit/9a93f2610254f5584eb5e8f70b34a8456b3a2dc8)
10+
- chore: update to React 17 and dependencies [`dc7e219`](https://github.com/coreui/coreui-react/commit/dc7e219546b6c2a41a060042ce619e84fb1140ae)
11+
- test(CToast): use act() from react-dom/test-utils [`fce83f8`](https://github.com/coreui/coreui-react/commit/fce83f810768ed67a27acc2f9b10c4e845d91092)
12+
- fix(stories): className [`ab3348a`](https://github.com/coreui/coreui-react/commit/ab3348a5aac8eb008c23a5cc6292a7836353a311)
13+
- test(CDataTable): snap update className fix [`d6e58d5`](https://github.com/coreui/coreui-react/commit/d6e58d5003426184e632071d9a8fe2e38b73baad)
14+
- fix(CWidgetBrand): addHeaderClass bad PropTypes [`937a713`](https://github.com/coreui/coreui-react/commit/937a71394614d8bd66524900fdd415d8dc6f5918)
15+
516
#### [3.3.5](https://github.com/coreui/coreui-react/compare/3.3.4...3.3.5)
617

718
> 9 December 2020

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

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]
5+
[![npm next][npm-coreui-react-badge-next]][npm-coreui-react]
56
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
67
[![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+
[![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)][coreui]
89

910
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
1011
[npm-coreui-react]: https://www.npmjs.com/package/@coreui/react
1112
[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
1214
[coreui]: https://coreui.io/react
1315

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

Diff for: package.json

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

0 commit comments

Comments
 (0)