Skip to content

Commit 8d502a3

Browse files
committedMay 18, 2020
Ship: v2.5.8
1 parent e759214 commit 8d502a3

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
 

Diff for: ‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

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+
321
##### `v2.5.7`
422
- fix(SidebarNav): add missing alternative icon config object
523

Diff for: ‎demo/src/containers/DefaultLayout/DefaultLayout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class DefaultLayout extends Component {
9292
</AppAside>
9393
</div>
9494
<AppFooter>
95-
<span><a href="https://coreui.io">CoreUI</a> &copy; 2019 creativeLabs</span>
95+
<span><a href="https://coreui.io">CoreUI</a> &copy; 2020 creativeLabs</span>
9696
<span className="ml-auto">Powered by <a href="https://coreui.io/react">CoreUI for React</a></span>
9797
</AppFooter>
9898
</div>

Diff for: ‎package.json

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

0 commit comments

Comments
 (0)