Skip to content

Commit 1d2eee0

Browse files
committed
docs: update more references to v3.12
1 parent 4db02e1 commit 1d2eee0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/2.guide/3.going-further/1.features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There is also a `future` namespace for early opting-in to new features that will
4040
### compatibilityVersion
4141

4242
::important
43-
This configuration option is available in Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
43+
This configuration option is available in Nuxt v3.12+.
4444
::
4545

4646
This enables early access to Nuxt features or flags.

docs/3.api/1.components/12.nuxt-route-announcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links:
1111
---
1212

1313
::important
14-
This component will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
14+
This component is available in Nuxt v3.12+.
1515
::
1616

1717
## Usage

docs/3.api/2.composables/on-prehydrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ links:
1010
---
1111

1212
::important
13-
This composable will be available in Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
13+
This composable is available in Nuxt v3.12+.
1414
::
1515

1616
`onPrehydrate` is a composable lifecycle hook that allows you to run a callback on the client immediately before

docs/3.api/2.composables/use-route-announcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links:
1111
---
1212

1313
::important
14-
This composable will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
14+
This composable is available in Nuxt v3.12+.
1515
::
1616

1717
## Description

0 commit comments

Comments
 (0)