From d595e851bc4fcdf81ad10b59feb6fef516a8fd6a Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 8 Jan 2019 16:13:17 +0100 Subject: [PATCH] Ship: v2.1.3 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d76e1..53e8732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog +##### `v2.1.3` +- fix(Collapse): add `mb-0` to accordion cards +- fix(ButtonGroups): misplaced dropdownOpen +- chore: update `@coreui/coreui` to `^2.1.5` +- chore: update `@coreui/react` to `^2.1.3` +- chore: update `bootstrap` to `^4.2.1` +- chore: update `core-js` to `^2.6.1` +- chore: update `enzyme` to `^3.8.0` +- chore: update `enzyme-adapter-react-16` to `^1.7.1` +- chore: update `node-sass` to `^4.11.0` +- chore: update `react` to `^16.7.0` +- chore: update `react-app-polyfill` to `^0.2.0` +- chore: update `react-chartjs-2` to `^2.7.4` +- chore: update `react-dom` to `^16.7.0` +- chore: update `react-test-renderer` to `^16.7.0` +- chore: update `reactstrap` to `^7.0.2` +- chore: update `react-scripts` to `2.1.3` + ##### `v2.1.2` - fix(scss): floating footer ie11 issue - chore: update `@coreui/react` to `^2.1.1` diff --git a/package.json b/package.json index bf0de43..2155dff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-react-admin-template", - "version": "2.1.2", + "version": "2.1.3", "description": "CoreUI React Open Source Bootstrap 4 Admin Template", "author": "Ɓukasz Holeczek", "homepage": "https://coreui.io",