Skip to content

Commit 6bb825b

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

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"big-eggs-flash",
2222
"big-eyes-carry",
2323
"big-geese-act",
24+
"big-moons-occur",
2425
"blue-ants-raise",
2526
"blue-rules-juggle",
2627
"blue-timers-film",
@@ -55,6 +56,7 @@
5556
"curly-lizards-dream",
5657
"curvy-buses-laugh",
5758
"curvy-cups-cough",
59+
"curvy-flies-exercise",
5860
"curvy-ties-shout",
5961
"cyan-flowers-destroy",
6062
"cyan-spies-grin",
@@ -65,6 +67,7 @@
6567
"dry-clocks-grow",
6668
"dry-eggs-play",
6769
"dry-eggs-retire",
70+
"dry-pillows-exist",
6871
"dull-coins-vanish",
6972
"dull-mangos-wave",
7073
"dull-pots-add",
@@ -106,6 +109,7 @@
106109
"friendly-lies-camp",
107110
"funny-wombats-argue",
108111
"fuzzy-bags-camp",
112+
"fuzzy-donuts-provide",
109113
"gentle-dolls-juggle",
110114
"gentle-sheep-hug",
111115
"gentle-spies-happen",
@@ -122,6 +126,7 @@
122126
"green-eggs-approve",
123127
"green-hounds-play",
124128
"green-tigers-judge",
129+
"grumpy-jars-sparkle",
125130
"happy-beds-scream",
126131
"happy-suits-film",
127132
"healthy-planes-vanish",
@@ -155,6 +160,7 @@
155160
"large-clouds-carry",
156161
"large-turkeys-deny",
157162
"late-crabs-lay",
163+
"late-peaches-mate",
158164
"lazy-masks-sit",
159165
"lazy-months-knock",
160166
"lazy-spiders-think",
@@ -178,6 +184,7 @@
178184
"lucky-toes-begin",
179185
"many-rockets-give",
180186
"many-trees-fix",
187+
"metal-clouds-raise",
181188
"metal-lobsters-burn",
182189
"mighty-cooks-scream",
183190
"mighty-files-hammer",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.91
4+
5+
### Patch Changes
6+
7+
- fix: improve unowned derived signal heuristics ([#11029](https://github.com/sveltejs/svelte/pull/11029))
8+
9+
- fix: ensure correct context for action update/destroy functions ([#11023](https://github.com/sveltejs/svelte/pull/11023))
10+
11+
- feat: more efficient hydration markers ([#11019](https://github.com/sveltejs/svelte/pull/11019))
12+
13+
- fix: ensure effect cleanup functions are called with null `this` ([#11024](https://github.com/sveltejs/svelte/pull/11024))
14+
15+
- fix: correctly handle closure passed to $derived.by when destructuring ([#11028](https://github.com/sveltejs/svelte/pull/11028))
16+
17+
- Add `name` to HTMLDetailsAttributes ([#11013](https://github.com/sveltejs/svelte/pull/11013))
18+
19+
- breaking: move compiler.cjs to compiler/index.js ([#10988](https://github.com/sveltejs/svelte/pull/10988))
20+
321
## 5.0.0-next.90
422

523
### 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.90",
5+
"version": "5.0.0-next.91",
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.90';
9+
export const VERSION = '5.0.0-next.91';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)