Version Packages (next) (#10701)

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

@ -228,6 +228,7 @@
"seven-deers-jam",
"seven-hornets-smile",
"seven-jobs-sniff",
"seven-masks-end",
"seven-ravens-check",
"shaggy-cameras-live",
"sharp-gorillas-impress",
@ -260,6 +261,7 @@
"sour-weeks-fix",
"spicy-jeans-deliver",
"spicy-plums-admire",
"spotty-houses-search",
"spotty-pens-agree",
"spotty-rocks-destroy",
"spotty-spiders-compare",
@ -320,6 +322,7 @@
"violet-pigs-jam",
"weak-terms-destroy",
"wet-games-fly",
"wet-wombats-repeat",
"wicked-clouds-exercise",
"wicked-doors-train",
"wicked-hairs-cheer",

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.72
### Patch Changes
- fix: adjust keyed each block equality handling ([#10699](https://github.com/sveltejs/svelte/pull/10699))
- fix: improve indexed each equality ([#10702](https://github.com/sveltejs/svelte/pull/10702))
- fix: prevent snippet children conflict ([#10700](https://github.com/sveltejs/svelte/pull/10700))
## 5.0.0-next.71
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.71",
"version": "5.0.0-next.72",
"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.71';
export const VERSION = '5.0.0-next.72';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save