Skip to content

Commit 6824c2a

Browse files
Version Packages (next)
1 parent 2a784fc commit 6824c2a

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"curly-lizards-dream",
5656
"curvy-buses-laugh",
5757
"curvy-cups-cough",
58+
"curvy-flies-exercise",
5859
"curvy-ties-shout",
5960
"cyan-flowers-destroy",
6061
"cyan-spies-grin",
@@ -65,6 +66,7 @@
6566
"dry-clocks-grow",
6667
"dry-eggs-play",
6768
"dry-eggs-retire",
69+
"dry-pillows-exist",
6870
"dull-coins-vanish",
6971
"dull-mangos-wave",
7072
"dull-pots-add",
@@ -106,6 +108,7 @@
106108
"friendly-lies-camp",
107109
"funny-wombats-argue",
108110
"fuzzy-bags-camp",
111+
"fuzzy-donuts-provide",
109112
"gentle-dolls-juggle",
110113
"gentle-sheep-hug",
111114
"gentle-spies-happen",
@@ -122,6 +125,7 @@
122125
"green-eggs-approve",
123126
"green-hounds-play",
124127
"green-tigers-judge",
128+
"grumpy-jars-sparkle",
125129
"happy-beds-scream",
126130
"happy-suits-film",
127131
"healthy-planes-vanish",
@@ -155,6 +159,7 @@
155159
"large-clouds-carry",
156160
"large-turkeys-deny",
157161
"late-crabs-lay",
162+
"late-peaches-mate",
158163
"lazy-masks-sit",
159164
"lazy-months-knock",
160165
"lazy-spiders-think",
@@ -178,6 +183,7 @@
178183
"lucky-toes-begin",
179184
"many-rockets-give",
180185
"many-trees-fix",
186+
"metal-clouds-raise",
181187
"metal-lobsters-burn",
182188
"mighty-cooks-scream",
183189
"mighty-files-hammer",

packages/svelte/CHANGELOG.md

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

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

521
### 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)