chore(ship): v2.0.0-beta.6
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
## [vue](./README.md) version `changelog`
|
||||
|
||||
##### `v2.0.0-next`
|
||||
##### `v2.0.0-beta.6`
|
||||
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
|
||||
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
|
||||
- refactor(router): add dynamic imports for Webpack code splitting
|
||||
- refactor: remove empty `<style>` sections from `vue` files
|
||||
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login
|
||||
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register
|
||||
- chore: update `@coreui/coreui` to `2.0.3`
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@coreui/coreui-free-vue-admin-template",
|
||||
"version": "2.0.0-beta.5",
|
||||
"version": "2.0.0-beta.6",
|
||||
"description": "Open Source Bootstrap Admin Template",
|
||||
"author": "Łukasz Holeczek",
|
||||
"homepage": "http://coreui.io",
|
||||
@@ -16,7 +16,7 @@
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^2.0.3",
|
||||
"@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.2",
|
||||
"bootstrap": "^4.1.1",
|
||||
"bootstrap-vue": "^2.0.0-rc.11",
|
||||
|
||||
Reference in New Issue
Block a user