From d0af6a473664bbf55b06aec30023a51dd3d6dc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 26 Nov 2018 18:37:12 +0100 Subject: [PATCH] bump: Bump to v2.3.3 --- distributions/nuxt-legacy/package.json | 16 ++++++++-------- distributions/nuxt-start/package.json | 10 +++++----- distributions/nuxt/package.json | 16 ++++++++-------- lerna.json | 2 +- packages/builder/package.json | 8 ++++---- packages/cli/package.json | 6 +++--- packages/common/package.json | 4 ++-- packages/config/package.json | 6 +++--- packages/core/package.json | 12 ++++++------ packages/generator/package.json | 6 +++--- packages/server/package.json | 8 ++++---- packages/vue-app/package.json | 4 ++-- packages/vue-renderer/package.json | 6 +++--- packages/webpack/package.json | 6 +++--- 14 files changed, 55 insertions(+), 55 deletions(-) diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 455769001d..e77c9a69ac 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-legacy", - "version": "2.3.2", + "version": "2.3.3", "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.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", + "@nuxt/builder": "2.3.3", + "@nuxt/cli": "2.3.3", + "@nuxt/common": "2.3.3", + "@nuxt/core": "2.3.3", + "@nuxt/generator": "2.3.3", + "@nuxt/webpack": "2.3.3", "@nuxtjs/opencollective": "^0.2.0" }, "engines": { @@ -64,5 +64,5 @@ "url": "https://opencollective.com/nuxtjs", "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 5082d8c8f1..77c489e9a4 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-start", - "version": "2.3.2", + "version": "2.3.3", "description": "Starts Nuxt.js Application in production mode", "keywords": [ "nuxt", @@ -46,13 +46,13 @@ "main": "dist/nuxt-start.js", "bin": "bin/nuxt-start.js", "dependencies": { - "@nuxt/cli": "2.3.2", - "@nuxt/common": "2.3.2", - "@nuxt/core": "2.3.2" + "@nuxt/cli": "2.3.3", + "@nuxt/common": "2.3.3", + "@nuxt/core": "2.3.3" }, "engines": { "node": ">=8.0.0", "npm": ">=5.0.0" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index b23cb3d8ca..dc03cd7334 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "2.3.2", + "version": "2.3.3", "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.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", + "@nuxt/builder": "2.3.3", + "@nuxt/cli": "2.3.3", + "@nuxt/common": "2.3.3", + "@nuxt/core": "2.3.3", + "@nuxt/generator": "2.3.3", + "@nuxt/webpack": "2.3.3", "@nuxtjs/opencollective": "^0.2.0" }, "engines": { @@ -64,5 +64,5 @@ "url": "https://opencollective.com/nuxtjs", "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/lerna.json b/lerna.json index 6f70cb1d60..254feae183 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.2", + "version": "2.3.3", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/builder/package.json b/packages/builder/package.json index 7083e19e92..e9c3ed5390 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/builder", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/builder.js", "dependencies": { - "@nuxt/common": "2.3.2", - "@nuxt/vue-app": "2.3.2", + "@nuxt/common": "2.3.3", + "@nuxt/vue-app": "2.3.3", "@nuxtjs/devalue": "^1.1.0", "chokidar": "^2.0.4", "consola": "^2.3.0", @@ -24,5 +24,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 71db142146..24b39010f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/cli", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -12,7 +12,7 @@ "nuxt-cli": "bin/nuxt-cli.js" }, "dependencies": { - "@nuxt/config": "2.3.2", + "@nuxt/config": "2.3.3", "boxen": "^2.0.0", "chalk": "^2.4.1", "consola": "^2.3.0", @@ -25,5 +25,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/common/package.json b/packages/common/package.json index 2b307cbbe4..67d4b2fb1b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/common", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -13,5 +13,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/config/package.json b/packages/config/package.json index 5ff6718b4a..9a5ef9d278 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/config", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,12 +8,12 @@ ], "main": "dist/config.js", "dependencies": { - "@nuxt/common": "2.3.2", + "@nuxt/common": "2.3.3", "consola": "^2.3.0", "std-env": "^2.2.1" }, "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/core/package.json b/packages/core/package.json index 134f8186ce..7260c2a222 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/core", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,10 +8,10 @@ ], "main": "dist/core.js", "dependencies": { - "@nuxt/common": "2.3.2", - "@nuxt/config": "2.3.2", - "@nuxt/server": "2.3.2", - "@nuxt/vue-renderer": "2.3.2", + "@nuxt/common": "2.3.3", + "@nuxt/config": "2.3.3", + "@nuxt/server": "2.3.3", + "@nuxt/vue-renderer": "2.3.3", "@nuxtjs/devalue": "^1.1.0", "consola": "^2.3.0", "debug": "^4.1.0", @@ -23,5 +23,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/generator/package.json b/packages/generator/package.json index e884050fa9..c62c951237 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/generator", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/generator.js", "dependencies": { - "@nuxt/common": "2.3.2", + "@nuxt/common": "2.3.3", "chalk": "^2.4.1", "consola": "^2.3.0", "fs-extra": "^7.0.1", @@ -17,5 +17,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/server/package.json b/packages/server/package.json index 40ae13fc9f..3a97aa58b3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/server", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/server.js", "dependencies": { - "@nuxt/common": "2.3.2", - "@nuxt/config": "2.3.2", + "@nuxt/common": "2.3.3", + "@nuxt/config": "2.3.3", "@nuxtjs/youch": "^4.2.3", "browserslist-useragent": "^2.0.1", "chalk": "^2.4.1", @@ -29,5 +29,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index 84e1762ce4..614e4b6bd0 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-app", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -11,5 +11,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 0728277272..373d605343 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-renderer", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/vue-renderer.js", "dependencies": { - "@nuxt/common": "2.3.2", + "@nuxt/common": "2.3.3", "@nuxtjs/devalue": "^1.1.0", "consola": "^2.3.0", "fs-extra": "^7.0.1", @@ -24,5 +24,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" } diff --git a/packages/webpack/package.json b/packages/webpack/package.json index b045fc52ca..6af9e7ef3a 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack", - "version": "2.3.2", + "version": "2.3.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -11,7 +11,7 @@ "@babel/core": "^7.1.6", "@babel/polyfill": "^7.0.0", "@nuxt/babel-preset-app": "2.3.2", - "@nuxt/common": "2.3.2", + "@nuxt/common": "2.3.3", "@nuxt/friendly-errors-webpack-plugin": "^2.3.2", "babel-loader": "^8.0.4", "cache-loader": "^1.2.5", @@ -52,5 +52,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22" + "gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34" }