Skip to content

Version Packages (next) #10869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
"real-pandas-brush",
"red-doors-own",
"red-feet-worry",
"red-poets-study",
"rich-cobras-exist",
"rich-olives-yell",
"rich-sheep-burn",
Expand Down Expand Up @@ -258,6 +259,7 @@
"short-countries-rush",
"silent-apes-report",
"silly-laws-happen",
"silly-ways-wash",
"silver-points-approve",
"sixty-items-crash",
"slimy-clouds-talk",
Expand All @@ -266,9 +268,11 @@
"slow-beds-shave",
"slow-chefs-dream",
"slow-kids-sparkle",
"slow-plums-chew",
"slow-wombats-reply",
"small-papayas-laugh",
"small-sheep-type",
"small-spiders-fail",
"smart-parents-swim",
"smart-turkeys-tell",
"smart-zebras-pay",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte

## 5.0.0-next.82

### Patch Changes

- fix: allow runes for variable declarations in the template ([#10879](https://github.com/sveltejs/svelte/pull/10879))

- feat: take form resets into account for two way bindings ([#10617](https://github.com/sveltejs/svelte/pull/10617))

- fix: handle multiple snippet parameters with one or more being optional ([#10833](https://github.com/sveltejs/svelte/pull/10833))

- breaking: apply fallback value every time in runes mode ([#10797](https://github.com/sveltejs/svelte/pull/10797))

## 5.0.0-next.81

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.81",
"version": "5.0.0-next.82",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.81';
export const VERSION = '5.0.0-next.82';
export const PUBLIC_VERSION = '5';