Skip to content

Commit 85376f8

Browse files
authored
Merge pull request #147 from coreui/dev-vnext
v2.1.1
2 parents b9eedfd + a1ee314 commit 85376f8

File tree

4 files changed

+1066
-291
lines changed

4 files changed

+1066
-291
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## [CoreUI for Vue.js](./README.md) version `changelog`
22

3+
##### `v2.1.1`
4+
- chore: update `@coreui/coreui` to `^2.1.5`
5+
- chore: update `@coreui/vue` to `^2.1.1`
6+
- chore: update `bootstrap` to `^4.2.1`
7+
- chore: update `core-js` to `^2.6.1`
8+
- chore: update `css-vars-ponyfill` to `^1.16.2`
9+
- chore: update `vue` to `^2.5.21`
10+
- chore: update `@vue/cli-plugin-babel` to `^3.3.0`
11+
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `^3.3.0`
12+
- chore: update `@vue/cli-plugin-eslint` to `^3.3.0`
13+
- chore: update `@vue/cli-plugin-unit-jest` to `^3.3.0`
14+
- chore: update `@vue/cli-service` to `^3.3.0`
15+
- chore: update `@vue/test-utils` to `^1.0.0-beta.28`
16+
- chore: update `vue-template-compiler` to `^2.5.21`
17+
318
##### `v2.1.0`
419
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
520
- attributes: `rel`, `target`, `hidden`, `disabled`, etc...

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -14,38 +14,38 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "^2.1.4",
17+
"@coreui/coreui": "^2.1.5",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "0.3.0",
20-
"@coreui/vue": "^2.1.0",
21-
"bootstrap": "^4.1.3",
20+
"@coreui/vue": "^2.1.1",
21+
"bootstrap": "^4.2.1",
2222
"bootstrap-vue": "^2.0.0-rc.11",
2323
"chart.js": "^2.7.3",
24-
"core-js": "^2.6.0",
25-
"css-vars-ponyfill": "^1.15.3",
24+
"core-js": "^2.6.1",
25+
"css-vars-ponyfill": "^1.16.2",
2626
"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",
30-
"vue": "^2.5.19",
30+
"vue": "^2.5.21",
3131
"vue-chartjs": "^3.4.0",
3232
"vue-perfect-scrollbar": "^0.1.0",
3333
"vue-router": "^3.0.2"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.2.0",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.2.0",
38-
"@vue/cli-plugin-eslint": "^3.2.1",
39-
"@vue/cli-plugin-unit-jest": "^3.2.0",
40-
"@vue/cli-service": "^3.2.0",
41-
"@vue/test-utils": "^1.0.0-beta.27",
36+
"@vue/cli-plugin-babel": "^3.3.0",
37+
"@vue/cli-plugin-e2e-nightwatch": "^3.3.0",
38+
"@vue/cli-plugin-eslint": "^3.3.0",
39+
"@vue/cli-plugin-unit-jest": "^3.3.0",
40+
"@vue/cli-service": "^3.3.0",
41+
"@vue/test-utils": "^1.0.0-beta.28",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-jest": "^23.6.0",
4444
"growl": "^1.10.5",
4545
"https-proxy-agent": "^2.2.1",
4646
"node-sass": "^4.11.0",
4747
"sass-loader": "^7.1.0",
48-
"vue-template-compiler": "^2.5.19"
48+
"vue-template-compiler": "^2.5.21"
4949
},
5050
"browserslist": [
5151
"> 1%",

0 commit comments

Comments
 (0)