Skip to content

Commit 78bf04c

Browse files
committed
chore(ship): v2.0.0-beta.6
1 parent 21912a9 commit 78bf04c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## [vue](./README.md) version `changelog`
22

3-
##### `v2.0.0-next`
3+
##### `v2.0.0-beta.6`
44
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
5+
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
6+
- refactor(router): add dynamic imports for Webpack code splitting
7+
- refactor: remove empty `<style>` sections from `vue` files
58
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login
69
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register
710
- chore: update `@coreui/coreui` to `2.0.3`

package.json

Lines changed: 2 additions & 2 deletions
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.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@coreui/coreui": "^2.0.3",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
19-
"@coreui/icons": "^0.2.0",
19+
"@coreui/icons": "0.2.0",
2020
"@coreui/vue": "^2.0.0-beta.2",
2121
"bootstrap": "^4.1.1",
2222
"bootstrap-vue": "^2.0.0-rc.11",

0 commit comments

Comments
 (0)