Version Packages (next) (#10367)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10384/head svelte@5.0.0-next.45
github-actions[bot] 2 years ago committed by GitHub
parent bd0ebf3b81
commit d08e05bf7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,6 +36,7 @@
"curly-lizards-dream",
"curvy-cups-cough",
"curvy-ties-shout",
"cyan-flowers-destroy",
"dirty-bats-punch",
"dirty-garlics-design",
"dirty-tips-add",
@ -217,6 +218,7 @@
"ten-ties-repair",
"ten-worms-reflect",
"thick-cycles-rule",
"thick-pans-tell",
"thin-foxes-lick",
"thirty-flowers-sit",
"thirty-ghosts-fix",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.45
### Patch Changes
- fix: correctly determine `bind:group` members ([#10368](https://github.com/sveltejs/svelte/pull/10368))
- fix: make inline doc links valid ([#10365](https://github.com/sveltejs/svelte/pull/10365))
## 5.0.0-next.44
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.44",
"version": "5.0.0-next.45",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.44';
export const VERSION = '5.0.0-next.45';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save