Skip to content

Commit

Permalink
Merge pull request #155 from coreui/dev-vnext
Browse files Browse the repository at this point in the history
Ship: v2.1.5
  • Loading branch information
xidedix authored Mar 6, 2019
2 parents bcc28e1 + fca29cf commit 43a941e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog

##### `v2.1.5`
- fix: iOS 9 Safari sidebar toggle force issue `@coreui/react@2.1.5`

###### dependencies update
- update: `@coreui/react` to `^2.1.5`
- update: `enzyme-adapter-react-16` to `^1.10.0`
- update: `flag-icon-css` to `^3.3.0`
- update: `react` to `^16.8.4`
- update: `react-dom` to `^16.8.4`
- update: `react-test-renderer` to `^16.8.4`

##### `v2.1.4`
- maintenance release: fixes #151 #145
###### dependencies update
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "2.1.4",
"version": "2.1.5",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "https://coreui.io",
Expand All @@ -15,25 +15,25 @@
"@coreui/coreui": "^2.1.7",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/react": "^2.1.4",
"@coreui/react": "^2.1.5",
"bootstrap": "^4.3.1",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"core-js": "^2.6.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"flag-icon-css": "^3.2.1",
"enzyme-adapter-react-16": "^1.10.0",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react": "^16.8.4",
"react-app-polyfill": "^0.2.1",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.8.2",
"react-dom": "^16.8.4",
"react-loadable": "^5.5.0",
"react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.8.2",
"react-test-renderer": "^16.8.4",
"reactstrap": "^7.1.0",
"simple-line-icons": "^2.4.1"
},
Expand Down

0 comments on commit 43a941e

Please sign in to comment.