diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3a93bd..8a6aabb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## [vue](./README.md) version `changelog` -##### `v2.0.0-next` +##### `v2.0.0` +- chore: update `@coreui/vue` to `2.0.0` +- chore: update `@coreui/icons` to `0.3.0` +- refactor(CoreUIIcons): move to `@coreui/icons v0.3.0` +- fix(Dashboard): SocialBoxChartExample height +- fix(Widgets): SocialBoxChartExample height +- fix(Widgets): Income widgets cols - test(unit): add test for User.vue - test: add jest config for coverage diff --git a/package.json b/package.json index 2326742b..5e9f803e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-vue-admin-template", - "version": "2.0.0-rc.0", + "version": "2.0.0", "description": "Open Source Bootstrap Admin Template", "author": "Ćukasz Holeczek", "homepage": "http://coreui.io", @@ -16,8 +16,8 @@ "dependencies": { "@coreui/coreui": "^2.0.4", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", - "@coreui/icons": "0.2.0", - "@coreui/vue": "^2.0.0-rc.3", + "@coreui/icons": "0.3.0", + "@coreui/vue": "^2.0.0", "bootstrap": "^4.1.3", "bootstrap-vue": "^2.0.0-rc.11", "chart.js": "^2.7.2", diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index d18eb291..c4745c67 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -129,7 +129,7 @@