Skip to content

Commit

Permalink
chore: public release -> beta
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 31, 2024
1 parent b7a539e commit debf873
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Better Privacy, Performance, and DX for Third-Party Scripts in Nuxt Apps.
- [👾  Playground](https://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const links = [
<template #logo>
<Logo />
<UBadge class="ml-5 hidden md:block" size="xs" color="yellow" variant="subtle">
Public Preview
Beta
</UBadge>
</template>

Expand Down
2 changes: 1 addition & 1 deletion docs/components/content/YoutubeDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function stateChange(event) {
<template>
<div class="not-prose">
<div class="flex items-center justify-center p-5">
<ScriptYouTubePlayer ref="video" above-the-fold video-id="d_IFKP1Ofq0" class="group" @ready="isLoaded = true" @state-change="stateChange">
<ScriptYouTubePlayer ref="video" above-the-fold video-id="d_IFKP1Ofq0" @ready="isLoaded = true" @state-change="stateChange">
<template #awaitingLoad>
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 h-[48px] w-[68px]">
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/scripts/content/youtube-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function stateChange(event) {
<template>
<div>
<div class="flex items-center justify-center p-5">
<ScriptYouTubePlayer ref="video" video-id="d_IFKP1Ofq0" class="group" @ready="isLoaded = true" @state-change="stateChange">
<ScriptYouTubePlayer ref="video" video-id="d_IFKP1Ofq0" @ready="isLoaded = true" @state-change="stateChange">
<template #awaitingLoad>
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 h-[48px] w-[68px]">
<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>
Expand Down

0 comments on commit debf873

Please sign in to comment.