Skip to content

Commit 1ed3681

Browse files
committed
chore(release): v2.0.0-beta.3
1 parent 647075d commit 1ed3681

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [vue](./README.md) version `changelog`
22

3+
##### `v2.0.0-beta.3`
4+
- refactor: `getStyles()` back to `@coreui/coreui` version `^2.0.2`
5+
- fix(Dashboard): `width` card-line*-chart-example `ie` issue
6+
37
##### `v2.0.0-beta.2`
48
- refactor: `HeaderDropdown` with new slots `header` and `dropdown` *breaking change*
59
- chore: update `@coreui/vue` to `2.0.0-beta.1`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -17,7 +17,7 @@
1717
"build": "node build/build.js"
1818
},
1919
"dependencies": {
20-
"@coreui/coreui": "^2.0.1",
20+
"@coreui/coreui": "^2.0.2",
2121
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
2222
"@coreui/icons": "^0.2.0",
2323
"@coreui/vue": "^2.0.0-beta.1",

0 commit comments

Comments
 (0)