Skip to content

Commit f1c0908

Browse files
committed
Ship: v2.0.1
1 parent a282c79 commit f1c0908

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
## [vue](./README.md) version `changelog`
1+
## [CoreUI for Vue.js](./README.md) version `changelog`
2+
3+
##### `v2.0.1`
4+
- refactor(Modals): add spacing
5+
- refactor(BrandButtons): add spacing
6+
- chore: update `@coreui/coreui` to `2.0.14`
7+
- chore: update `@coreui/vue` to `2.0.2`
8+
- chore: update `flag-icon-css` to `3.2.0`
9+
- chore: update `@vue/cli-plugin-babel` to `3.0.4`
10+
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.4`
11+
- chore: update `@vue/cli-plugin-eslint` to `3.0.4`
12+
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.4`
13+
- chore: update `@vue/cli-service` to `3.0.4`
14+
- chore: update `@vue/test-utils` to `1.0.0-beta.25`
15+
- chore: update `babel-jest` to `23.6.0`
16+
- chore: update `growl` to `1.10.5`
17+
- chore: update `https-proxy-agent` to `2.2.1`
218

319
##### `v2.0.0`
420
- chore: update `@coreui/vue` to `2.0.0`

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

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<body>
5050
<noscript>
51-
<strong>We're sorry but test doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
51+
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
5252
</noscript>
5353
<div id="app"></div>
5454
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)