Skip to content

Commit

Permalink
v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 18, 2019
1 parent d96b6ae commit 25566b3
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 23 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## 3.9.3 (2019-07-18)

#### :bug: Bug Fix
* `@vue/cli-service`
* [#4057](https://github.com/vuejs/vue-cli/pull/4057) fix: indexPath should also affect non-production builds (#2327) ([@shadow-light](https://github.com/shadow-light))

#### Committers: 3
- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))
- Eric Mastro ([@emizzle](https://github.com/emizzle))
- [@shadow-light](https://github.com/shadow-light)



## 3.9.2 (2019-07-06)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": false,
"version": "3.9.2",
"version": "3.9.3",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-service-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-service-global",
"version": "3.9.2",
"version": "3.9.3",
"description": "vue-cli-service global addon for vue-cli",
"main": "index.js",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"@vue/babel-preset-app": "^3.9.2",
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@vue/cli-service": "^3.9.3",
"babel-eslint": "^10.0.1",
"chalk": "^2.4.2",
"eslint": "^4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-service",
"version": "3.9.2",
"version": "3.9.3",
"description": "local service for vue-cli projects",
"main": "lib/Service.js",
"typings": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-test-utils",
"version": "3.9.0",
"version": "3.9.3",
"description": "test utilities for vue-cli packages",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-ui-addon-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui-addon-webpack",
"version": "3.9.2",
"version": "3.9.3",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@vue/cli-service": "^3.9.3",
"@vue/eslint-config-standard": "^4.0.0",
"eslint": "^5.16.0",
"stylus": "^0.54.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-ui-addon-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui-addon-widgets",
"version": "3.9.2",
"version": "3.9.3",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@vue/cli-service": "^3.9.3",
"@vue/eslint-config-standard": "^4.0.0",
"eslint": "^5.16.0",
"stylus": "^0.54.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui",
"version": "3.9.2",
"version": "3.9.3",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-e2e-cypress": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@vue/cli-service": "^3.9.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/ui": "^0.9.1",
"ansi_up": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli",
"version": "3.9.2",
"version": "3.9.3",
"description": "Command line interface for rapid Vue.js development",
"bin": {
"vue": "bin/vue.js"
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@vue/cli-shared-utils": "^3.9.0",
"@vue/cli-ui": "^3.9.2",
"@vue/cli-ui-addon-webpack": "^3.9.2",
"@vue/cli-ui-addon-widgets": "^3.9.2",
"@vue/cli-ui": "^3.9.3",
"@vue/cli-ui-addon-webpack": "^3.9.3",
"@vue/cli-ui-addon-widgets": "^3.9.3",
"chalk": "^2.4.1",
"cmd-shim": "^2.0.2",
"commander": "^2.20.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/vue-cli-version-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cli-version-marker",
"version": "3.9.2",
"version": "3.9.3",
"description": "version marker for @vue/cli",
"author": "Evan You",
"license": "MIT",
Expand All @@ -17,14 +17,14 @@
"@vue/cli-plugin-typescript": "3.9.0",
"@vue/cli-plugin-unit-jest": "3.9.0",
"@vue/cli-plugin-unit-mocha": "3.9.0",
"@vue/cli-service-global": "3.9.2",
"@vue/cli-service": "3.9.2",
"@vue/cli-service-global": "3.9.3",
"@vue/cli-service": "3.9.3",
"@vue/cli-shared-utils": "3.9.0",
"@vue/cli-test-utils": "3.9.0",
"@vue/cli-ui-addon-webpack": "3.9.2",
"@vue/cli-ui-addon-widgets": "3.9.2",
"@vue/cli-ui": "3.9.2",
"@vue/cli-test-utils": "3.9.3",
"@vue/cli-ui-addon-webpack": "3.9.3",
"@vue/cli-ui-addon-widgets": "3.9.3",
"@vue/cli-ui": "3.9.3",
"@vue/cli-upgrade": "3.9.0",
"@vue/cli": "3.9.2"
"@vue/cli": "3.9.3"
}
}

0 comments on commit 25566b3

Please sign in to comment.