Skip to content

Commit 5f3380d

Browse files
committed
Ship: v2.1.7
1 parent 76bd4a7 commit 5f3380d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3+
##### `v2.1.7`
4+
- maintenance release for use with:
5+
- react-router `v4.3.x`
6+
- reactstrap `v7.x`
7+
- @coreui/react `~2.1.7`
8+
- chore: add `package-lock.json` with updated `tar` dependency
9+
- chore: fix `test:cov` script
10+
- fix(Popovers): add `trigger="legacy" delay={0}` (breaking change in reactstrap)
11+
###### dependencies update
12+
- update: `@coreui/react` to `~2.1.7`
13+
- update: `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.0`
14+
- update: `enzyme-adapter-react-16` to `^1.13.0`
15+
- update: `node-sass` to `^4.12.0`
16+
- update: `react` to `^16.8.6`
17+
- update: `react-app-polyfill` to `^1.0.1`
18+
- update: `react-chartjs-2` to `^2.7.6`
19+
- update: `react-dom` to `^16.8.6`
20+
- update: `react-test-renderer` to `^16.8.6`
21+
- update: `react-scripts` to `^3.0.1`
22+
323
##### `v2.1.6`
424
- fix(App): remove redundant react-loadable - thanks @sergeyt
525
- fix(routes) remove circular dependency - thanks @sergeyt

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.1.6",
3+
"version": "2.1.7",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)