chore(release): v2.0.0-beta.3
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
## [vue](./README.md) version `changelog`
|
## [vue](./README.md) version `changelog`
|
||||||
|
|
||||||
|
##### `v2.0.0-beta.3`
|
||||||
|
- refactor: `getStyles()` back to `@coreui/coreui` version `^2.0.2`
|
||||||
|
- fix(Dashboard): `width` card-line*-chart-example `ie` issue
|
||||||
|
|
||||||
##### `v2.0.0-beta.2`
|
##### `v2.0.0-beta.2`
|
||||||
- refactor: `HeaderDropdown` with new slots `header` and `dropdown` *breaking change*
|
- refactor: `HeaderDropdown` with new slots `header` and `dropdown` *breaking change*
|
||||||
- chore: update `@coreui/vue` to `2.0.0-beta.1`
|
- chore: update `@coreui/vue` to `2.0.0-beta.1`
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/coreui-free-vue-admin-template",
|
"name": "@coreui/coreui-free-vue-admin-template",
|
||||||
"version": "2.0.0-beta.2",
|
"version": "2.0.0-beta.3",
|
||||||
"description": "Open Source Bootstrap Admin Template",
|
"description": "Open Source Bootstrap Admin Template",
|
||||||
"author": "Łukasz Holeczek",
|
"author": "Łukasz Holeczek",
|
||||||
"homepage": "http://coreui.io",
|
"homepage": "http://coreui.io",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"build": "node build/build.js"
|
"build": "node build/build.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^2.0.1",
|
"@coreui/coreui": "^2.0.2",
|
||||||
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
|
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
|
||||||
"@coreui/icons": "^0.2.0",
|
"@coreui/icons": "^0.2.0",
|
||||||
"@coreui/vue": "^2.0.0-beta.1",
|
"@coreui/vue": "^2.0.0-beta.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user