From 3960f513c377e1ef5d47986a13c1c66c1eaa1afc Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Fri, 12 Aug 2022 15:35:33 +0200 Subject: [PATCH] v3.0.0-rc.8 (#6526) --- lerna.json | 2 +- 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 +++--- scripts/bump-rc.sh | 3 +++ yarn.lock | 28 ++++++++++++++-------------- 10 files changed, 38 insertions(+), 35 deletions(-) diff --git a/lerna.json b/lerna.json index 8d5ac94faca..ece747df734 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/kit/package.json b/packages/kit/package.json index 031bb9a4542..b9a6fe6c41e 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,7 +13,7 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/schema": "3.0.0-rc.7", + "@nuxt/schema": "3.0.0-rc.8", "c12": "^0.2.9", "consola": "^2.15.3", "defu": "^6.0.0", diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index 86291ccd0dc..f0293c47dba 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,6 +1,6 @@ { "name": "nuxi", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,8 +18,8 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/kit": "3.0.0-rc.7", - "@nuxt/schema": "3.0.0-rc.7", + "@nuxt/kit": "3.0.0-rc.8", + "@nuxt/schema": "3.0.0-rc.8", "@types/clear": "^0", "@types/mri": "^1.1.1", "@types/semver": "^7", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 470aad301aa..f4be6469a74 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -31,11 +31,11 @@ }, "dependencies": { "@nuxt/devalue": "^2.0.0", - "@nuxt/kit": "3.0.0-rc.7", - "@nuxt/schema": "3.0.0-rc.7", + "@nuxt/kit": "3.0.0-rc.8", + "@nuxt/schema": "3.0.0-rc.8", "@nuxt/telemetry": "^2.1.4", "@nuxt/ui-templates": "^0.3.1", - "@nuxt/vite-builder": "3.0.0-rc.7", + "@nuxt/vite-builder": "3.0.0-rc.8", "@vue/reactivity": "^3.2.37", "@vue/shared": "^3.2.37", "@vueuse/head": "^0.7.9", @@ -53,7 +53,7 @@ "magic-string": "^0.26.2", "mlly": "^0.5.12", "nitropack": "^0.4.22", - "nuxi": "3.0.0-rc.7", + "nuxi": "3.0.0-rc.8", "ohash": "^0.1.5", "ohmyfetch": "^0.4.18", "pathe": "^0.3.4", diff --git a/packages/schema/package.json b/packages/schema/package.json index ccd128ed0c7..d2a3ed0bd2d 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/schema", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index ca16fc8442e..cb191d495ad 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.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,8 +13,8 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.7", - "@nuxt/schema": "3.0.0-rc.7", + "@nuxt/kit": "3.0.0-rc.8", + "@nuxt/schema": "3.0.0-rc.8", "defu": "^6.0.0", "execa": "^6.1.0", "get-port-please": "^2.6.1", diff --git a/packages/vite/package.json b/packages/vite/package.json index daad0914904..692dbc24fbb 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,13 +13,13 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.7", + "@nuxt/schema": "3.0.0-rc.8", "@types/cssnano": "^5", "unbuild": "latest", "vue": "3.2.37" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.7", + "@nuxt/kit": "3.0.0-rc.8", "@rollup/plugin-replace": "^4.0.0", "@vitejs/plugin-vue": "^3.0.2", "@vitejs/plugin-vue-jsx": "^2.0.0", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 566fbcf8de2..1be6bd2d9a2 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,7 +18,7 @@ "dependencies": { "@babel/core": "^7.18.10", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", - "@nuxt/kit": "3.0.0-rc.7", + "@nuxt/kit": "3.0.0-rc.8", "autoprefixer": "^10.4.8", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.0.0", @@ -57,7 +57,7 @@ "webpackbar": "^5.0.2" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.7", + "@nuxt/schema": "3.0.0-rc.8", "@types/pify": "^5.0.1", "@types/webpack-bundle-analyzer": "^4.4.1", "@types/webpack-dev-middleware": "^5.0.2", diff --git a/scripts/bump-rc.sh b/scripts/bump-rc.sh index fc844f7e356..2ebbebf4cdf 100755 --- a/scripts/bump-rc.sh +++ b/scripts/bump-rc.sh @@ -7,3 +7,6 @@ git restore -s@ -SW -- packages examples # Bump versions yarn lerna version --preid rc --no-changelog --exact --no-git-tag-version --no-push -m "chore: release rc" + +# Stage +git add --all diff --git a/yarn.lock b/yarn.lock index 7d3a274a0a0..977361474f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1641,7 +1641,7 @@ __metadata: version: 0.0.0-use.local resolution: "@nuxt/kit@workspace:packages/kit" dependencies: - "@nuxt/schema": 3.0.0-rc.7 + "@nuxt/schema": 3.0.0-rc.8 "@types/lodash.template": ^4 "@types/semver": ^7 c12: ^0.2.9 @@ -1726,8 +1726,8 @@ __metadata: version: 0.0.0-use.local resolution: "@nuxt/test-utils@workspace:packages/test-utils" dependencies: - "@nuxt/kit": 3.0.0-rc.7 - "@nuxt/schema": 3.0.0-rc.7 + "@nuxt/kit": 3.0.0-rc.8 + "@nuxt/schema": 3.0.0-rc.8 defu: ^6.0.0 execa: ^6.1.0 get-port-please: ^2.6.1 @@ -1771,12 +1771,12 @@ __metadata: languageName: node linkType: hard -"@nuxt/vite-builder@3.0.0-rc.7, @nuxt/vite-builder@workspace:packages/vite": +"@nuxt/vite-builder@3.0.0-rc.8, @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.7 - "@nuxt/schema": 3.0.0-rc.7 + "@nuxt/kit": 3.0.0-rc.8 + "@nuxt/schema": 3.0.0-rc.8 "@rollup/plugin-replace": ^4.0.0 "@types/cssnano": ^5 "@vitejs/plugin-vue": ^3.0.2 @@ -1823,8 +1823,8 @@ __metadata: dependencies: "@babel/core": ^7.18.10 "@nuxt/friendly-errors-webpack-plugin": ^2.5.2 - "@nuxt/kit": 3.0.0-rc.7 - "@nuxt/schema": 3.0.0-rc.7 + "@nuxt/kit": 3.0.0-rc.8 + "@nuxt/schema": 3.0.0-rc.8 "@types/pify": ^5.0.1 "@types/webpack-bundle-analyzer": ^4.4.1 "@types/webpack-dev-middleware": ^5.0.2 @@ -9825,8 +9825,8 @@ __metadata: version: 0.0.0-use.local resolution: "nuxi@workspace:packages/nuxi" dependencies: - "@nuxt/kit": 3.0.0-rc.7 - "@nuxt/schema": 3.0.0-rc.7 + "@nuxt/kit": 3.0.0-rc.8 + "@nuxt/schema": 3.0.0-rc.8 "@types/clear": ^0 "@types/mri": ^1.1.1 "@types/semver": ^7 @@ -9907,11 +9907,11 @@ __metadata: resolution: "nuxt@workspace:packages/nuxt" dependencies: "@nuxt/devalue": ^2.0.0 - "@nuxt/kit": 3.0.0-rc.7 - "@nuxt/schema": 3.0.0-rc.7 + "@nuxt/kit": 3.0.0-rc.8 + "@nuxt/schema": 3.0.0-rc.8 "@nuxt/telemetry": ^2.1.4 "@nuxt/ui-templates": ^0.3.1 - "@nuxt/vite-builder": 3.0.0-rc.7 + "@nuxt/vite-builder": 3.0.0-rc.8 "@types/fs-extra": ^9.0.13 "@types/hash-sum": ^1.0.0 "@vue/reactivity": ^3.2.37 @@ -9931,7 +9931,7 @@ __metadata: magic-string: ^0.26.2 mlly: ^0.5.12 nitropack: ^0.4.22 - nuxi: 3.0.0-rc.7 + nuxi: 3.0.0-rc.8 ohash: ^0.1.5 ohmyfetch: ^0.4.18 pathe: ^0.3.4