Skip to content

Commit 0d94861

Browse files
Version Packages (next)
1 parent 06e1d86 commit 0d94861

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
@@ -21,6 +21,7 @@
2121
"big-eyes-carry",
2222
"big-geese-act",
2323
"blue-timers-film",
24+
"brave-points-sleep",
2425
"brave-shrimps-kiss",
2526
"brave-walls-destroy",
2627
"breezy-carrots-flash",
@@ -274,6 +275,7 @@
274275
"unlucky-boxes-obey",
275276
"unlucky-trees-lick",
276277
"violet-pigs-jam",
278+
"weak-terms-destroy",
277279
"wet-games-fly",
278280
"wicked-clouds-exercise",
279281
"wicked-doors-train",

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.59
4+
5+
### Patch Changes
6+
7+
- chore: improve code generation for `bind:this` in SSR mode ([#10524](https://github.com/sveltejs/svelte/pull/10524))
8+
9+
- fix: visit expression node in directives ([#10527](https://github.com/sveltejs/svelte/pull/10527))
10+
311
## 5.0.0-next.58
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.58",
5+
"version": "5.0.0-next.59",
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.58';
9+
export const VERSION = '5.0.0-next.59';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)