Skip to content

Commit

Permalink
chore(ship): v2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jun 27, 2018
1 parent 21912a9 commit 78bf04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 78bf04c

Please sign in to comment.