This commit is contained in:
Haoqun Jiang
2019-04-14 01:25:51 +08:00
parent 8b24b51b4d
commit d97ed6ceec
5 changed files with 24 additions and 7 deletions

View File

@@ -1,4 +1,21 @@
## 3.6.1 (2019-04-13)
#### :bug: Bug Fix
* `@vue/cli-ui`
* [#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))
#### :memo: Documentation
* [#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))
* [#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))
#### Committers: 3
- Andrew Krawchyk ([@akrawchyk](https://github.com/akrawchyk))
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
- [@bengallienne](https://github.com/bengallienne)
## 3.6.0 (2019-04-13)
#### :rocket: New Feature

View File

@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": false,
"version": "3.6.0",
"version": "3.6.1",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*"

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui",
"version": "3.6.0",
"version": "3.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/cli",
"version": "3.6.0",
"version": "3.6.1",
"description": "Command line interface for rapid Vue.js development",
"bin": {
"vue": "bin/vue.js"
@@ -25,7 +25,7 @@
},
"dependencies": {
"@vue/cli-shared-utils": "^3.6.0",
"@vue/cli-ui": "^3.6.0",
"@vue/cli-ui": "^3.6.1",
"@vue/cli-ui-addon-webpack": "^3.6.0",
"@vue/cli-ui-addon-widgets": "^3.6.0",
"chalk": "^2.4.1",

View File

@@ -1,6 +1,6 @@
{
"name": "vue-cli-version-marker",
"version": "3.6.0",
"version": "3.6.1",
"description": "version marker for @vue/cli",
"author": "Evan You",
"license": "MIT",
@@ -23,8 +23,8 @@
"@vue/cli-test-utils": "3.6.0",
"@vue/cli-ui-addon-webpack": "3.6.0",
"@vue/cli-ui-addon-widgets": "3.6.0",
"@vue/cli-ui": "3.6.0",
"@vue/cli-ui": "3.6.1",
"@vue/cli-upgrade": "3.6.0",
"@vue/cli": "3.6.0"
"@vue/cli": "3.6.1"
}
}