Skip to content

Commit bdbf660

Browse files
Version Packages (next)
1 parent b80d9bd commit bdbf660

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
@@ -78,6 +78,7 @@
7878
"fluffy-dolls-share",
7979
"fluffy-humans-worry",
8080
"forty-comics-invent",
81+
"forty-dogs-divide",
8182
"forty-dolls-wave",
8283
"forty-peaches-unite",
8384
"forty-suns-smile",
@@ -100,6 +101,7 @@
100101
"green-hounds-play",
101102
"happy-suits-film",
102103
"healthy-planes-vanish",
104+
"heavy-comics-move",
103105
"heavy-ears-rule",
104106
"hip-balloons-begin",
105107
"honest-buses-add",
@@ -127,6 +129,7 @@
127129
"lazy-spiders-think",
128130
"lemon-geese-call",
129131
"lemon-geese-drum",
132+
"light-days-clean",
130133
"light-humans-hang",
131134
"light-pens-watch",
132135
"long-buckets-lay",
@@ -198,6 +201,7 @@
198201
"seven-hornets-smile",
199202
"seven-jobs-sniff",
200203
"seven-ravens-check",
204+
"shaggy-cameras-live",
201205
"sharp-gorillas-impress",
202206
"sharp-kids-happen",
203207
"sharp-tomatoes-learn",

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.61
4+
5+
### Patch Changes
6+
7+
- fix: improve each block item equality for immutable mode ([#10537](https://github.com/sveltejs/svelte/pull/10537))
8+
9+
- fix: better handling of empty text node hydration ([#10545](https://github.com/sveltejs/svelte/pull/10545))
10+
11+
- fix: ensure update methods of actions and reactive statements work with fine-grained `$state` ([#10543](https://github.com/sveltejs/svelte/pull/10543))
12+
13+
- fix: wire up `events` in `mount` correctly and fix its types ([#10553](https://github.com/sveltejs/svelte/pull/10553))
14+
315
## 5.0.0-next.60
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.60",
5+
"version": "5.0.0-next.61",
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.60';
9+
export const VERSION = '5.0.0-next.61';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)