Skip to content

Commit 1c645c3

Browse files
Version Packages (next) (#10963)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f118f8e commit 1c645c3

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"brave-points-sleep",
2828
"brave-shrimps-kiss",
2929
"brave-walls-destroy",
30+
"brave-walls-flow",
3031
"breezy-carrots-flash",
3132
"bright-peas-juggle",
3233
"bright-snakes-sing",
@@ -46,6 +47,7 @@
4647
"cold-birds-own",
4748
"cold-masks-learn",
4849
"cool-ants-leave",
50+
"cool-peas-lick",
4951
"cool-rabbits-tickle",
5052
"cool-roses-trade",
5153
"cuddly-pianos-drop",
@@ -135,6 +137,7 @@
135137
"hungry-tips-unite",
136138
"hungry-trees-travel",
137139
"itchy-beans-melt",
140+
"itchy-bulldogs-tan",
138141
"itchy-kings-deliver",
139142
"itchy-lions-wash",
140143
"itchy-terms-guess",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.86
4+
5+
### Patch Changes
6+
7+
- fix: improved effect sequencing and execution order ([#10949](https://github.com/sveltejs/svelte/pull/10949))
8+
9+
- breaking: onDestroy functions run child-first ([#10949](https://github.com/sveltejs/svelte/pull/10949))
10+
11+
- fix: improve action support for nested $effect ([#10962](https://github.com/sveltejs/svelte/pull/10962))
12+
313
## 5.0.0-next.85
414

515
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.85",
5+
"version": "5.0.0-next.86",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.85';
9+
export const VERSION = '5.0.0-next.86';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)