Version Packages (next) (#10966)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10968/head svelte@5.0.0-next.87
github-actions[bot] 9 months ago committed by GitHub
parent ea6fd72e79
commit de6a802435
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -345,6 +345,7 @@
"thirty-pears-hug", "thirty-pears-hug",
"thirty-wombats-relax", "thirty-wombats-relax",
"three-camels-sell", "three-camels-sell",
"three-foxes-relax",
"three-icons-trade", "three-icons-trade",
"three-lions-visit", "three-lions-visit",
"three-papayas-buy", "three-papayas-buy",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.87
### Patch Changes
- fix: apply animate on prefix/suffix each block mutations ([#10965](https://github.com/sveltejs/svelte/pull/10965))
## 5.0.0-next.86 ## 5.0.0-next.86
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save