Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 3960f51

Browse files
authored
v3.0.0-rc.8 (#6526)
1 parent 3c3adb7 commit 3960f51

File tree

10 files changed

+38
-35
lines changed

10 files changed

+38
-35
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-rc.7",
2+
"version": "3.0.0-rc.8",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"conventionalCommits": true,

packages/kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/kit",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,7 +13,7 @@
1313
"prepack": "unbuild"
1414
},
1515
"dependencies": {
16-
"@nuxt/schema": "3.0.0-rc.7",
16+
"@nuxt/schema": "3.0.0-rc.8",
1717
"c12": "^0.2.9",
1818
"consola": "^2.15.3",
1919
"defu": "^6.0.0",

packages/nuxi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxi",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,8 +18,8 @@
1818
"prepack": "unbuild"
1919
},
2020
"devDependencies": {
21-
"@nuxt/kit": "3.0.0-rc.7",
22-
"@nuxt/schema": "3.0.0-rc.7",
21+
"@nuxt/kit": "3.0.0-rc.8",
22+
"@nuxt/schema": "3.0.0-rc.8",
2323
"@types/clear": "^0",
2424
"@types/mri": "^1.1.1",
2525
"@types/semver": "^7",

packages/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -31,11 +31,11 @@
3131
},
3232
"dependencies": {
3333
"@nuxt/devalue": "^2.0.0",
34-
"@nuxt/kit": "3.0.0-rc.7",
35-
"@nuxt/schema": "3.0.0-rc.7",
34+
"@nuxt/kit": "3.0.0-rc.8",
35+
"@nuxt/schema": "3.0.0-rc.8",
3636
"@nuxt/telemetry": "^2.1.4",
3737
"@nuxt/ui-templates": "^0.3.1",
38-
"@nuxt/vite-builder": "3.0.0-rc.7",
38+
"@nuxt/vite-builder": "3.0.0-rc.8",
3939
"@vue/reactivity": "^3.2.37",
4040
"@vue/shared": "^3.2.37",
4141
"@vueuse/head": "^0.7.9",
@@ -53,7 +53,7 @@
5353
"magic-string": "^0.26.2",
5454
"mlly": "^0.5.12",
5555
"nitropack": "^0.4.22",
56-
"nuxi": "3.0.0-rc.7",
56+
"nuxi": "3.0.0-rc.8",
5757
"ohash": "^0.1.5",
5858
"ohmyfetch": "^0.4.18",
5959
"pathe": "^0.3.4",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/schema",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",

packages/test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/test-utils",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,8 +13,8 @@
1313
"prepack": "unbuild"
1414
},
1515
"dependencies": {
16-
"@nuxt/kit": "3.0.0-rc.7",
17-
"@nuxt/schema": "3.0.0-rc.7",
16+
"@nuxt/kit": "3.0.0-rc.8",
17+
"@nuxt/schema": "3.0.0-rc.8",
1818
"defu": "^6.0.0",
1919
"execa": "^6.1.0",
2020
"get-port-please": "^2.6.1",

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/vite-builder",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,13 +13,13 @@
1313
"prepack": "unbuild"
1414
},
1515
"devDependencies": {
16-
"@nuxt/schema": "3.0.0-rc.7",
16+
"@nuxt/schema": "3.0.0-rc.8",
1717
"@types/cssnano": "^5",
1818
"unbuild": "latest",
1919
"vue": "3.2.37"
2020
},
2121
"dependencies": {
22-
"@nuxt/kit": "3.0.0-rc.7",
22+
"@nuxt/kit": "3.0.0-rc.8",
2323
"@rollup/plugin-replace": "^4.0.0",
2424
"@vitejs/plugin-vue": "^3.0.2",
2525
"@vitejs/plugin-vue-jsx": "^2.0.0",

packages/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/webpack-builder",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.18.10",
2020
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
21-
"@nuxt/kit": "3.0.0-rc.7",
21+
"@nuxt/kit": "3.0.0-rc.8",
2222
"autoprefixer": "^10.4.8",
2323
"css-loader": "^6.7.1",
2424
"css-minimizer-webpack-plugin": "^4.0.0",
@@ -57,7 +57,7 @@
5757
"webpackbar": "^5.0.2"
5858
},
5959
"devDependencies": {
60-
"@nuxt/schema": "3.0.0-rc.7",
60+
"@nuxt/schema": "3.0.0-rc.8",
6161
"@types/pify": "^5.0.1",
6262
"@types/webpack-bundle-analyzer": "^4.4.1",
6363
"@types/webpack-dev-middleware": "^5.0.2",

scripts/bump-rc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ git restore -s@ -SW -- packages examples
77

88
# Bump versions
99
yarn lerna version --preid rc --no-changelog --exact --no-git-tag-version --no-push -m "chore: release rc"
10+
11+
# Stage
12+
git add --all

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ __metadata:
16411641
version: 0.0.0-use.local
16421642
resolution: "@nuxt/kit@workspace:packages/kit"
16431643
dependencies:
1644-
"@nuxt/schema": 3.0.0-rc.7
1644+
"@nuxt/schema": 3.0.0-rc.8
16451645
"@types/lodash.template": ^4
16461646
"@types/semver": ^7
16471647
c12: ^0.2.9
@@ -1726,8 +1726,8 @@ __metadata:
17261726
version: 0.0.0-use.local
17271727
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
17281728
dependencies:
1729-
"@nuxt/kit": 3.0.0-rc.7
1730-
"@nuxt/schema": 3.0.0-rc.7
1729+
"@nuxt/kit": 3.0.0-rc.8
1730+
"@nuxt/schema": 3.0.0-rc.8
17311731
defu: ^6.0.0
17321732
execa: ^6.1.0
17331733
get-port-please: ^2.6.1
@@ -1771,12 +1771,12 @@ __metadata:
17711771
languageName: node
17721772
linkType: hard
17731773

1774-
"@nuxt/[email protected].7, @nuxt/vite-builder@workspace:packages/vite":
1774+
"@nuxt/[email protected].8, @nuxt/vite-builder@workspace:packages/vite":
17751775
version: 0.0.0-use.local
17761776
resolution: "@nuxt/vite-builder@workspace:packages/vite"
17771777
dependencies:
1778-
"@nuxt/kit": 3.0.0-rc.7
1779-
"@nuxt/schema": 3.0.0-rc.7
1778+
"@nuxt/kit": 3.0.0-rc.8
1779+
"@nuxt/schema": 3.0.0-rc.8
17801780
"@rollup/plugin-replace": ^4.0.0
17811781
"@types/cssnano": ^5
17821782
"@vitejs/plugin-vue": ^3.0.2
@@ -1823,8 +1823,8 @@ __metadata:
18231823
dependencies:
18241824
"@babel/core": ^7.18.10
18251825
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
1826-
"@nuxt/kit": 3.0.0-rc.7
1827-
"@nuxt/schema": 3.0.0-rc.7
1826+
"@nuxt/kit": 3.0.0-rc.8
1827+
"@nuxt/schema": 3.0.0-rc.8
18281828
"@types/pify": ^5.0.1
18291829
"@types/webpack-bundle-analyzer": ^4.4.1
18301830
"@types/webpack-dev-middleware": ^5.0.2
@@ -9825,8 +9825,8 @@ __metadata:
98259825
version: 0.0.0-use.local
98269826
resolution: "nuxi@workspace:packages/nuxi"
98279827
dependencies:
9828-
"@nuxt/kit": 3.0.0-rc.7
9829-
"@nuxt/schema": 3.0.0-rc.7
9828+
"@nuxt/kit": 3.0.0-rc.8
9829+
"@nuxt/schema": 3.0.0-rc.8
98309830
"@types/clear": ^0
98319831
"@types/mri": ^1.1.1
98329832
"@types/semver": ^7
@@ -9907,11 +9907,11 @@ __metadata:
99079907
resolution: "nuxt@workspace:packages/nuxt"
99089908
dependencies:
99099909
"@nuxt/devalue": ^2.0.0
9910-
"@nuxt/kit": 3.0.0-rc.7
9911-
"@nuxt/schema": 3.0.0-rc.7
9910+
"@nuxt/kit": 3.0.0-rc.8
9911+
"@nuxt/schema": 3.0.0-rc.8
99129912
"@nuxt/telemetry": ^2.1.4
99139913
"@nuxt/ui-templates": ^0.3.1
9914-
"@nuxt/vite-builder": 3.0.0-rc.7
9914+
"@nuxt/vite-builder": 3.0.0-rc.8
99159915
"@types/fs-extra": ^9.0.13
99169916
"@types/hash-sum": ^1.0.0
99179917
"@vue/reactivity": ^3.2.37
@@ -9931,7 +9931,7 @@ __metadata:
99319931
magic-string: ^0.26.2
99329932
mlly: ^0.5.12
99339933
nitropack: ^0.4.22
9934-
nuxi: 3.0.0-rc.7
9934+
nuxi: 3.0.0-rc.8
99359935
ohash: ^0.1.5
99369936
ohmyfetch: ^0.4.18
99379937
pathe: ^0.3.4

0 commit comments

Comments
 (0)