diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 0c23805141..14dabaf55f 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-legacy", - "version": "2.3.1", + "version": "2.3.2", "description": "Legacy build of Nuxt.js for Node.js < 8.0.0", "keywords": [ "nuxt", @@ -48,12 +48,12 @@ "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.6", "@babel/register": "^7.0.0", - "@nuxt/builder": "^2.3.1", - "@nuxt/cli": "^2.3.1", - "@nuxt/common": "^2.3.1", - "@nuxt/core": "^2.3.1", - "@nuxt/generator": "^2.3.1", - "@nuxt/webpack": "^2.3.1" + "@nuxt/builder": "2.3.2", + "@nuxt/cli": "2.3.2", + "@nuxt/common": "2.3.2", + "@nuxt/core": "2.3.2", + "@nuxt/generator": "2.3.2", + "@nuxt/webpack": "2.3.2" }, "engines": { "node": ">=6.0.0", @@ -62,5 +62,6 @@ "collective": { "url": "https://opencollective.com/nuxtjs", "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 047ae8b119..5082d8c8f1 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-start", - "version": "2.3.1", + "version": "2.3.2", "description": "Starts Nuxt.js Application in production mode", "keywords": [ "nuxt", @@ -46,12 +46,13 @@ "main": "dist/nuxt-start.js", "bin": "bin/nuxt-start.js", "dependencies": { - "@nuxt/cli": "^2.3.1", - "@nuxt/common": "^2.3.1", - "@nuxt/core": "^2.3.1" + "@nuxt/cli": "2.3.2", + "@nuxt/common": "2.3.2", + "@nuxt/core": "2.3.2" }, "engines": { "node": ">=8.0.0", "npm": ">=5.0.0" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 256e027764..a4985e3310 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "2.3.1", + "version": "2.3.2", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "keywords": [ "nuxt", @@ -48,12 +48,12 @@ "postinstall": "opencollective || exit 0" }, "dependencies": { - "@nuxt/builder": "^2.3.1", - "@nuxt/cli": "^2.3.1", - "@nuxt/common": "^2.3.1", - "@nuxt/core": "^2.3.1", - "@nuxt/generator": "^2.3.1", - "@nuxt/webpack": "^2.3.1" + "@nuxt/builder": "2.3.2", + "@nuxt/cli": "2.3.2", + "@nuxt/common": "2.3.2", + "@nuxt/core": "2.3.2", + "@nuxt/generator": "2.3.2", + "@nuxt/webpack": "2.3.2" }, "engines": { "node": ">=8.0.0", @@ -62,5 +62,6 @@ "collective": { "url": "https://opencollective.com/nuxtjs", "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/lerna.json b/lerna.json index 7edce06a6b..6f70cb1d60 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index 6a141a6ae1..d74c291164 100644 --- a/packages/babel-preset-app/package.json +++ b/packages/babel-preset-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/babel-preset-app", - "version": "2.3.1", + "version": "2.3.2", "description": "babel-preset-app for nuxt.js", "repository": "nuxt/nuxt.js", "license": "MIT", @@ -23,5 +23,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/builder/package.json b/packages/builder/package.json index c8eab3c37a..7083e19e92 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/builder", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/builder.js", "dependencies": { - "@nuxt/common": "^2.3.1", - "@nuxt/vue-app": "^2.3.1", + "@nuxt/common": "2.3.2", + "@nuxt/vue-app": "2.3.2", "@nuxtjs/devalue": "^1.1.0", "chokidar": "^2.0.4", "consola": "^2.3.0", @@ -23,5 +23,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 92d08c83eb..71db142146 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/cli", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -12,7 +12,7 @@ "nuxt-cli": "bin/nuxt-cli.js" }, "dependencies": { - "@nuxt/config": "^2.3.1", + "@nuxt/config": "2.3.2", "boxen": "^2.0.0", "chalk": "^2.4.1", "consola": "^2.3.0", @@ -24,5 +24,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/common/package.json b/packages/common/package.json index 40e8441dbc..5e1c56fe87 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/common", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -13,5 +13,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/config/package.json b/packages/config/package.json index 30d05fe7d7..d6c5547a77 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/config", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,12 +8,13 @@ ], "main": "dist/config.js", "dependencies": { - "@nuxt/common": "^2.3.1", + "@nuxt/common": "2.3.2", "consola": "^2.3.0", "lodash": "^4.17.11", "std-env": "^2.2.1" }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/core/package.json b/packages/core/package.json index f1076eb77a..e9e6a27c07 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/core", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,10 +8,10 @@ ], "main": "dist/core.js", "dependencies": { - "@nuxt/common": "^2.3.1", - "@nuxt/config": "^2.3.1", - "@nuxt/server": "^2.3.1", - "@nuxt/vue-renderer": "^2.3.1", + "@nuxt/common": "2.3.2", + "@nuxt/config": "2.3.2", + "@nuxt/server": "2.3.2", + "@nuxt/vue-renderer": "2.3.2", "@nuxtjs/devalue": "^1.1.0", "@nuxtjs/opencollective": "^0.1.0", "consola": "^2.3.0", @@ -24,5 +24,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/generator/package.json b/packages/generator/package.json index 8509d73b47..e884050fa9 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/generator", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/generator.js", "dependencies": { - "@nuxt/common": "^2.3.1", + "@nuxt/common": "2.3.2", "chalk": "^2.4.1", "consola": "^2.3.0", "fs-extra": "^7.0.1", @@ -16,5 +16,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/server/package.json b/packages/server/package.json index aa9128486a..40ae13fc9f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/server", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/server.js", "dependencies": { - "@nuxt/common": "^2.3.1", - "@nuxt/config": "^2.3.1", + "@nuxt/common": "2.3.2", + "@nuxt/config": "2.3.2", "@nuxtjs/youch": "^4.2.3", "browserslist-useragent": "^2.0.1", "chalk": "^2.4.1", @@ -28,5 +28,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index bb4dd33f92..e8c62d9c38 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-app", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "typings": "types/index.d.ts", @@ -12,5 +12,6 @@ "main": "dist/vue-app.js", "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 359a265860..9e0913336c 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-renderer", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/vue-renderer.js", "dependencies": { - "@nuxt/common": "^2.3.1", + "@nuxt/common": "2.3.2", "@nuxtjs/devalue": "^1.1.0", "consola": "^2.3.0", "fs-extra": "^7.0.1", @@ -23,5 +23,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" } diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 26c63c11d5..1bf66f25a5 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack", - "version": "2.3.1", + "version": "2.3.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -10,8 +10,8 @@ "dependencies": { "@babel/core": "^7.1.6", "@babel/polyfill": "^7.0.0", - "@nuxt/babel-preset-app": "^2.3.1", - "@nuxt/common": "^2.3.1", + "@nuxt/babel-preset-app": "2.3.2", + "@nuxt/common": "2.3.2", "@nuxt/friendly-errors-webpack-plugin": "^2.3.0", "babel-loader": "^8.0.4", "cache-loader": "^1.2.5", @@ -52,5 +52,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" }