Skip to content

Commit 68a12f0

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

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 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",
@@ -124,6 +125,7 @@
124125
"fresh-weeks-trade",
125126
"friendly-candles-relate",
126127
"friendly-lies-camp",
128+
"funny-ties-jump",
127129
"funny-wombats-argue",
128130
"fuzzy-bags-camp",
129131
"fuzzy-donuts-provide",
@@ -204,6 +206,7 @@
204206
"loud-cheetahs-flow",
205207
"loud-mugs-smile",
206208
"loud-ravens-drop",
209+
"loud-socks-look",
207210
"lovely-carpets-lick",
208211
"lovely-houses-own",
209212
"lovely-items-turn",
@@ -327,6 +330,8 @@
327330
"silly-ways-wash",
328331
"silver-points-approve",
329332
"sixty-items-crash",
333+
"sixty-numbers-hope",
334+
"sixty-pandas-rush",
330335
"slimy-clouds-talk",
331336
"slimy-laws-explode",
332337
"slimy-walls-draw",
@@ -343,6 +348,7 @@
343348
"smart-parents-swim",
344349
"smart-turkeys-tell",
345350
"smart-zebras-pay",
351+
"smooth-kids-protect",
346352
"smooth-rings-rush",
347353
"soft-clocks-remember",
348354
"soft-geese-learn",
@@ -367,6 +373,7 @@
367373
"strong-gifts-smoke",
368374
"strong-lemons-provide",
369375
"strong-pans-doubt",
376+
"stupid-parents-crash",
370377
"sweet-mangos-beg",
371378
"sweet-pens-sniff",
372379
"swift-donkeys-perform",
@@ -392,6 +399,7 @@
392399
"ten-singers-cough",
393400
"ten-ties-repair",
394401
"ten-worms-reflect",
402+
"tender-rocks-walk",
395403
"thick-cycles-rule",
396404
"thick-pans-tell",
397405
"thick-shirts-deliver",

packages/svelte/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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: ensure that CSS is generated for the final frame of a transition ([#11251](https://github.com/sveltejs/svelte/pull/11251))
10+
11+
- fix: more accurate error message when creating orphan effects ([#11227](https://github.com/sveltejs/svelte/pull/11227))
12+
13+
- fix: support `$state.snapshot` as part of variable declarations ([#11235](https://github.com/sveltejs/svelte/pull/11235))
14+
15+
- fix: optimize object property mutations in compilation ([#11243](https://github.com/sveltejs/svelte/pull/11243))
16+
17+
- breaking: don't allow children in svelte:options ([#11250](https://github.com/sveltejs/svelte/pull/11250))
18+
19+
- fix: possible name clash in hoisted functions ([#11237](https://github.com/sveltejs/svelte/pull/11237))
20+
21+
- fix: preserve getters/setters in HMR mode ([#11231](https://github.com/sveltejs/svelte/pull/11231))
22+
323
## 5.0.0-next.108
424

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