Skip to content

Commit 1e50bc8

Browse files
Version Packages (next)
1 parent e1b2d29 commit 1e50bc8

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
@@ -76,6 +76,7 @@
7676
"dull-pots-add",
7777
"dull-roses-relate",
7878
"early-ads-tie",
79+
"early-months-whisper",
7980
"eight-hornets-punch",
8081
"eight-steaks-shout",
8182
"eighty-bikes-camp",
@@ -122,6 +123,7 @@
122123
"giant-planets-shake",
123124
"giant-plants-grin",
124125
"giant-roses-press",
126+
"gold-tools-nail",
125127
"good-buses-reply",
126128
"good-cars-visit",
127129
"good-pianos-jump",

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.97
4+
5+
### Patch Changes
6+
7+
- fix: loosen proxy signal creation heuristics ([#11109](https://github.com/sveltejs/svelte/pull/11109))
8+
9+
- fix: ensure top level snippets are defined when binding to component prop ([#11104](https://github.com/sveltejs/svelte/pull/11104))
10+
311
## 5.0.0-next.96
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.96",
5+
"version": "5.0.0-next.97",
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.96';
9+
export const VERSION = '5.0.0-next.97';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)