Skip to content

Commit 1ea1486

Browse files
Version Packages (next)
1 parent 5698fb7 commit 1ea1486

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
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",
@@ -141,10 +144,12 @@
141144
"lucky-toes-begin",
142145
"many-trees-fix",
143146
"mighty-files-hammer",
147+
"moody-carrots-lay",
144148
"moody-frogs-exist",
145149
"moody-owls-cry",
146150
"nasty-lions-double",
147151
"nasty-yaks-peel",
152+
"neat-boats-shake",
148153
"neat-dingos-clap",
149154
"nervous-spoons-relax",
150155
"new-boats-wait",
@@ -198,6 +203,7 @@
198203
"seven-hornets-smile",
199204
"seven-jobs-sniff",
200205
"seven-ravens-check",
206+
"shaggy-cameras-live",
201207
"sharp-gorillas-impress",
202208
"sharp-kids-happen",
203209
"sharp-tomatoes-learn",
@@ -288,6 +294,7 @@
288294
"wise-jobs-admire",
289295
"wise-radios-exercise",
290296
"witty-camels-warn",
291-
"witty-steaks-dream"
297+
"witty-steaks-dream",
298+
"witty-tomatoes-care"
292299
]
293300
}

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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: don't execute scripts inside `@html` when instantiated on the client ([#10556](https://github.com/sveltejs/svelte/pull/10556))
14+
15+
- fix: only escape characters in SSR template ([#10555](https://github.com/sveltejs/svelte/pull/10555))
16+
17+
- fix: wire up `events` in `mount` correctly and fix its types ([#10553](https://github.com/sveltejs/svelte/pull/10553))
18+
19+
- fix: better handling of derived signals that have no dependencies ([#10558](https://github.com/sveltejs/svelte/pull/10558))
20+
321
## 5.0.0-next.60
422

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