Skip to content

Commit ad2b8b9

Browse files
Version Packages (next) (#10539)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bcb1b8e commit ad2b8b9

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.changeset/pre.json

Lines changed: 10 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",
@@ -98,8 +99,10 @@
9899
"great-icons-retire",
99100
"green-eggs-approve",
100101
"green-hounds-play",
102+
"green-tigers-judge",
101103
"happy-suits-film",
102104
"healthy-planes-vanish",
105+
"heavy-comics-move",
103106
"heavy-ears-rule",
104107
"hip-balloons-begin",
105108
"honest-buses-add",
@@ -127,6 +130,7 @@
127130
"lazy-spiders-think",
128131
"lemon-geese-call",
129132
"lemon-geese-drum",
133+
"light-days-clean",
130134
"light-humans-hang",
131135
"light-pens-watch",
132136
"long-buckets-lay",
@@ -141,10 +145,12 @@
141145
"lucky-toes-begin",
142146
"many-trees-fix",
143147
"mighty-files-hammer",
148+
"moody-carrots-lay",
144149
"moody-frogs-exist",
145150
"moody-owls-cry",
146151
"nasty-lions-double",
147152
"nasty-yaks-peel",
153+
"neat-boats-shake",
148154
"neat-dingos-clap",
149155
"nervous-spoons-relax",
150156
"new-boats-wait",
@@ -198,6 +204,7 @@
198204
"seven-hornets-smile",
199205
"seven-jobs-sniff",
200206
"seven-ravens-check",
207+
"shaggy-cameras-live",
201208
"sharp-gorillas-impress",
202209
"sharp-kids-happen",
203210
"sharp-tomatoes-learn",
@@ -288,6 +295,8 @@
288295
"wise-jobs-admire",
289296
"wise-radios-exercise",
290297
"witty-camels-warn",
291-
"witty-steaks-dream"
298+
"witty-steaks-dream",
299+
"witty-tomatoes-care",
300+
"witty-years-crash"
292301
]
293302
}

packages/svelte/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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: improve handling of unowned derived signals ([#10565](https://github.com/sveltejs/svelte/pull/10565))
10+
11+
- fix: better handling of empty text node hydration ([#10545](https://github.com/sveltejs/svelte/pull/10545))
12+
13+
- fix: ensure update methods of actions and reactive statements work with fine-grained `$state` ([#10543](https://github.com/sveltejs/svelte/pull/10543))
14+
15+
- fix: don't execute scripts inside `@html` when instantiated on the client ([#10556](https://github.com/sveltejs/svelte/pull/10556))
16+
17+
- fix: only escape characters in SSR template ([#10555](https://github.com/sveltejs/svelte/pull/10555))
18+
19+
- fix: wire up `events` in `mount` correctly and fix its types ([#10553](https://github.com/sveltejs/svelte/pull/10553))
20+
21+
- fix: better handling of derived signals that have no dependencies ([#10558](https://github.com/sveltejs/svelte/pull/10558))
22+
23+
- fix: improve state store mutation compiler output ([#10561](https://github.com/sveltejs/svelte/pull/10561))
24+
325
## 5.0.0-next.60
426

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