File tree 3 files changed +20
-2
lines changed
demo/src/containers/DefaultLayout
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/react ] ( https://coreui.io/ ) changelog
2
2
3
+ ##### ` v2.5.8 `
4
+ - chore(demo/polyfill): update to core-js v3
5
+
6
+ ###### dependencies update
7
+ - update: ` core-js ` to ` ^3.6.5 `
8
+ - update: ` react ` to ` ^16.13.1 `
9
+ - update: ` react-dom ` to ` ^16.13.1 `
10
+ - update: ` react-router-dom ` to ` ^5.2.0 `
11
+ - update: ` mutationobserver-shim ` to ` ^0.3.5 `
12
+ - update: ` eslint ` to ` ^7.0.0 `
13
+ - update: ` eslint-plugin-import ` to ` ^2.20.2 `
14
+ - update: ` eslint-plugin-react ` to ` ^7.20.0 `
15
+ - update: ` nwb ` to ` ^0.24.7 `
16
+ - update: ` react ` to ` ^16.13.1 `
17
+ - update: ` react-dom ` to ` ^16.13.1 `
18
+ - update: ` react-router-dom ` to ` ^5.2.0 `
19
+ - update: ` sinon ` to ` ^9.0.2 `
20
+
3
21
##### ` v2.5.7 `
4
22
- fix(SidebarNav): add missing alternative icon config object
5
23
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class DefaultLayout extends Component {
92
92
</ AppAside >
93
93
</ div >
94
94
< AppFooter >
95
- < span > < a href = "https://coreui.io" > CoreUI</ a > © 2019 creativeLabs</ span >
95
+ < span > < a href = "https://coreui.io" > CoreUI</ a > © 2020 creativeLabs</ span >
96
96
< span className = "ml-auto" > Powered by < a href = "https://coreui.io/react" > CoreUI for React</ a > </ span >
97
97
</ AppFooter >
98
98
</ div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 2.5.7 " ,
3
+ "version" : " 2.5.8 " ,
4
4
"description" : " CoreUI React Bootstrap 4 components" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments