Skip to content

Commit 19d8ac8

Browse files
Version Packages (next)
1 parent 516cd22 commit 19d8ac8

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 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,7 @@
327328
"silly-ways-wash",
328329
"silver-points-approve",
329330
"sixty-items-crash",
331+
"sixty-numbers-hope",
330332
"slimy-clouds-talk",
331333
"slimy-laws-explode",
332334
"slimy-walls-draw",
@@ -367,6 +369,7 @@
367369
"strong-gifts-smoke",
368370
"strong-lemons-provide",
369371
"strong-pans-doubt",
372+
"stupid-parents-crash",
370373
"sweet-mangos-beg",
371374
"sweet-pens-sniff",
372375
"swift-donkeys-perform",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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: possible name clash in hoisted functions ([#11237](https://github.com/sveltejs/svelte/pull/11237))
12+
313
## 5.0.0-next.108
414

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