Ship: v2.0.1
This commit is contained in:
+17
-1
@@ -1,4 +1,20 @@
|
|||||||
## [vue](./README.md) version `changelog`
|
## [CoreUI for Vue.js](./README.md) version `changelog`
|
||||||
|
|
||||||
|
##### `v2.0.1`
|
||||||
|
- refactor(Modals): add spacing
|
||||||
|
- refactor(BrandButtons): add spacing
|
||||||
|
- chore: update `@coreui/coreui` to `2.0.14`
|
||||||
|
- chore: update `@coreui/vue` to `2.0.2`
|
||||||
|
- chore: update `flag-icon-css` to `3.2.0`
|
||||||
|
- chore: update `@vue/cli-plugin-babel` to `3.0.4`
|
||||||
|
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.4`
|
||||||
|
- chore: update `@vue/cli-plugin-eslint` to `3.0.4`
|
||||||
|
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.4`
|
||||||
|
- chore: update `@vue/cli-service` to `3.0.4`
|
||||||
|
- chore: update `@vue/test-utils` to `1.0.0-beta.25`
|
||||||
|
- chore: update `babel-jest` to `23.6.0`
|
||||||
|
- chore: update `growl` to `1.10.5`
|
||||||
|
- chore: update `https-proxy-agent` to `2.2.1`
|
||||||
|
|
||||||
##### `v2.0.0`
|
##### `v2.0.0`
|
||||||
- chore: update `@coreui/vue` to `2.0.0`
|
- chore: update `@coreui/vue` to `2.0.0`
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/coreui-free-vue-admin-template",
|
"name": "@coreui/coreui-free-vue-admin-template",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Open Source Bootstrap Admin Template",
|
"description": "Open Source Bootstrap Admin Template",
|
||||||
"author": "Łukasz Holeczek",
|
"author": "Łukasz Holeczek",
|
||||||
"homepage": "http://coreui.io",
|
"homepage": "http://coreui.io",
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>We're sorry but test doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
|
|||||||
Reference in New Issue
Block a user