Skip to content

Commit

Permalink
fix: call Svelte 5 an unstable preview rather than beta (#11119)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 27, 2023
1 parent a7f8bdc commit dbbd4c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-pants-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

fix: call Svelte 5 an alpha rather than beta
2 changes: 1 addition & 1 deletion packages/create-svelte/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const options = await p.group(
},
{
value: 'svelte5',
label: 'Try out Svelte 5 beta'
label: 'Try the Svelte 5 preview (unstable!)'
}
]
})
Expand Down

0 comments on commit dbbd4c7

Please sign in to comment.