Skip to content

Commit 506bc64

Browse files
Version Packages (next)
1 parent 0ad0f04 commit 506bc64

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
@@ -27,6 +27,7 @@
2727
"blue-ants-raise",
2828
"blue-rules-juggle",
2929
"blue-timers-film",
30+
"brave-carrots-draw",
3031
"brave-gorillas-end",
3132
"brave-points-sleep",
3233
"brave-shrimps-kiss",
@@ -204,6 +205,7 @@
204205
"loud-cheetahs-flow",
205206
"loud-mugs-smile",
206207
"loud-ravens-drop",
208+
"loud-socks-look",
207209
"lovely-carpets-lick",
208210
"lovely-houses-own",
209211
"lovely-items-turn",
@@ -327,6 +329,8 @@
327329
"silly-ways-wash",
328330
"silver-points-approve",
329331
"sixty-items-crash",
332+
"sixty-numbers-hope",
333+
"sixty-pandas-rush",
330334
"slimy-clouds-talk",
331335
"slimy-laws-explode",
332336
"slimy-walls-draw",
@@ -343,6 +347,7 @@
343347
"smart-parents-swim",
344348
"smart-turkeys-tell",
345349
"smart-zebras-pay",
350+
"smooth-kids-protect",
346351
"smooth-rings-rush",
347352
"soft-clocks-remember",
348353
"soft-geese-learn",
@@ -367,6 +372,7 @@
367372
"strong-gifts-smoke",
368373
"strong-lemons-provide",
369374
"strong-pans-doubt",
375+
"stupid-parents-crash",
370376
"sweet-mangos-beg",
371377
"sweet-pens-sniff",
372378
"swift-donkeys-perform",
@@ -392,6 +398,7 @@
392398
"ten-singers-cough",
393399
"ten-ties-repair",
394400
"ten-worms-reflect",
401+
"tender-rocks-walk",
395402
"thick-cycles-rule",
396403
"thick-pans-tell",
397404
"thick-shirts-deliver",

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