Skip to content

Commit debf873

Browse files
committed
chore: public release -> beta
1 parent b7a539e commit debf873

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Better Privacy, Performance, and DX for Third-Party Scripts in Nuxt Apps.
1313
- [👾  Playground](https://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue)
1414

1515
> [!IMPORTANT]
16-
> Nuxt Scripts is in public preview and is not yet officially announced. Use with caution as some APIs may change.
16+
> Nuxt Scripts is in beta, use with caution as some APIs may change.
1717
1818
## Features
1919

docs/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const links = [
2222
<template #logo>
2323
<Logo />
2424
<UBadge class="ml-5 hidden md:block" size="xs" color="yellow" variant="subtle">
25-
Public Preview
25+
Beta
2626
</UBadge>
2727
</template>
2828

docs/components/content/YoutubeDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function stateChange(event) {
1313
<template>
1414
<div class="not-prose">
1515
<div class="flex items-center justify-center p-5">
16-
<ScriptYouTubePlayer ref="video" above-the-fold video-id="d_IFKP1Ofq0" class="group" @ready="isLoaded = true" @state-change="stateChange">
16+
<ScriptYouTubePlayer ref="video" above-the-fold video-id="d_IFKP1Ofq0" @ready="isLoaded = true" @state-change="stateChange">
1717
<template #awaitingLoad>
1818
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 h-[48px] w-[68px]">
1919
<svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#f00" /><path d="M 45,24 27,14 27,34" fill="#fff" /></svg>

docs/content/scripts/content/youtube-player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function stateChange(event) {
4646
<template>
4747
<div>
4848
<div class="flex items-center justify-center p-5">
49-
<ScriptYouTubePlayer ref="video" video-id="d_IFKP1Ofq0" class="group" @ready="isLoaded = true" @state-change="stateChange">
49+
<ScriptYouTubePlayer ref="video" video-id="d_IFKP1Ofq0" @ready="isLoaded = true" @state-change="stateChange">
5050
<template #awaitingLoad>
5151
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 h-[48px] w-[68px]">
5252
<svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#f00" /><path d="M 45,24 27,14 27,34" fill="#fff" /></svg>

0 commit comments

Comments
 (0)