Skip to content

Commit 4fff8d2

Browse files
committed
chore: 3.1.1 version release: update dependencies and changelog
1 parent a91e4fd commit 4fff8d2

File tree

3 files changed

+65
-51
lines changed

3 files changed

+65
-51
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3-
## [3.1.0](https://github.com/coreui/coreui-vue/compare/3.1.0...3.1.0)
3+
## [3.1.1](https://github.com/coreui/coreui-vue/compare/3.1.0...3.1.1)
4+
5+
> 8 July 2020
6+
7+
### Changed
8+
9+
- chore: update changelog to 3.1.0 [`a504c71`](https://github.com/coreui/coreui-vue/commit/a504c71c8649bd9fd2241717ce55e17faf9aa323)
10+
- fix: CModal: 'update:show' event - add third argument 'accept' #92 [`a91e4fd`](https://github.com/coreui/coreui-vue/commit/a91e4fdcfce3d0f88e239526f81b50699b2900f1)
411

5-
> 3 July 2020
612
## [3.1.0](https://github.com/coreui/coreui-vue/compare/3.0.12...3.1.0)
713

814
> 3 July 2020

package-lock.json

Lines changed: 51 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/vue",
33
"description": "CoreUI Vue Bootstrap 4 layout components",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"main": "dist/coreui-vue.common.js",
77
"types": "src/index.d.ts",
@@ -72,7 +72,7 @@
7272
"@coreui/icons": "^2.0.0-beta.4",
7373
"@coreui/icons-vue": "^1.3.5",
7474
"@coreui/utils": "^1.3.1",
75-
"@popperjs/core": "~2.4.3",
75+
"@popperjs/core": "~2.4.4",
7676
"lodash.clonedeep": "~4.5.0",
7777
"perfect-scrollbar": "~1.5.0",
7878
"tooltip.js": "~1.3.3",
@@ -85,17 +85,17 @@
8585
"@vue/cli-plugin-unit-jest": "~4.4.6",
8686
"@vue/cli-service": "~4.4.6",
8787
"@vue/test-utils": "1.0.0-beta.29",
88-
"auto-changelog": "~2.1.0",
88+
"auto-changelog": "~2.2.0",
8989
"babel-eslint": "~10.1.0",
9090
"babel-jest": "~26.1",
9191
"core-js": "~3.6.5",
92-
"eslint": "~7.3.1",
92+
"eslint": "~7.4.0",
9393
"eslint-plugin-vue": "~6.2.2",
9494
"identity-obj-proxy": "^3.0.0",
9595
"node-sass": "~4.14.1",
9696
"node-sass-magic-importer": "~5.3.2",
9797
"npm-run-all": "~4.1.5",
98-
"rollup": "~2.18.2",
98+
"rollup": "~2.21.0",
9999
"rollup-plugin-babel": "~4.4.0",
100100
"rollup-plugin-commonjs": "~10.1.0",
101101
"rollup-plugin-filesize": "~9.0.2",
@@ -106,7 +106,7 @@
106106
"rollup-plugin-replace": "~2.2.0",
107107
"rollup-plugin-uglify": "~6.0.4",
108108
"rollup-plugin-vue": "~5.1.9",
109-
"sass-loader": "~8.0.2",
109+
"sass-loader": "~9.0.2",
110110
"vue-router": "~3.3.4",
111111
"vue-template-compiler": "~2.6.11"
112112
},

0 commit comments

Comments
 (0)