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

Commit 0c2f076

Browse files
committed
chore(release): v3.0.0-rc.1
1 parent 705e2e8 commit 0c2f076

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

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.0",
3+
"version": "3.0.0-rc.1",
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.0",
16+
"@nuxt/schema": "^3.0.0-rc.1",
1717
"c12": "^0.2.7",
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.0",
3+
"version": "3.0.0-rc.1",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -17,8 +17,8 @@
1717
"prepack": "unbuild"
1818
},
1919
"devDependencies": {
20-
"@nuxt/kit": "3.0.0-rc.0",
21-
"@nuxt/schema": "3.0.0-rc.0",
20+
"@nuxt/kit": "^3.0.0-rc.1",
21+
"@nuxt/schema": "^3.0.0-rc.1",
2222
"@types/clear": "^0",
2323
"@types/mri": "^1.1.1",
2424
"@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.0",
3+
"version": "3.0.0-rc.1",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -30,11 +30,11 @@
3030
"prepack": "unbuild"
3131
},
3232
"dependencies": {
33-
"@nuxt/kit": "3.0.0-rc.0",
34-
"@nuxt/schema": "3.0.0-rc.0",
33+
"@nuxt/kit": "^3.0.0-rc.1",
34+
"@nuxt/schema": "^3.0.0-rc.1",
3535
"@nuxt/telemetry": "^2.1.2",
3636
"@nuxt/ui-templates": "^0.1.0",
37-
"@nuxt/vite-builder": "3.0.0-rc.0",
37+
"@nuxt/vite-builder": "^3.0.0-rc.1",
3838
"@vue/reactivity": "^3.2.33",
3939
"@vue/shared": "^3.2.33",
4040
"@vueuse/head": "^0.7.6",
@@ -52,7 +52,7 @@
5252
"magic-string": "^0.26.1",
5353
"mlly": "^0.5.2",
5454
"nitropack": "^0.3.5",
55-
"nuxi": "3.0.0-rc.0",
55+
"nuxi": "^3.0.0-rc.1",
5656
"ohash": "^0.1.0",
5757
"ohmyfetch": "^0.4.15",
5858
"pathe": "^0.2.0",

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.0",
3+
"version": "3.0.0-rc.1",
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.0",
3+
"version": "3.0.0-rc.1",
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.0",
17-
"@nuxt/schema": "3.0.0-rc.0",
16+
"@nuxt/kit": "^3.0.0-rc.1",
17+
"@nuxt/schema": "^3.0.0-rc.1",
1818
"defu": "^6.0.0",
1919
"execa": "^6.1.0",
2020
"get-port-please": "^2.5.0",

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.0",
3+
"version": "3.0.0-rc.1",
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.0",
16+
"@nuxt/schema": "^3.0.0-rc.1",
1717
"@types/cssnano": "^5",
1818
"unbuild": "latest",
1919
"vue": "3.2.33"
2020
},
2121
"dependencies": {
22-
"@nuxt/kit": "3.0.0-rc.0",
22+
"@nuxt/kit": "^3.0.0-rc.1",
2323
"@vitejs/plugin-vue": "^2.3.1",
2424
"@vitejs/plugin-vue-jsx": "^1.3.10",
2525
"autoprefixer": "^10.4.4",

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.0",
3+
"version": "3.0.0-rc.1",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.17.9",
2020
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
21-
"@nuxt/kit": "3.0.0-rc.0",
21+
"@nuxt/kit": "^3.0.0-rc.1",
2222
"autoprefixer": "^10.4.4",
2323
"css-loader": "^6.7.1",
2424
"css-minimizer-webpack-plugin": "^3.4.1",
@@ -55,7 +55,7 @@
5555
"webpackbar": "^5.0.2"
5656
},
5757
"devDependencies": {
58-
"@nuxt/schema": "3.0.0-rc.0",
58+
"@nuxt/schema": "^3.0.0-rc.1",
5959
"@types/pify": "^5.0.1",
6060
"@types/webpack-bundle-analyzer": "^4.4.1",
6161
"@types/webpack-dev-middleware": "^5.0.2",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ __metadata:
14681468
version: 0.0.0-use.local
14691469
resolution: "@nuxt/kit@workspace:packages/kit"
14701470
dependencies:
1471-
"@nuxt/schema": 3.0.0-rc.0
1471+
"@nuxt/schema": ^3.0.0-rc.1
14721472
"@types/lodash.template": ^4
14731473
"@types/semver": ^7
14741474
c12: ^0.2.7
@@ -1522,7 +1522,7 @@ __metadata:
15221522
version: 2.1.2
15231523
resolution: "@nuxt/telemetry@npm:2.1.2"
15241524
dependencies:
1525-
"@nuxt/kit": 3.0.0-rc.0
1525+
"@nuxt/kit": 3.0.0-rc.1
15261526
chalk: ^5.0.1
15271527
ci-info: ^3.3.0
15281528
consola: ^2.15.3
@@ -1552,8 +1552,8 @@ __metadata:
15521552
version: 0.0.0-use.local
15531553
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
15541554
dependencies:
1555-
"@nuxt/kit": 3.0.0-rc.0
1556-
"@nuxt/schema": 3.0.0-rc.0
1555+
"@nuxt/kit": ^3.0.0-rc.1
1556+
"@nuxt/schema": ^3.0.0-rc.1
15571557
defu: ^6.0.0
15581558
execa: ^6.1.0
15591559
get-port-please: ^2.5.0
@@ -1597,12 +1597,12 @@ __metadata:
15971597
languageName: node
15981598
linkType: hard
15991599

1600-
"@nuxt/vite-builder@3.0.0-rc.0, @nuxt/vite-builder@workspace:packages/vite":
1600+
"@nuxt/vite-builder@^3.0.0-rc.1, @nuxt/vite-builder@workspace:packages/vite":
16011601
version: 0.0.0-use.local
16021602
resolution: "@nuxt/vite-builder@workspace:packages/vite"
16031603
dependencies:
1604-
"@nuxt/kit": 3.0.0-rc.0
1605-
"@nuxt/schema": 3.0.0-rc.0
1604+
"@nuxt/kit": ^3.0.0-rc.1
1605+
"@nuxt/schema": ^3.0.0-rc.1
16061606
"@types/cssnano": ^5
16071607
"@vitejs/plugin-vue": ^2.3.1
16081608
"@vitejs/plugin-vue-jsx": ^1.3.10
@@ -1644,8 +1644,8 @@ __metadata:
16441644
dependencies:
16451645
"@babel/core": ^7.17.9
16461646
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
1647-
"@nuxt/kit": 3.0.0-rc.0
1648-
"@nuxt/schema": 3.0.0-rc.0
1647+
"@nuxt/kit": ^3.0.0-rc.1
1648+
"@nuxt/schema": ^3.0.0-rc.1
16491649
"@types/pify": ^5.0.1
16501650
"@types/webpack-bundle-analyzer": ^4.4.1
16511651
"@types/webpack-dev-middleware": ^5.0.2
@@ -9951,8 +9951,8 @@ __metadata:
99519951
version: 0.0.0-use.local
99529952
resolution: "nuxi@workspace:packages/nuxi"
99539953
dependencies:
9954-
"@nuxt/kit": 3.0.0-rc.0
9955-
"@nuxt/schema": 3.0.0-rc.0
9954+
"@nuxt/kit": ^3.0.0-rc.1
9955+
"@nuxt/schema": ^3.0.0-rc.1
99569956
"@types/clear": ^0
99579957
"@types/mri": ^1.1.1
99589958
"@types/semver": ^7
@@ -10031,11 +10031,11 @@ __metadata:
1003110031
version: 0.0.0-use.local
1003210032
resolution: "nuxt@workspace:packages/nuxt"
1003310033
dependencies:
10034-
"@nuxt/kit": 3.0.0-rc.0
10035-
"@nuxt/schema": 3.0.0-rc.0
10034+
"@nuxt/kit": ^3.0.0-rc.1
10035+
"@nuxt/schema": ^3.0.0-rc.1
1003610036
"@nuxt/telemetry": ^2.1.2
1003710037
"@nuxt/ui-templates": ^0.1.0
10038-
"@nuxt/vite-builder": 3.0.0-rc.0
10038+
"@nuxt/vite-builder": ^3.0.0-rc.1
1003910039
"@types/fs-extra": ^9.0.13
1004010040
"@types/hash-sum": ^1.0.0
1004110041
"@vue/reactivity": ^3.2.33
@@ -10055,7 +10055,7 @@ __metadata:
1005510055
magic-string: ^0.26.1
1005610056
mlly: ^0.5.2
1005710057
nitropack: ^0.3.5
10058-
nuxi: 3.0.0-rc.0
10058+
nuxi: ^3.0.0-rc.1
1005910059
ohash: ^0.1.0
1006010060
ohmyfetch: ^0.4.15
1006110061
pathe: ^0.2.0

0 commit comments

Comments
 (0)