Skip to content

Commit d97ed6c

Browse files
committed
v3.6.1
1 parent 8b24b51 commit d97ed6c

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
## 3.6.1 (2019-04-13)
3+
4+
#### :bug: Bug Fix
5+
* `@vue/cli-ui`
6+
* [#3801](https://github.com/vuejs/vue-cli/pull/3801) fix: fix ERR_INVALID_ARG_TYPE error when launching `vue ui` ([@sodatea](https://github.com/sodatea))
7+
8+
#### :memo: Documentation
9+
* [#3444](https://github.com/vuejs/vue-cli/pull/3444) Add notes for multi-page apps on references to 'prefetch' plugin ([@bengallienne](https://github.com/bengallienne))
10+
* [#3656](https://github.com/vuejs/vue-cli/pull/3656) docs: adjust plugin dev guide example to write modified contents, Closes [#3655](https://github.com/vuejs/vue-cli/issues/3655) ([@akrawchyk](https://github.com/akrawchyk))
11+
12+
#### Committers: 3
13+
- Andrew Krawchyk ([@akrawchyk](https://github.com/akrawchyk))
14+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
15+
- [@bengallienne](https://github.com/bengallienne)
16+
17+
18+
219
## 3.6.0 (2019-04-13)
320

421
#### :rocket: New Feature

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": false,
4-
"version": "3.6.0",
4+
"version": "3.6.1",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*"

packages/@vue/cli-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",

packages/@vue/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Command line interface for rapid Vue.js development",
55
"bin": {
66
"vue": "bin/vue.js"
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@vue/cli-shared-utils": "^3.6.0",
28-
"@vue/cli-ui": "^3.6.0",
28+
"@vue/cli-ui": "^3.6.1",
2929
"@vue/cli-ui-addon-webpack": "^3.6.0",
3030
"@vue/cli-ui-addon-widgets": "^3.6.0",
3131
"chalk": "^2.4.1",

packages/vue-cli-version-marker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-version-marker",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "version marker for @vue/cli",
55
"author": "Evan You",
66
"license": "MIT",
@@ -23,8 +23,8 @@
2323
"@vue/cli-test-utils": "3.6.0",
2424
"@vue/cli-ui-addon-webpack": "3.6.0",
2525
"@vue/cli-ui-addon-widgets": "3.6.0",
26-
"@vue/cli-ui": "3.6.0",
26+
"@vue/cli-ui": "3.6.1",
2727
"@vue/cli-upgrade": "3.6.0",
28-
"@vue/cli": "3.6.0"
28+
"@vue/cli": "3.6.1"
2929
}
3030
}

0 commit comments

Comments
 (0)