Skip to content

Commit eaee7d3

Browse files
Version Packages (next) (#12887)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 94ed096 commit eaee7d3

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@
151151
"eight-pianos-raise",
152152
"eight-steaks-shout",
153153
"eighty-bikes-camp",
154+
"eighty-bugs-fetch",
154155
"eighty-days-cheat",
156+
"eighty-days-wave",
155157
"eighty-lizards-notice",
156158
"eleven-avocados-walk",
157159
"eleven-beers-yell",
@@ -278,6 +280,7 @@
278280
"happy-dogs-jump",
279281
"happy-lobsters-lick",
280282
"happy-moles-live",
283+
"happy-planets-rest",
281284
"happy-suits-film",
282285
"healthy-ants-film",
283286
"healthy-dancers-play",
@@ -303,6 +306,7 @@
303306
"honest-phones-flash",
304307
"hot-cooks-repair",
305308
"hot-jobs-tap",
309+
"hot-kangaroos-invite",
306310
"hot-rivers-punch",
307311
"hot-sloths-clap",
308312
"hot-tips-appear",
@@ -635,6 +639,7 @@
635639
"smart-fans-crash",
636640
"smart-grapes-mate",
637641
"smart-parents-swim",
642+
"smart-poets-care",
638643
"smart-spiders-fetch",
639644
"smart-turkeys-tell",
640645
"smart-zebras-pay",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.224
4+
5+
### Patch Changes
6+
7+
- chore: inline start and end node properties into effect ([#12878](https://github.com/sveltejs/svelte/pull/12878))
8+
9+
- fix: correctly ensure prop bindings are reactive when bound ([#12879](https://github.com/sveltejs/svelte/pull/12879))
10+
11+
- fix: remove sapper bindings ([#12875](https://github.com/sveltejs/svelte/pull/12875))
12+
13+
- chore: refactor internal signal dependency heuristic ([#12881](https://github.com/sveltejs/svelte/pull/12881))
14+
15+
- fix: allow store as initial value for props in ssr ([#12885](https://github.com/sveltejs/svelte/pull/12885))
16+
317
## 5.0.0-next.223
418

519
### 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.223",
5+
"version": "5.0.0-next.224",
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.223';
9+
export const VERSION = '5.0.0-next.224';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)