Skip to content

Commit 2fbfe0b

Browse files
committed
Ship: v2.1.2
1 parent 33bdec5 commit 2fbfe0b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
### [@coreui/vue](https://coreui.io/) changelog
22

3+
##### v2.1.2
4+
- update `babel-plugin-module-resolver` to `^3.1.2`
5+
- update `eslint-config-prettier` to `^3.5.0`
6+
- update `eslint-plugin-jest` to `^22.1.3`
7+
- update `rollup-plugin-uglify` to `^6.0.1`
8+
- update `vue` to `^2.5.22`
9+
- update `vue-server-renderer` to `^2.5.22`
10+
- update `vue-template-compiler` to `^2.5.22`
11+
- lock `rollup-plugin-vue` on `4.3.2`
12+
313
##### v2.1.1
414
- update `@vue/test-utils` to `^1.0.0-beta.28`
515
- update `eslint` to `^5.12.0`

package.json

Lines changed: 1 addition & 1 deletion
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": "2.1.1",
4+
"version": "2.1.2",
55
"license": "MIT",
66
"main": "dist/coreui-vue.common.js",
77
"module": "dist/coreui-vue.esm.js",

0 commit comments

Comments
 (0)