Skip to content

Commit 8af3ee6

Browse files
authored
Merge pull request #102 from coreui/dev-vnext
v2.0.8
2 parents 26be744 + 3b7c4c7 commit 8af3ee6

File tree

7 files changed

+187
-151
lines changed

7 files changed

+187
-151
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3+
##### `v2.0.8`
4+
- fix(User): add missing unique key prop
5+
- fix(Login): add missing form and autoComplete
6+
- fix(Register): add missing form and autoComplete
7+
- chore: update `@coreui/react` to `2.0.5`
8+
- chore: update `bootstrap` to `4.1.3`
9+
- chore: update `reactstrap` to `6.3.1`
10+
- chore: update `babel-jest` to `23.4.2`
11+
312
##### `v2.0.5`
413
- feat(router): Users/User Breadcrumb example with `/users/:id`
514
- chore: update `@coreui/react` to `2.0.4`,

package.json

+5-5
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.6",
3+
"version": "2.0.8",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",
@@ -15,8 +15,8 @@
1515
"@coreui/coreui": "^2.0.4",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1717
"@coreui/icons": "0.2.0",
18-
"@coreui/react": "^2.0.4",
19-
"bootstrap": "^4.1.1",
18+
"@coreui/react": "^2.0.5",
19+
"bootstrap": "^4.1.3",
2020
"chart.js": "^2.7.2",
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.5.7",
@@ -32,11 +32,11 @@
3232
"react-router-config": "^1.0.0-beta.4",
3333
"react-router-dom": "^4.3.1",
3434
"react-test-renderer": "^16.4.1",
35-
"reactstrap": "^6.1.0",
35+
"reactstrap": "^6.3.1",
3636
"simple-line-icons": "^2.4.1"
3737
},
3838
"devDependencies": {
39-
"babel-jest": "^23.0.1",
39+
"babel-jest": "^23.4.2",
4040
"node-sass-chokidar": "^1.3.0",
4141
"npm-run-all": "^4.1.3",
4242
"react-scripts": "^1.1.4"

0 commit comments

Comments
 (0)