Skip to content

Commit 20c8035

Browse files
authored
Merge pull request #130 from coreui/dev-vnext
v2.0.1
2 parents 2e6b0ab + ced9f94 commit 20c8035

File tree

5 files changed

+265
-247
lines changed

5 files changed

+265
-247
lines changed

Diff for: 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`

Diff for: package.json

+14-12
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",
@@ -14,16 +14,16 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "^2.0.4",
17+
"@coreui/coreui": "^2.0.14",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "0.3.0",
20-
"@coreui/vue": "^2.0.0",
20+
"@coreui/vue": "^2.0.2",
2121
"bootstrap": "^4.1.3",
2222
"bootstrap-vue": "^2.0.0-rc.11",
2323
"chart.js": "^2.7.2",
2424
"core-js": "^2.5.7",
25-
"css-vars-ponyfill": "^1.9.0",
26-
"flag-icon-css": "^3.0.0",
25+
"css-vars-ponyfill": "^1.11.1",
26+
"flag-icon-css": "^3.2.0",
2727
"font-awesome": "^4.7.0",
2828
"perfect-scrollbar": "^1.4.0",
2929
"simple-line-icons": "^2.4.1",
@@ -33,14 +33,16 @@
3333
"vue-router": "^3.0.1"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.0.1",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.0.1",
38-
"@vue/cli-plugin-eslint": "^3.0.1",
39-
"@vue/cli-plugin-unit-jest": "^3.0.1",
40-
"@vue/cli-service": "^3.0.1",
41-
"@vue/test-utils": "^1.0.0-beta.24",
36+
"@vue/cli-plugin-babel": "^3.0.4",
37+
"@vue/cli-plugin-e2e-nightwatch": "^3.0.4",
38+
"@vue/cli-plugin-eslint": "^3.0.4",
39+
"@vue/cli-plugin-unit-jest": "^3.0.4",
40+
"@vue/cli-service": "^3.0.4",
41+
"@vue/test-utils": "^1.0.0-beta.25",
4242
"babel-core": "^7.0.0-bridge.0",
43-
"babel-jest": "^23.4.2",
43+
"babel-jest": "^23.6.0",
44+
"growl": "^1.10.5",
45+
"https-proxy-agent": "^2.2.1",
4446
"node-sass": "^4.9.3",
4547
"sass-loader": "^7.1.0",
4648
"vue-template-compiler": "^2.5.17"

Diff for: 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)