Skip to content

Commit

Permalink
Merge pull request #149 from coreui/dev-vnext
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
xidedix authored Jan 17, 2019
2 parents 85376f8 + 8937fa0 commit 8fee20b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [CoreUI for Vue.js](./README.md) version `changelog`

##### `v2.1.2`
- chore: update `@coreui/coreui` to `^2.1.6`
- chore: update `@coreui/vue` to `^2.1.2`
- chore: update `core-js` to `^2.6.2`
- chore: update `vue` to `^2.5.22`
- chore: update `vue-template-compiler` to `^2.5.22`

##### `v2.1.1`
- chore: update `@coreui/coreui` to `^2.1.5`
- chore: update `@coreui/vue` to `^2.1.1`
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-vue-admin-template",
"version": "2.1.1",
"version": "2.1.2",
"description": "Open Source Bootstrap Admin Template",
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
Expand All @@ -14,20 +14,20 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@coreui/coreui": "^2.1.5",
"@coreui/coreui": "^2.1.6",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/vue": "^2.1.1",
"@coreui/vue": "^2.1.2",
"bootstrap": "^4.2.1",
"bootstrap-vue": "^2.0.0-rc.11",
"chart.js": "^2.7.3",
"core-js": "^2.6.1",
"core-js": "^2.6.2",
"css-vars-ponyfill": "^1.16.2",
"flag-icon-css": "^3.2.0",
"font-awesome": "^4.7.0",
"perfect-scrollbar": "^1.4.0",
"simple-line-icons": "^2.4.1",
"vue": "^2.5.21",
"vue": "^2.5.22",
"vue-chartjs": "^3.4.0",
"vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.2"
Expand All @@ -45,7 +45,7 @@
"https-proxy-agent": "^2.2.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.5.22"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 8fee20b

Please sign in to comment.