Skip to content

Commit f3b4d40

Browse files
Version Packages (next)
1 parent 6625c1e commit f3b4d40

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"nervous-spoons-relax",
166166
"new-boats-wait",
167167
"new-rabbits-flow",
168+
"nice-avocados-move",
168169
"ninety-dingos-walk",
169170
"odd-buckets-lie",
170171
"odd-needles-joke",
@@ -237,6 +238,7 @@
237238
"slimy-walls-draw",
238239
"slow-beds-shave",
239240
"slow-chefs-dream",
241+
"slow-kids-sparkle",
240242
"slow-wombats-reply",
241243
"small-papayas-laugh",
242244
"smart-parents-swim",
@@ -297,6 +299,7 @@
297299
"tidy-buses-whisper",
298300
"tidy-starfishes-allow",
299301
"tiny-kings-whisper",
302+
"tough-radios-punch",
300303
"twelve-dragons-join",
301304
"twelve-onions-juggle",
302305
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.69
4+
5+
### Patch Changes
6+
7+
- fix: improve ssr output of dynamic textarea elements ([#10638](https://github.com/sveltejs/svelte/pull/10638))
8+
9+
- fix: warn when `$props` rune not called ([#10655](https://github.com/sveltejs/svelte/pull/10655))
10+
11+
- fix: add `$set` and `$on` methods in legacy compat mode ([#10642](https://github.com/sveltejs/svelte/pull/10642))
12+
313
## 5.0.0-next.68
414

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