Skip to content

Commit 77ff0ae

Browse files
Version Packages (next)
1 parent 2f1d2d5 commit 77ff0ae

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"empty-horses-tell",
145145
"empty-tools-share",
146146
"fair-bags-smoke",
147+
"fair-beers-help",
147148
"fair-crabs-check",
148149
"fair-pianos-talk",
149150
"fair-spies-repeat",
@@ -264,6 +265,7 @@
264265
"itchy-lions-wash",
265266
"itchy-panthers-shave",
266267
"itchy-peaches-compare",
268+
"itchy-pianos-marry",
267269
"itchy-terms-guess",
268270
"khaki-cheetahs-refuse",
269271
"khaki-cooks-develop",
@@ -499,6 +501,7 @@
499501
"sixty-pandas-rush",
500502
"sixty-plants-cover",
501503
"sleepy-cats-eat",
504+
"sleepy-dogs-sit",
502505
"slimy-clouds-talk",
503506
"slimy-hairs-impress",
504507
"slimy-laws-explode",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.174
4+
5+
### Patch Changes
6+
7+
- chore: make store initialization logic simpler ([#12281](https://github.com/sveltejs/svelte/pull/12281))
8+
9+
- fix: make props optional during SSR ([#12284](https://github.com/sveltejs/svelte/pull/12284))
10+
11+
- fix: lazily create a derived for each read method on `SvelteDate.prototype` ([#12110](https://github.com/sveltejs/svelte/pull/12110))
12+
313
## 5.0.0-next.173
414

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