Skip to content

Commit d4bed0e

Browse files
Version Packages (next)
1 parent a764f4e commit d4bed0e

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
@@ -204,6 +204,7 @@
204204
"loud-cheetahs-flow",
205205
"loud-mugs-smile",
206206
"loud-ravens-drop",
207+
"loud-socks-look",
207208
"lovely-carpets-lick",
208209
"lovely-houses-own",
209210
"lovely-items-turn",
@@ -327,6 +328,8 @@
327328
"silly-ways-wash",
328329
"silver-points-approve",
329330
"sixty-items-crash",
331+
"sixty-numbers-hope",
332+
"sixty-pandas-rush",
330333
"slimy-clouds-talk",
331334
"slimy-laws-explode",
332335
"slimy-walls-draw",
@@ -343,6 +346,7 @@
343346
"smart-parents-swim",
344347
"smart-turkeys-tell",
345348
"smart-zebras-pay",
349+
"smooth-kids-protect",
346350
"smooth-rings-rush",
347351
"soft-clocks-remember",
348352
"soft-geese-learn",
@@ -367,6 +371,7 @@
367371
"strong-gifts-smoke",
368372
"strong-lemons-provide",
369373
"strong-pans-doubt",
374+
"stupid-parents-crash",
370375
"sweet-mangos-beg",
371376
"sweet-pens-sniff",
372377
"swift-donkeys-perform",
@@ -392,6 +397,7 @@
392397
"ten-singers-cough",
393398
"ten-ties-repair",
394399
"ten-worms-reflect",
400+
"tender-rocks-walk",
395401
"thick-cycles-rule",
396402
"thick-pans-tell",
397403
"thick-shirts-deliver",

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.109
4+
5+
### Patch Changes
6+
7+
- fix: more accurate error message when creating orphan effects ([#11227](https://github.com/sveltejs/svelte/pull/11227))
8+
9+
- fix: support `$state.snapshot` as part of variable declarations ([#11235](https://github.com/sveltejs/svelte/pull/11235))
10+
11+
- fix: optimize object property mutations in compilation ([#11243](https://github.com/sveltejs/svelte/pull/11243))
12+
13+
- breaking: don't allow children in svelte:options ([#11250](https://github.com/sveltejs/svelte/pull/11250))
14+
15+
- fix: possible name clash in hoisted functions ([#11237](https://github.com/sveltejs/svelte/pull/11237))
16+
17+
- fix: preserve getters/setters in HMR mode ([#11231](https://github.com/sveltejs/svelte/pull/11231))
18+
319
## 5.0.0-next.108
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.108",
5+
"version": "5.0.0-next.109",
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.108';
9+
export const VERSION = '5.0.0-next.109';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)