Skip to content

Commit ec5172e

Browse files
Version Packages (next)
1 parent eac4218 commit ec5172e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
"silly-ways-wash",
328328
"silver-points-approve",
329329
"sixty-items-crash",
330+
"sixty-numbers-hope",
330331
"slimy-clouds-talk",
331332
"slimy-laws-explode",
332333
"slimy-walls-draw",
@@ -367,6 +368,7 @@
367368
"strong-gifts-smoke",
368369
"strong-lemons-provide",
369370
"strong-pans-doubt",
371+
"stupid-parents-crash",
370372
"sweet-mangos-beg",
371373
"sweet-pens-sniff",
372374
"swift-donkeys-perform",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.109
4+
5+
### Patch Changes
6+
7+
- fix: support `$state.snapshot` as part of variable declarations ([#11235](https://github.com/sveltejs/svelte/pull/11235))
8+
9+
- fix: possible name clash in hoisted functions ([#11237](https://github.com/sveltejs/svelte/pull/11237))
10+
311
## 5.0.0-next.108
412

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