Skip to content

Commit 0f2ff44

Browse files
Version Packages (next)
1 parent b2e9be2 commit 0f2ff44

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"brown-spoons-boil",
3333
"chatty-beans-divide",
3434
"chatty-cups-drop",
35+
"chatty-sloths-allow",
3536
"chatty-taxis-juggle",
3637
"chilled-pumas-invite",
3738
"chilly-dolphins-lick",
@@ -116,6 +117,7 @@
116117
"honest-icons-change",
117118
"hungry-boxes-relate",
118119
"hungry-dots-fry",
120+
"hungry-singers-share",
119121
"hungry-tips-unite",
120122
"hungry-trees-travel",
121123
"itchy-beans-melt",
@@ -165,6 +167,7 @@
165167
"nervous-spoons-relax",
166168
"new-boats-wait",
167169
"new-rabbits-flow",
170+
"nice-avocados-move",
168171
"ninety-dingos-walk",
169172
"odd-buckets-lie",
170173
"odd-needles-joke",
@@ -211,6 +214,7 @@
211214
"rotten-bags-type",
212215
"rotten-buckets-develop",
213216
"rotten-experts-relax",
217+
"rotten-poems-applaud",
214218
"rude-ghosts-tickle",
215219
"selfish-dragons-knock",
216220
"selfish-tools-hide",
@@ -237,6 +241,7 @@
237241
"slimy-walls-draw",
238242
"slow-beds-shave",
239243
"slow-chefs-dream",
244+
"slow-kids-sparkle",
240245
"slow-wombats-reply",
241246
"small-papayas-laugh",
242247
"smart-parents-swim",
@@ -297,6 +302,7 @@
297302
"tidy-buses-whisper",
298303
"tidy-starfishes-allow",
299304
"tiny-kings-whisper",
305+
"tough-radios-punch",
300306
"twelve-dragons-join",
301307
"twelve-onions-juggle",
302308
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.69
4+
5+
### Patch Changes
6+
7+
- perf: bail early when traversing non-state ([#10654](https://github.com/sveltejs/svelte/pull/10654))
8+
9+
- feat: improve ssr html mismatch validation ([#10658](https://github.com/sveltejs/svelte/pull/10658))
10+
11+
- fix: improve ssr output of dynamic textarea elements ([#10638](https://github.com/sveltejs/svelte/pull/10638))
12+
13+
- fix: improve ssr code generation for class property $derived ([#10661](https://github.com/sveltejs/svelte/pull/10661))
14+
15+
- fix: warn when `$props` rune not called ([#10655](https://github.com/sveltejs/svelte/pull/10655))
16+
17+
- fix: add `$set` and `$on` methods in legacy compat mode ([#10642](https://github.com/sveltejs/svelte/pull/10642))
18+
319
## 5.0.0-next.68
420

521
### 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.68",
5+
"version": "5.0.0-next.69",
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.68';
9+
export const VERSION = '5.0.0-next.69';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)