mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
v3.6.1
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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*"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user