Skip to content

Commit 8d08418

Browse files
Version Packages (next)
1 parent 3fe4940 commit 8d08418

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
@@ -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",
@@ -165,6 +166,7 @@
165166
"nervous-spoons-relax",
166167
"new-boats-wait",
167168
"new-rabbits-flow",
169+
"nice-avocados-move",
168170
"ninety-dingos-walk",
169171
"odd-buckets-lie",
170172
"odd-needles-joke",
@@ -237,6 +239,7 @@
237239
"slimy-walls-draw",
238240
"slow-beds-shave",
239241
"slow-chefs-dream",
242+
"slow-kids-sparkle",
240243
"slow-wombats-reply",
241244
"small-papayas-laugh",
242245
"smart-parents-swim",
@@ -297,6 +300,7 @@
297300
"tidy-buses-whisper",
298301
"tidy-starfishes-allow",
299302
"tiny-kings-whisper",
303+
"tough-radios-punch",
300304
"twelve-dragons-join",
301305
"twelve-onions-juggle",
302306
"twelve-worms-jog",

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.69
4+
5+
### Patch Changes
6+
7+
- perf: bail early when traversing non-state ([#10654](https://github.com/sveltejs/svelte/pull/10654))
8+
9+
- fix: improve ssr output of dynamic textarea elements ([#10638](https://github.com/sveltejs/svelte/pull/10638))
10+
11+
- fix: warn when `$props` rune not called ([#10655](https://github.com/sveltejs/svelte/pull/10655))
12+
13+
- fix: add `$set` and `$on` methods in legacy compat mode ([#10642](https://github.com/sveltejs/svelte/pull/10642))
14+
315
## 5.0.0-next.68
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.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)