Skip to content

Commit 726045d

Browse files
Version Packages (next)
1 parent 8026377 commit 726045d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 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",
@@ -499,6 +502,7 @@
499502
"sixty-pandas-rush",
500503
"sixty-plants-cover",
501504
"sleepy-cats-eat",
505+
"sleepy-dogs-sit",
502506
"slimy-clouds-talk",
503507
"slimy-hairs-impress",
504508
"slimy-laws-explode",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: lazily create a derived for each read method on `SvelteDate.prototype` ([#12110](https://github.com/sveltejs/svelte/pull/12110))
14+
315
## 5.0.0-next.173
416

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