Skip to content

Commit 8e595d8

Browse files
Version Packages (next)
1 parent b468978 commit 8e595d8

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
@@ -258,6 +258,7 @@
258258
"short-countries-rush",
259259
"silent-apes-report",
260260
"silly-laws-happen",
261+
"silly-ways-wash",
261262
"silver-points-approve",
262263
"sixty-items-crash",
263264
"slimy-clouds-talk",
@@ -266,9 +267,11 @@
266267
"slow-beds-shave",
267268
"slow-chefs-dream",
268269
"slow-kids-sparkle",
270+
"slow-plums-chew",
269271
"slow-wombats-reply",
270272
"small-papayas-laugh",
271273
"small-sheep-type",
274+
"small-spiders-fail",
272275
"smart-parents-swim",
273276
"smart-turkeys-tell",
274277
"smart-zebras-pay",

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.82
4+
5+
### Patch Changes
6+
7+
- feat: take form resets into account for two way bindings ([#10617](https://github.com/sveltejs/svelte/pull/10617))
8+
9+
- fix: handle multiple snippet parameters with one or more being optional ([#10833](https://github.com/sveltejs/svelte/pull/10833))
10+
11+
- breaking: apply fallback value every time in runes mode ([#10797](https://github.com/sveltejs/svelte/pull/10797))
12+
313
## 5.0.0-next.81
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.81",
5+
"version": "5.0.0-next.82",
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.81';
9+
export const VERSION = '5.0.0-next.82';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)