Skip to content

Commit 831552f

Browse files
Version Packages (next) (#12282)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 445f890 commit 831552f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"dry-eggs-play",
111111
"dry-eggs-retire",
112112
"dry-fans-march",
113+
"dry-ghosts-prove",
113114
"dry-parrots-bathe",
114115
"dry-pillows-exist",
115116
"dull-coins-vanish",
@@ -144,6 +145,7 @@
144145
"empty-horses-tell",
145146
"empty-tools-share",
146147
"fair-bags-smoke",
148+
"fair-beers-help",
147149
"fair-crabs-check",
148150
"fair-pianos-talk",
149151
"fair-spies-repeat",
@@ -264,6 +266,7 @@
264266
"itchy-lions-wash",
265267
"itchy-panthers-shave",
266268
"itchy-peaches-compare",
269+
"itchy-pianos-marry",
267270
"itchy-terms-guess",
268271
"khaki-cheetahs-refuse",
269272
"khaki-cooks-develop",
@@ -305,10 +308,12 @@
305308
"little-ligers-exist",
306309
"little-pans-jog",
307310
"long-buckets-lay",
311+
"long-carrots-sneeze",
308312
"long-crews-return",
309313
"long-humans-repair",
310314
"long-lobsters-mate",
311315
"loud-cheetahs-flow",
316+
"loud-insects-arrive",
312317
"loud-mugs-smile",
313318
"loud-numbers-flow",
314319
"loud-penguins-unite",
@@ -499,6 +504,7 @@
499504
"sixty-pandas-rush",
500505
"sixty-plants-cover",
501506
"sleepy-cats-eat",
507+
"sleepy-dogs-sit",
502508
"slimy-clouds-talk",
503509
"slimy-hairs-impress",
504510
"slimy-laws-explode",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.174
4+
5+
### Patch Changes
6+
7+
- fix: bail out of event hoisting when referencing store subscriptions ([#12301](https://github.com/sveltejs/svelte/pull/12301))
8+
9+
- chore: make store initialization logic simpler ([#12281](https://github.com/sveltejs/svelte/pull/12281))
10+
11+
- fix: make props optional during SSR ([#12284](https://github.com/sveltejs/svelte/pull/12284))
12+
13+
- fix: ensure each blocks properly handle $state.frozen objects in prod ([#12305](https://github.com/sveltejs/svelte/pull/12305))
14+
15+
- fix: ensure rest props access on hoisted event handlers works ([#12298](https://github.com/sveltejs/svelte/pull/12298))
16+
17+
- fix: lazily create a derived for each read method on `SvelteDate.prototype` ([#12110](https://github.com/sveltejs/svelte/pull/12110))
18+
319
## 5.0.0-next.173
420

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

0 commit comments

Comments
 (0)