Skip to content

Commit 3e8763a

Browse files
authored
Merge pull request #127 from coreui/dev-vnext
v2.0.14
2 parents 71cd428 + 4370de1 commit 3e8763a

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3+
##### `v2.0.14`
4+
- chore: update `@coreui/coreui` to `2.0.25`
5+
- chore: update `chart.js` to `2.7.3`
6+
- chore: update `flag-icon-css` to `3.2.1`
7+
- chore: update `node-sass` to `4.9.4`
8+
- chore: update `react` to `16.6.0`
9+
- chore: update `react-dom` to `16.6.0`
10+
- chore: update `react-router-config` to `4.4.0-beta.6`
11+
- chore: update `react-test-renderer` to `16.6.0`
12+
- chore: update `react-scripts` to `2.1.1`
13+
14+
315
##### `v2.0.13`
416
- refactor: migration to [Create React App 2.0](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html) cleanup
517
- cleanup `package.json` scripts

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",
@@ -12,33 +12,33 @@
1212
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
1313
},
1414
"dependencies": {
15-
"@coreui/coreui": "^2.0.15",
15+
"@coreui/coreui": "^2.0.25",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1717
"@coreui/icons": "0.3.0",
1818
"@coreui/react": "^2.0.9",
1919
"bootstrap": "^4.1.3",
20-
"chart.js": "^2.7.2",
20+
"chart.js": "^2.7.3",
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.5.7",
2323
"enzyme": "^3.7.0",
2424
"enzyme-adapter-react-16": "^1.6.0",
25-
"flag-icon-css": "^3.2.0",
25+
"flag-icon-css": "^3.2.1",
2626
"font-awesome": "^4.7.0",
27-
"node-sass": "^4.9.3",
27+
"node-sass": "^4.9.4",
2828
"prop-types": "^15.6.2",
29-
"react": "^16.5.2",
29+
"react": "^16.6.0",
3030
"react-app-polyfill": "^0.1.3",
3131
"react-chartjs-2": "^2.7.2",
32-
"react-dom": "^16.5.2",
32+
"react-dom": "^16.6.0",
3333
"react-loadable": "^5.5.0",
34-
"react-router-config": "^4.4.0-beta.1",
34+
"react-router-config": "^4.4.0-beta.6",
3535
"react-router-dom": "^4.3.1",
36-
"react-test-renderer": "^16.5.2",
36+
"react-test-renderer": "^16.6.0",
3737
"reactstrap": "^6.5.0",
3838
"simple-line-icons": "^2.4.1"
3939
},
4040
"devDependencies": {
41-
"react-scripts": "^2.0.4"
41+
"react-scripts": "^2.1.1"
4242
},
4343
"scripts": {
4444
"start": "react-scripts start",

0 commit comments

Comments
 (0)