chore(release): v2.0.0-beta.2

This commit is contained in:
xidedix
2018-06-04 18:14:24 +02:00
parent e56e04feca
commit b09e2754f3
3 changed files with 11 additions and 6 deletions
+5
View File
@@ -1,5 +1,10 @@
## [vue](./README.md) version `changelog`
##### `v2.0.0-beta.2`
- refactor: `HeaderDropdown` with new slots `header` and `dropdown` *breaking change*
- chore: update `@coreui/vue` to `2.0.0-beta.1`
- chore: dependencies update
##### `v2.0.0-beta.1`
- chore: update `@coreui/vue` to `2.0.0-beta.0`
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-vue-admin-template",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Open Source Bootstrap Admin Template",
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
@@ -36,7 +36,7 @@
"vue-router": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^8.5.1",
"autoprefixer": "^8.6.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
+4 -4
View File
@@ -117,7 +117,7 @@
<div class="py-3 pb-5 mr-3 float-left">
<div class="avatar">
<img src="static/img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com">
<b-badge variant="success" class="avatar-status"></b-badge>
<b-badge variant="danger" class="avatar-status"></b-badge>
</div>
</div>
<div>
@@ -132,7 +132,7 @@
<div class="py-3 pb-5 mr-3 float-left">
<div class="avatar">
<img src="static/img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com">
<b-badge variant="success" class="avatar-status"></b-badge>
<b-badge variant="info" class="avatar-status"></b-badge>
</div>
</div>
<div>
@@ -147,7 +147,7 @@
<div class="py-3 pb-5 mr-3 float-left">
<div class="avatar">
<img src="static/img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com">
<b-badge variant="success" class="avatar-status"></b-badge>
<b-badge variant="warning" class="avatar-status"></b-badge>
</div>
</div>
<div>
@@ -162,7 +162,7 @@
<div class="py-3 pb-5 mr-3 float-left">
<div class="avatar">
<img src="static/img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com">
<b-badge variant="success" class="avatar-status"></b-badge>
<b-badge variant="dark" class="avatar-status"></b-badge>
</div>
</div>
<div>