This commit is contained in:
Haoqun Jiang
2019-04-16 15:02:37 +08:00
parent 50061101ec
commit 7375b12c8e
6 changed files with 23 additions and 9 deletions

View File

@@ -1,4 +1,18 @@
## 3.6.3 (2019-04-16)
#### :bug: Bug Fix
* `@vue/cli-plugin-unit-jest`
* [#3815](https://github.com/vuejs/vue-cli/pull/3815) fix: jest typeahead config ([@cexbrayat](https://github.com/cexbrayat))
* `@vue/cli-ui-addon-webpack`
* [#3717](https://github.com/vuejs/vue-cli/pull/3717) Fixed progress-path background color for dark mode ([@ajerez](https://github.com/ajerez))
#### Committers: 2
- Alberto Jerez ([@ajerez](https://github.com/ajerez))
- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))
## 3.6.2 (2019-04-14)
#### :bug: Bug Fix

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-unit-jest",
"version": "3.6.0",
"version": "3.6.3",
"description": "unit-jest plugin for vue-cli",
"main": "index.js",
"repository": {

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "vue-cli-version-marker",
"version": "3.6.2",
"version": "3.6.3",
"description": "version marker for @vue/cli",
"author": "Evan You",
"license": "MIT",
@@ -15,16 +15,16 @@
"@vue/cli-plugin-eslint": "3.6.0",
"@vue/cli-plugin-pwa": "3.6.0",
"@vue/cli-plugin-typescript": "3.6.0",
"@vue/cli-plugin-unit-jest": "3.6.0",
"@vue/cli-plugin-unit-jest": "3.6.3",
"@vue/cli-plugin-unit-mocha": "3.6.0",
"@vue/cli-service-global": "3.6.0",
"@vue/cli-service": "3.6.0",
"@vue/cli-shared-utils": "3.6.0",
"@vue/cli-test-utils": "3.6.0",
"@vue/cli-ui-addon-webpack": "3.6.0",
"@vue/cli-ui-addon-webpack": "3.6.3",
"@vue/cli-ui-addon-widgets": "3.6.0",
"@vue/cli-ui": "3.6.2",
"@vue/cli-upgrade": "3.6.0",
"@vue/cli": "3.6.2"
"@vue/cli": "3.6.3"
}
}