Skip to content

Commit c47c571

Browse files
Version Packages (next) (#10869)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83f30bf commit c47c571

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
@@ -225,6 +225,7 @@
225225
"real-pandas-brush",
226226
"red-doors-own",
227227
"red-feet-worry",
228+
"red-poets-study",
228229
"rich-cobras-exist",
229230
"rich-olives-yell",
230231
"rich-sheep-burn",
@@ -258,6 +259,7 @@
258259
"short-countries-rush",
259260
"silent-apes-report",
260261
"silly-laws-happen",
262+
"silly-ways-wash",
261263
"silver-points-approve",
262264
"sixty-items-crash",
263265
"slimy-clouds-talk",
@@ -266,9 +268,11 @@
266268
"slow-beds-shave",
267269
"slow-chefs-dream",
268270
"slow-kids-sparkle",
271+
"slow-plums-chew",
269272
"slow-wombats-reply",
270273
"small-papayas-laugh",
271274
"small-sheep-type",
275+
"small-spiders-fail",
272276
"smart-parents-swim",
273277
"smart-turkeys-tell",
274278
"smart-zebras-pay",

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.82
4+
5+
### Patch Changes
6+
7+
- fix: allow runes for variable declarations in the template ([#10879](https://github.com/sveltejs/svelte/pull/10879))
8+
9+
- feat: take form resets into account for two way bindings ([#10617](https://github.com/sveltejs/svelte/pull/10617))
10+
11+
- fix: handle multiple snippet parameters with one or more being optional ([#10833](https://github.com/sveltejs/svelte/pull/10833))
12+
13+
- breaking: apply fallback value every time in runes mode ([#10797](https://github.com/sveltejs/svelte/pull/10797))
14+
315
## 5.0.0-next.81
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.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)