Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4fff8d2

Browse filesBrowse files
committed
chore: 3.1.1 version release: update dependencies and changelog
1 parent a91e4fd commit 4fff8d2
Copy full SHA for 4fff8d2

File tree

3 files changed

+65
-51
lines changed
Filter options

3 files changed

+65
-51
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines 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

Copy file name to clipboardExpand all lines: package-lock.json
+51-43Lines 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

Copy file name to clipboardExpand all lines: package.json
+6-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.