Skip to content

Commit 9d5ba97

Browse files
committed
chore: 3.2.0 release for React 17
1 parent f3f91c5 commit 9d5ba97

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

CHANGELOG.md

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

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

5+
#### [3.2.0](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.1...3.2.0)
6+
7+
> 14 December 2020
8+
9+
- fix(BrandButtons): minor temp fixes with stylings [`f0c0585`](https://github.com/coreui/coreui-free-react-admin-template/commit/f0c05858329430c9487bdcfcf36d0aa98f60776d)
10+
- refactor: polyfills cleanup [`9522ade`](https://github.com/coreui/coreui-free-react-admin-template/commit/9522ade1f1eb2c5a26d5208fe6e44be803123bd2)
11+
- test: refactor, import temp update [`f3f91c5`](https://github.com/coreui/coreui-free-react-admin-template/commit/f3f91c5d721754a2dac26143f312415c94c7ed68)
12+
- chore: React 17 and dependencies update [`f6a710f`](https://github.com/coreui/coreui-free-react-admin-template/commit/f6a710ffd6996c9b6b026b8eebed6ff390757fe1)
13+
- fix(_nav): no anonymous default export [`ed83c9a`](https://github.com/coreui/coreui-free-react-admin-template/commit/ed83c9a3d4199b8c6566a6e01396cdcbca80cf42)
14+
515
#### [3.1.1](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.0...3.1.1)
616

717
> 26 November 2020
@@ -10,6 +20,7 @@ All notable changes to this project will be documented in this file. Dates are d
1020
- chore: add changelog [`de605cc`](https://github.com/coreui/coreui-free-react-admin-template/commit/de605cc1aadec9fb066625c6bc7b656590efc7bb)
1121
- chore: limit changelog to version 3 [`6ac9a1d`](https://github.com/coreui/coreui-free-react-admin-template/commit/6ac9a1d094d4d293ddacb3f3562216a98be8e129)
1222
- chore: add migration docs [`b661344`](https://github.com/coreui/coreui-free-react-admin-template/commit/b661344485a38404b8c2b1326e3a4258009b071c)
23+
- chore: changelog update [`f9f1927`](https://github.com/coreui/coreui-free-react-admin-template/commit/f9f19274f046cf5f11f68d6c7eb7ae04c553f219)
1324
- chore: .gitignore cleanup [`ba21e00`](https://github.com/coreui/coreui-free-react-admin-template/commit/ba21e001944322fb48e43264719b94368c589732)
1425
- chore: 3.1.1 release [`081b957`](https://github.com/coreui/coreui-free-react-admin-template/commit/081b957291a8020e3d2e3b42c1f0a1455a49c524)
1526

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": {
66
"name": "CoreUI",

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI Free - React.js Admin Template
4-
* @version v3.0.0-beta.1
4+
* @version v3.2.0
55
* @link https://coreui.io/pro/react/
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* License MIT

src/containers/TheHeaderDropdown.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ const TheHeaderDropdown = () => {
3535
<strong>Account</strong>
3636
</CDropdownItem>
3737
<CDropdownItem>
38-
<CIcon name="cil-bell" className="mfe-2" />
38+
<CIcon name="cil-bell" className="mfe-2" />
3939
Updates
4040
<CBadge color="info" className="mfs-auto">42</CBadge>
4141
</CDropdownItem>
4242
<CDropdownItem>
43-
<CIcon name="cil-envelope-open" className="mfe-2" />
43+
<CIcon name="cil-envelope-open" className="mfe-2" />
4444
Messages
4545
<CBadge color="success" className="mfs-auto">42</CBadge>
4646
</CDropdownItem>
4747
<CDropdownItem>
48-
<CIcon name="cil-task" className="mfe-2" />
48+
<CIcon name="cil-task" className="mfe-2" />
4949
Tasks
5050
<CBadge color="danger" className="mfs-auto">42</CBadge>
5151
</CDropdownItem>
5252
<CDropdownItem>
53-
<CIcon name="cil-comment-square" className="mfe-2" />
53+
<CIcon name="cil-comment-square" className="mfe-2" />
5454
Comments
5555
<CBadge color="warning" className="mfs-auto">42</CBadge>
5656
</CDropdownItem>
@@ -66,22 +66,22 @@ const TheHeaderDropdown = () => {
6666
<CIcon name="cil-user" className="mfe-2" />Profile
6767
</CDropdownItem>
6868
<CDropdownItem>
69-
<CIcon name="cil-settings" className="mfe-2" />
69+
<CIcon name="cil-settings" className="mfe-2" />
7070
Settings
7171
</CDropdownItem>
7272
<CDropdownItem>
73-
<CIcon name="cil-credit-card" className="mfe-2" />
73+
<CIcon name="cil-credit-card" className="mfe-2" />
7474
Payments
7575
<CBadge color="secondary" className="mfs-auto">42</CBadge>
7676
</CDropdownItem>
7777
<CDropdownItem>
78-
<CIcon name="cil-file" className="mfe-2" />
78+
<CIcon name="cil-file" className="mfe-2" />
7979
Projects
8080
<CBadge color="primary" className="mfs-auto">42</CBadge>
8181
</CDropdownItem>
8282
<CDropdownItem divider />
8383
<CDropdownItem>
84-
<CIcon name="cil-lock-locked" className="mfe-2" />
84+
<CIcon name="cil-lock-locked" className="mfe-2" />
8585
Lock Account
8686
</CDropdownItem>
8787
</CDropdownMenu>

0 commit comments

Comments
 (0)