Skip to content

Commit 3a48b10

Browse files
Version Packages (next)
1 parent 99e1665 commit 3a48b10

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -237,6 +240,7 @@
237240
"slimy-walls-draw",
238241
"slow-beds-shave",
239242
"slow-chefs-dream",
243+
"slow-kids-sparkle",
240244
"slow-wombats-reply",
241245
"small-papayas-laugh",
242246
"smart-parents-swim",
@@ -297,6 +301,7 @@
297301
"tidy-buses-whisper",
298302
"tidy-starfishes-allow",
299303
"tiny-kings-whisper",
304+
"tough-radios-punch",
300305
"twelve-dragons-join",
301306
"twelve-onions-juggle",
302307
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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: warn when `$props` rune not called ([#10655](https://github.com/sveltejs/svelte/pull/10655))
14+
15+
- fix: add `$set` and `$on` methods in legacy compat mode ([#10642](https://github.com/sveltejs/svelte/pull/10642))
16+
317
## 5.0.0-next.68
418

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