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",

0 commit comments

Comments
 (0)