Skip to content

Commit

Permalink
chore: 3.1.1 version release: update dependencies and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Jul 8, 2020
1 parent a91e4fd commit 4fff8d2
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 51 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [3.1.0](https:/coreui/coreui-vue/compare/3.1.0...3.1.0)
## [3.1.1](https:/coreui/coreui-vue/compare/3.1.0...3.1.1)

> 8 July 2020
### Changed

- chore: update changelog to 3.1.0 [`a504c71`](https:/coreui/coreui-vue/commit/a504c71c8649bd9fd2241717ce55e17faf9aa323)
- fix: CModal: 'update:show' event - add third argument 'accept' #92 [`a91e4fd`](https:/coreui/coreui-vue/commit/a91e4fdcfce3d0f88e239526f81b50699b2900f1)

> 3 July 2020
## [3.1.0](https:/coreui/coreui-vue/compare/3.0.12...3.1.0)

> 3 July 2020
Expand Down
94 changes: 51 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "CoreUI Vue Bootstrap 4 layout components",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@coreui/icons": "^2.0.0-beta.4",
"@coreui/icons-vue": "^1.3.5",
"@coreui/utils": "^1.3.1",
"@popperjs/core": "~2.4.3",
"@popperjs/core": "~2.4.4",
"lodash.clonedeep": "~4.5.0",
"perfect-scrollbar": "~1.5.0",
"tooltip.js": "~1.3.3",
Expand All @@ -85,17 +85,17 @@
"@vue/cli-plugin-unit-jest": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"@vue/test-utils": "1.0.0-beta.29",
"auto-changelog": "~2.1.0",
"auto-changelog": "~2.2.0",
"babel-eslint": "~10.1.0",
"babel-jest": "~26.1",
"core-js": "~3.6.5",
"eslint": "~7.3.1",
"eslint": "~7.4.0",
"eslint-plugin-vue": "~6.2.2",
"identity-obj-proxy": "^3.0.0",
"node-sass": "~4.14.1",
"node-sass-magic-importer": "~5.3.2",
"npm-run-all": "~4.1.5",
"rollup": "~2.18.2",
"rollup": "~2.21.0",
"rollup-plugin-babel": "~4.4.0",
"rollup-plugin-commonjs": "~10.1.0",
"rollup-plugin-filesize": "~9.0.2",
Expand All @@ -106,7 +106,7 @@
"rollup-plugin-replace": "~2.2.0",
"rollup-plugin-uglify": "~6.0.4",
"rollup-plugin-vue": "~5.1.9",
"sass-loader": "~8.0.2",
"sass-loader": "~9.0.2",
"vue-router": "~3.3.4",
"vue-template-compiler": "~2.6.11"
},
Expand Down

0 comments on commit 4fff8d2

Please sign in to comment.