Skip to content

Commit 3911f1b

Browse files
Version Packages (next)
1 parent 151cdea commit 3911f1b

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
@@ -40,6 +40,7 @@
4040
"cold-birds-own",
4141
"cool-ants-leave",
4242
"cool-rabbits-tickle",
43+
"cool-roses-trade",
4344
"cuddly-pianos-drop",
4445
"curly-lizards-dream",
4546
"curvy-cups-cough",
@@ -59,6 +60,7 @@
5960
"eight-steaks-shout",
6061
"eighty-bikes-camp",
6162
"eighty-days-cheat",
63+
"empty-bags-heal",
6264
"empty-bulldogs-exercise",
6365
"empty-crabs-think",
6466
"empty-tools-share",

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.60
4+
5+
### Patch Changes
6+
7+
- fix: improve effect over-fire on store subscription init ([#10535](https://github.com/sveltejs/svelte/pull/10535))
8+
9+
- fix: use init properties when exporting non-state values in prod ([#10521](https://github.com/sveltejs/svelte/pull/10521))
10+
311
## 5.0.0-next.59
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.59",
5+
"version": "5.0.0-next.60",
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.59';
9+
export const VERSION = '5.0.0-next.60';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)