From 0c2f07695702df33a63b88322d93d6815a227a0f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 20 Apr 2022 23:09:37 +0200 Subject: [PATCH] chore(release): v3.0.0-rc.1 --- packages/kit/package.json | 4 ++-- packages/nuxi/package.json | 6 +++--- packages/nuxt/package.json | 10 +++++----- packages/schema/package.json | 2 +- packages/test-utils/package.json | 6 +++--- packages/vite/package.json | 6 +++--- packages/webpack/package.json | 6 +++--- yarn.lock | 30 +++++++++++++++--------------- 8 files changed, 35 insertions(+), 35 deletions(-) diff --git a/packages/kit/package.json b/packages/kit/package.json index 0dd03088df..7f4ec382b9 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,7 +13,7 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/schema": "3.0.0-rc.0", + "@nuxt/schema": "^3.0.0-rc.1", "c12": "^0.2.7", "consola": "^2.15.3", "defu": "^6.0.0", diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index 14331e6c29..4d84ca2211 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,6 +1,6 @@ { "name": "nuxi", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -17,8 +17,8 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/kit": "3.0.0-rc.0", - "@nuxt/schema": "3.0.0-rc.0", + "@nuxt/kit": "^3.0.0-rc.1", + "@nuxt/schema": "^3.0.0-rc.1", "@types/clear": "^0", "@types/mri": "^1.1.1", "@types/semver": "^7", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 597ea13d72..753792bda9 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -30,11 +30,11 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.0", - "@nuxt/schema": "3.0.0-rc.0", + "@nuxt/kit": "^3.0.0-rc.1", + "@nuxt/schema": "^3.0.0-rc.1", "@nuxt/telemetry": "^2.1.2", "@nuxt/ui-templates": "^0.1.0", - "@nuxt/vite-builder": "3.0.0-rc.0", + "@nuxt/vite-builder": "^3.0.0-rc.1", "@vue/reactivity": "^3.2.33", "@vue/shared": "^3.2.33", "@vueuse/head": "^0.7.6", @@ -52,7 +52,7 @@ "magic-string": "^0.26.1", "mlly": "^0.5.2", "nitropack": "^0.3.5", - "nuxi": "3.0.0-rc.0", + "nuxi": "^3.0.0-rc.1", "ohash": "^0.1.0", "ohmyfetch": "^0.4.15", "pathe": "^0.2.0", diff --git a/packages/schema/package.json b/packages/schema/package.json index 68a0d7156f..8d2835805c 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/schema", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 30acd9882d..2a3c987100 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/test-utils", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,8 +13,8 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.0", - "@nuxt/schema": "3.0.0-rc.0", + "@nuxt/kit": "^3.0.0-rc.1", + "@nuxt/schema": "^3.0.0-rc.1", "defu": "^6.0.0", "execa": "^6.1.0", "get-port-please": "^2.5.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index b65583c516..5ca1714090 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,13 +13,13 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.0", + "@nuxt/schema": "^3.0.0-rc.1", "@types/cssnano": "^5", "unbuild": "latest", "vue": "3.2.33" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.0", + "@nuxt/kit": "^3.0.0-rc.1", "@vitejs/plugin-vue": "^2.3.1", "@vitejs/plugin-vue-jsx": "^1.3.10", "autoprefixer": "^10.4.4", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index f20f528ddc..53a489f346 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,7 +18,7 @@ "dependencies": { "@babel/core": "^7.17.9", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", - "@nuxt/kit": "3.0.0-rc.0", + "@nuxt/kit": "^3.0.0-rc.1", "autoprefixer": "^10.4.4", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^3.4.1", @@ -55,7 +55,7 @@ "webpackbar": "^5.0.2" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.0", + "@nuxt/schema": "^3.0.0-rc.1", "@types/pify": "^5.0.1", "@types/webpack-bundle-analyzer": "^4.4.1", "@types/webpack-dev-middleware": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index 47fa2bb7d3..a4a3927564 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1468,7 +1468,7 @@ __metadata: version: 0.0.0-use.local resolution: "@nuxt/kit@workspace:packages/kit" dependencies: - "@nuxt/schema": 3.0.0-rc.0 + "@nuxt/schema": ^3.0.0-rc.1 "@types/lodash.template": ^4 "@types/semver": ^7 c12: ^0.2.7 @@ -1522,7 +1522,7 @@ __metadata: version: 2.1.2 resolution: "@nuxt/telemetry@npm:2.1.2" dependencies: - "@nuxt/kit": 3.0.0-rc.0 + "@nuxt/kit": 3.0.0-rc.1 chalk: ^5.0.1 ci-info: ^3.3.0 consola: ^2.15.3 @@ -1552,8 +1552,8 @@ __metadata: version: 0.0.0-use.local resolution: "@nuxt/test-utils@workspace:packages/test-utils" dependencies: - "@nuxt/kit": 3.0.0-rc.0 - "@nuxt/schema": 3.0.0-rc.0 + "@nuxt/kit": ^3.0.0-rc.1 + "@nuxt/schema": ^3.0.0-rc.1 defu: ^6.0.0 execa: ^6.1.0 get-port-please: ^2.5.0 @@ -1597,12 +1597,12 @@ __metadata: languageName: node linkType: hard -"@nuxt/vite-builder@3.0.0-rc.0, @nuxt/vite-builder@workspace:packages/vite": +"@nuxt/vite-builder@^3.0.0-rc.1, @nuxt/vite-builder@workspace:packages/vite": version: 0.0.0-use.local resolution: "@nuxt/vite-builder@workspace:packages/vite" dependencies: - "@nuxt/kit": 3.0.0-rc.0 - "@nuxt/schema": 3.0.0-rc.0 + "@nuxt/kit": ^3.0.0-rc.1 + "@nuxt/schema": ^3.0.0-rc.1 "@types/cssnano": ^5 "@vitejs/plugin-vue": ^2.3.1 "@vitejs/plugin-vue-jsx": ^1.3.10 @@ -1644,8 +1644,8 @@ __metadata: dependencies: "@babel/core": ^7.17.9 "@nuxt/friendly-errors-webpack-plugin": ^2.5.2 - "@nuxt/kit": 3.0.0-rc.0 - "@nuxt/schema": 3.0.0-rc.0 + "@nuxt/kit": ^3.0.0-rc.1 + "@nuxt/schema": ^3.0.0-rc.1 "@types/pify": ^5.0.1 "@types/webpack-bundle-analyzer": ^4.4.1 "@types/webpack-dev-middleware": ^5.0.2 @@ -9951,8 +9951,8 @@ __metadata: version: 0.0.0-use.local resolution: "nuxi@workspace:packages/nuxi" dependencies: - "@nuxt/kit": 3.0.0-rc.0 - "@nuxt/schema": 3.0.0-rc.0 + "@nuxt/kit": ^3.0.0-rc.1 + "@nuxt/schema": ^3.0.0-rc.1 "@types/clear": ^0 "@types/mri": ^1.1.1 "@types/semver": ^7 @@ -10031,11 +10031,11 @@ __metadata: version: 0.0.0-use.local resolution: "nuxt@workspace:packages/nuxt" dependencies: - "@nuxt/kit": 3.0.0-rc.0 - "@nuxt/schema": 3.0.0-rc.0 + "@nuxt/kit": ^3.0.0-rc.1 + "@nuxt/schema": ^3.0.0-rc.1 "@nuxt/telemetry": ^2.1.2 "@nuxt/ui-templates": ^0.1.0 - "@nuxt/vite-builder": 3.0.0-rc.0 + "@nuxt/vite-builder": ^3.0.0-rc.1 "@types/fs-extra": ^9.0.13 "@types/hash-sum": ^1.0.0 "@vue/reactivity": ^3.2.33 @@ -10055,7 +10055,7 @@ __metadata: magic-string: ^0.26.1 mlly: ^0.5.2 nitropack: ^0.3.5 - nuxi: 3.0.0-rc.0 + nuxi: ^3.0.0-rc.1 ohash: ^0.1.0 ohmyfetch: ^0.4.15 pathe: ^0.2.0