Skip to content

Commit 1c86c3e

Browse files
committed
Ship: v2.0.13
1 parent 0728cda commit 1c86c3e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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.13`
4+
- refactor: migration to [Create React App 2.0](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html) cleanup
5+
- cleanup `package.json` scripts
6+
- remove `babel-jest` dependency
7+
- remove `node-sass-chokidar` dependency
8+
- remove `npm-run-all` dependency
9+
- move `App.js` import styles to `App.scss`
10+
- replace imports from `node_modules/` with `~` prefix
11+
- chore: remove unused `src/scss/vendors/charts.js/` directory
12+
- chore: update `@coreui/coreui` to `^2.0.15`
13+
- chore: update `@coreui/react` to `^2.0.9`
14+
315
##### `v2.0.12`
416
fixes some issues with `rtl`, `ie11`, `sidebar-minimized` behaviour and `aside` responsiveness
517
- fix(DefaultAside): `ListGroup` with `tag="div"` works better with `rtl`

package.json

Lines changed: 1 addition & 1 deletion
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.12",
3+
"version": "2.0.13",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)