Skip to content

Commit 2c7e859

Browse files
committed
chore(ship): v2.0.0-beta.7
1 parent c9a2c34 commit 2c7e859

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

3+
##### `v2.0.0-beta.7`
4+
- refactor(Footer): move default footer to the template
5+
- fix(Footer): IE sticky footer issue
6+
- chore: update `@coreui/vue` to `2.0.0-rc.3`
7+
- chore: update `bootstrap` to `4.1.2`
8+
- chore: update `@coreui/coreui` to `2.0.4`
9+
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.5`
10+
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.5`
11+
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.5`
12+
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.5`
13+
- chore: update `@vue/cli-service` to `3.0.0-rc.5`
14+
- chore: update `@vue/test-utils` to `1.0.0-beta.21`
15+
- chore: update `babel-jest` to `23.4.0`
16+
- chore: update `node-sass` to `4.9.2`
17+
318
##### `v2.0.0-beta.6`
419
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
520
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
@@ -13,7 +28,7 @@
1328
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
1429
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
1530
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
16-
- chore: update `@vue/test-utils` to `3.0.0-rc.3`
31+
- chore: update `@vue/test-utils` to `^1.0.0-beta.20`
1732
- chore: update `babel-jest` to `23.2.0`
1833

1934
##### `v2.0.0-beta.5`

package.json

+1-1
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.6",
3+
"version": "2.0.0-beta.7",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",

src/containers/DefaultContainer.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<!--footer-->
5252
<div>
5353
<a href="https://coreui.io">CoreUI</a>
54-
<span>&copy; 2018 creativeLabs.</span>
54+
<span class="ml-1">&copy; 2018 creativeLabs.</span>
5555
</div>
5656
<div class="ml-auto">
57-
<span>Powered by</span>
57+
<span class="mr-1">Powered by</span>
5858
<a href="https://coreui.io">CoreUI for Vue</a>
5959
</div>
6060
</TheFooter>

0 commit comments

Comments
 (0)