From 2636edd2872873ecc83a81a2e52adbca322b62e4 Mon Sep 17 00:00:00 2001 From: xidedix Date: Sat, 3 Nov 2018 19:01:22 +0100 Subject: [PATCH 1/2] chore: dependencies update - chore: update `@coreui/coreui` to `2.0.25` - chore: update `chart.js` to `2.7.3` - chore: update `flag-icon-css` to `3.2.1` - chore: update `node-sass` to `4.9.4` - chore: update `react` to `16.6.0` - chore: update `react-dom` to `16.6.0` - chore: update `react-router-config` to `4.4.0-beta.6` - chore: update `react-test-renderer` to `16.6.0` - chore: update `react-scripts` to `2.1.1` --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d890b48c7..a872e8527 100644 --- a/package.json +++ b/package.json @@ -12,33 +12,33 @@ "url": "git@github.com:coreui/coreui-free-react-admin-template.git" }, "dependencies": { - "@coreui/coreui": "^2.0.15", + "@coreui/coreui": "^2.0.25", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/icons": "0.3.0", "@coreui/react": "^2.0.9", "bootstrap": "^4.1.3", - "chart.js": "^2.7.2", + "chart.js": "^2.7.3", "classnames": "^2.2.6", "core-js": "^2.5.7", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.6.0", - "flag-icon-css": "^3.2.0", + "flag-icon-css": "^3.2.1", "font-awesome": "^4.7.0", - "node-sass": "^4.9.3", + "node-sass": "^4.9.4", "prop-types": "^15.6.2", - "react": "^16.5.2", + "react": "^16.6.0", "react-app-polyfill": "^0.1.3", "react-chartjs-2": "^2.7.2", - "react-dom": "^16.5.2", + "react-dom": "^16.6.0", "react-loadable": "^5.5.0", - "react-router-config": "^4.4.0-beta.1", + "react-router-config": "^4.4.0-beta.6", "react-router-dom": "^4.3.1", - "react-test-renderer": "^16.5.2", + "react-test-renderer": "^16.6.0", "reactstrap": "^6.5.0", "simple-line-icons": "^2.4.1" }, "devDependencies": { - "react-scripts": "^2.0.4" + "react-scripts": "^2.1.1" }, "scripts": { "start": "react-scripts start", From 4370de158d79de85c191440d796d73fb9656cfd2 Mon Sep 17 00:00:00 2001 From: xidedix Date: Sat, 3 Nov 2018 19:01:47 +0100 Subject: [PATCH 2/2] ship: v2.0.14 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36f7b98b..cb2594d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog +##### `v2.0.14` +- chore: update `@coreui/coreui` to `2.0.25` +- chore: update `chart.js` to `2.7.3` +- chore: update `flag-icon-css` to `3.2.1` +- chore: update `node-sass` to `4.9.4` +- chore: update `react` to `16.6.0` +- chore: update `react-dom` to `16.6.0` +- chore: update `react-router-config` to `4.4.0-beta.6` +- chore: update `react-test-renderer` to `16.6.0` +- chore: update `react-scripts` to `2.1.1` + + ##### `v2.0.13` - refactor: migration to [Create React App 2.0](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html) cleanup - cleanup `package.json` scripts diff --git a/package.json b/package.json index a872e8527..8062aca20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-react-admin-template", - "version": "2.0.13", + "version": "2.0.14", "description": "CoreUI React Open Source Bootstrap 4 Admin Template", "author": "Ɓukasz Holeczek", "homepage": "https://coreui.io",