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

Commit 94377b1

Browse files
authored
v3.0.0-rc.10 (#7374)
1 parent 09c42fd commit 94377b1

File tree

11 files changed

+36
-43
lines changed

11 files changed

+36
-43
lines changed

docs/content/2.guide/3.deploy/2.static-hosting.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Static Hosting
22

3-
::alert{type=info}
4-
The [full static feature](https://nuxtjs.org/announcements/going-full-static) is [under development](https://github.com/nuxt/framework/issues/6411) and will be available in the near future.
5-
::
6-
73
There are two ways to deploy a Nuxt application to any static hosting services:
84

9-
- Static site generation (SSG) prerenders every route of your application at build time. For every page, Nuxt uses a crawler to generate a corresponding HTML file.
5+
- Static site generation (SSG) prerenders every route of your application at build time. For every page, Nuxt uses a crawler to generate a corresponding HTML and payload files.
106
- Using `ssr: false` to produce a pure client-side output.
117

128
## Prerendering

docs/content/3.api/3.utils/clear-nuxt-data.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# `clearNuxtData`
22

3-
::StabilityEdge
4-
::
5-
63
Delete cached data, error status and pending promises of `useAsyncData` and `useFetch`.
74

85
This method is useful if you want to invalidate the data fetching for another page.

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.9",
2+
"version": "3.0.0-rc.10",
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.9",
3+
"version": "3.0.0-rc.10",
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.9",
16+
"@nuxt/schema": "3.0.0-rc.10",
1717
"c12": "^0.2.12",
1818
"consola": "^2.15.3",
1919
"defu": "^6.1.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.9",
3+
"version": "3.0.0-rc.10",
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.9",
22-
"@nuxt/schema": "3.0.0-rc.9",
21+
"@nuxt/kit": "3.0.0-rc.10",
22+
"@nuxt/schema": "3.0.0-rc.10",
2323
"@types/clear": "^0",
2424
"@types/flat": "^5.0.2",
2525
"@types/mri": "^1.1.1",

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.9",
3+
"version": "3.0.0-rc.10",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@nuxt/devalue": "^2.0.0",
40-
"@nuxt/kit": "3.0.0-rc.9",
41-
"@nuxt/schema": "3.0.0-rc.9",
40+
"@nuxt/kit": "3.0.0-rc.10",
41+
"@nuxt/schema": "3.0.0-rc.10",
4242
"@nuxt/telemetry": "^2.1.5",
4343
"@nuxt/ui-templates": "^0.3.3",
44-
"@nuxt/vite-builder": "3.0.0-rc.9",
44+
"@nuxt/vite-builder": "3.0.0-rc.10",
4545
"@vue/reactivity": "^3.2.39",
4646
"@vue/shared": "^3.2.39",
4747
"@vueuse/head": "^0.7.10",
@@ -59,7 +59,7 @@
5959
"magic-string": "^0.26.3",
6060
"mlly": "^0.5.14",
6161
"nitropack": "^0.5.3",
62-
"nuxi": "3.0.0-rc.9",
62+
"nuxi": "3.0.0-rc.10",
6363
"ohash": "^0.1.5",
6464
"ohmyfetch": "^0.4.18",
6565
"pathe": "^0.3.7",

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.9",
3+
"version": "3.0.0-rc.10",
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.9",
3+
"version": "3.0.0-rc.10",
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.9",
17-
"@nuxt/schema": "3.0.0-rc.9",
16+
"@nuxt/kit": "3.0.0-rc.10",
17+
"@nuxt/schema": "3.0.0-rc.10",
1818
"consola": "^2.15.3",
1919
"defu": "^6.1.0",
2020
"execa": "^6.1.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.9",
3+
"version": "3.0.0-rc.10",
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.9",
16+
"@nuxt/schema": "3.0.0-rc.10",
1717
"@types/cssnano": "^5",
1818
"unbuild": "latest",
1919
"vue": "3.2.39"
2020
},
2121
"dependencies": {
22-
"@nuxt/kit": "3.0.0-rc.9",
22+
"@nuxt/kit": "3.0.0-rc.10",
2323
"@rollup/plugin-replace": "^4.0.0",
2424
"@vitejs/plugin-vue": "^3.1.0",
2525
"@vitejs/plugin-vue-jsx": "^2.0.1",

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.9",
3+
"version": "3.0.0-rc.10",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.19.0",
2020
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
21-
"@nuxt/kit": "3.0.0-rc.9",
21+
"@nuxt/kit": "3.0.0-rc.10",
2222
"autoprefixer": "^10.4.10",
2323
"css-loader": "^6.7.1",
2424
"css-minimizer-webpack-plugin": "^4.1.0",
@@ -57,7 +57,7 @@
5757
"webpackbar": "^5.0.2"
5858
},
5959
"devDependencies": {
60-
"@nuxt/schema": "3.0.0-rc.9",
60+
"@nuxt/schema": "3.0.0-rc.10",
6161
"@types/lodash-es": "^4.17.6",
6262
"@types/pify": "^5.0.1",
6363
"@types/webpack-bundle-analyzer": "^4.4.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ __metadata:
16741674
version: 0.0.0-use.local
16751675
resolution: "@nuxt/kit@workspace:packages/kit"
16761676
dependencies:
1677-
"@nuxt/schema": 3.0.0-rc.9
1677+
"@nuxt/schema": 3.0.0-rc.10
16781678
"@types/lodash.template": ^4
16791679
"@types/semver": ^7
16801680
c12: ^0.2.12
@@ -1761,8 +1761,8 @@ __metadata:
17611761
version: 0.0.0-use.local
17621762
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
17631763
dependencies:
1764-
"@nuxt/kit": 3.0.0-rc.9
1765-
"@nuxt/schema": 3.0.0-rc.9
1764+
"@nuxt/kit": 3.0.0-rc.10
1765+
"@nuxt/schema": 3.0.0-rc.10
17661766
consola: ^2.15.3
17671767
defu: ^6.1.0
17681768
execa: ^6.1.0
@@ -1807,12 +1807,12 @@ __metadata:
18071807
languageName: node
18081808
linkType: hard
18091809

1810-
"@nuxt/[email protected].9, @nuxt/vite-builder@workspace:packages/vite":
1810+
"@nuxt/[email protected].10, @nuxt/vite-builder@workspace:packages/vite":
18111811
version: 0.0.0-use.local
18121812
resolution: "@nuxt/vite-builder@workspace:packages/vite"
18131813
dependencies:
1814-
"@nuxt/kit": 3.0.0-rc.9
1815-
"@nuxt/schema": 3.0.0-rc.9
1814+
"@nuxt/kit": 3.0.0-rc.10
1815+
"@nuxt/schema": 3.0.0-rc.10
18161816
"@rollup/plugin-replace": ^4.0.0
18171817
"@types/cssnano": ^5
18181818
"@vitejs/plugin-vue": ^3.1.0
@@ -1859,8 +1859,8 @@ __metadata:
18591859
dependencies:
18601860
"@babel/core": ^7.19.0
18611861
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
1862-
"@nuxt/kit": 3.0.0-rc.9
1863-
"@nuxt/schema": 3.0.0-rc.9
1862+
"@nuxt/kit": 3.0.0-rc.10
1863+
"@nuxt/schema": 3.0.0-rc.10
18641864
"@types/lodash-es": ^4.17.6
18651865
"@types/pify": ^5.0.1
18661866
"@types/webpack-bundle-analyzer": ^4.4.2
@@ -10392,8 +10392,8 @@ __metadata:
1039210392
version: 0.0.0-use.local
1039310393
resolution: "nuxi@workspace:packages/nuxi"
1039410394
dependencies:
10395-
"@nuxt/kit": 3.0.0-rc.9
10396-
"@nuxt/schema": 3.0.0-rc.9
10395+
"@nuxt/kit": 3.0.0-rc.10
10396+
"@nuxt/schema": 3.0.0-rc.10
1039710397
"@types/clear": ^0
1039810398
"@types/flat": ^5.0.2
1039910399
"@types/mri": ^1.1.1
@@ -10475,11 +10475,11 @@ __metadata:
1047510475
resolution: "nuxt@workspace:packages/nuxt"
1047610476
dependencies:
1047710477
"@nuxt/devalue": ^2.0.0
10478-
"@nuxt/kit": 3.0.0-rc.9
10479-
"@nuxt/schema": 3.0.0-rc.9
10478+
"@nuxt/kit": 3.0.0-rc.10
10479+
"@nuxt/schema": 3.0.0-rc.10
1048010480
"@nuxt/telemetry": ^2.1.5
1048110481
"@nuxt/ui-templates": ^0.3.3
10482-
"@nuxt/vite-builder": 3.0.0-rc.9
10482+
"@nuxt/vite-builder": 3.0.0-rc.10
1048310483
"@types/fs-extra": ^9.0.13
1048410484
"@types/hash-sum": ^1.0.0
1048510485
"@vue/reactivity": ^3.2.39
@@ -10499,7 +10499,7 @@ __metadata:
1049910499
magic-string: ^0.26.3
1050010500
mlly: ^0.5.14
1050110501
nitropack: ^0.5.3
10502-
nuxi: 3.0.0-rc.9
10502+
nuxi: 3.0.0-rc.10
1050310503
ohash: ^0.1.5
1050410504
ohmyfetch: ^0.4.18
1050510505
pathe: ^0.3.7

0 commit comments

Comments
 (0)