Skip to content

Version Packages (next) #10640

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
Feb 28, 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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"brown-spoons-boil",
"chatty-beans-divide",
"chatty-cups-drop",
"chatty-sloths-allow",
"chatty-taxis-juggle",
"chilled-pumas-invite",
"chilly-dolphins-lick",
Expand Down Expand Up @@ -116,6 +117,7 @@
"honest-icons-change",
"hungry-boxes-relate",
"hungry-dots-fry",
"hungry-singers-share",
"hungry-tips-unite",
"hungry-trees-travel",
"itchy-beans-melt",
Expand Down Expand Up @@ -165,6 +167,7 @@
"nervous-spoons-relax",
"new-boats-wait",
"new-rabbits-flow",
"nice-avocados-move",
"ninety-dingos-walk",
"odd-buckets-lie",
"odd-needles-joke",
Expand Down Expand Up @@ -211,6 +214,7 @@
"rotten-bags-type",
"rotten-buckets-develop",
"rotten-experts-relax",
"rotten-poems-applaud",
"rude-ghosts-tickle",
"selfish-dragons-knock",
"selfish-tools-hide",
Expand All @@ -237,6 +241,7 @@
"slimy-walls-draw",
"slow-beds-shave",
"slow-chefs-dream",
"slow-kids-sparkle",
"slow-wombats-reply",
"small-papayas-laugh",
"smart-parents-swim",
Expand Down Expand Up @@ -276,8 +281,10 @@
"tall-tigers-wait",
"tame-cycles-kneel",
"tame-spies-drum",
"tasty-cheetahs-appear",
"tasty-numbers-perform",
"ten-foxes-repeat",
"ten-jokes-divide",
"ten-peaches-sleep",
"ten-ties-repair",
"ten-worms-reflect",
Expand All @@ -297,6 +304,7 @@
"tidy-buses-whisper",
"tidy-starfishes-allow",
"tiny-kings-whisper",
"tough-radios-punch",
"twelve-dragons-join",
"twelve-onions-juggle",
"twelve-worms-jog",
Expand Down
20 changes: 20 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# svelte

## 5.0.0-next.69

### Patch Changes

- perf: bail early when traversing non-state ([#10654](https://github.com/sveltejs/svelte/pull/10654))

- feat: improve ssr html mismatch validation ([#10658](https://github.com/sveltejs/svelte/pull/10658))

- fix: improve ssr output of dynamic textarea elements ([#10638](https://github.com/sveltejs/svelte/pull/10638))

- fix: improve ssr code generation for class property $derived ([#10661](https://github.com/sveltejs/svelte/pull/10661))

- fix: warn when `$props` rune not called ([#10655](https://github.com/sveltejs/svelte/pull/10655))

- fix: improve derived rune destructuring support ([#10665](https://github.com/sveltejs/svelte/pull/10665))

- feat: allow arbitrary call expressions and optional chaining for snippets ([#10656](https://github.com/sveltejs/svelte/pull/10656))

- fix: add `$set` and `$on` methods in legacy compat mode ([#10642](https://github.com/sveltejs/svelte/pull/10642))

## 5.0.0-next.68

### 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.68",
"version": "5.0.0-next.69",
"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.68';
export const VERSION = '5.0.0-next.69';
export const PUBLIC_VERSION = '5';