Skip to content

Version Packages (next) #10457

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 13, 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 @@ -17,6 +17,7 @@
"beige-rabbits-shave",
"big-cars-serve",
"big-eyes-carry",
"big-geese-act",
"blue-timers-film",
"brave-shrimps-kiss",
"brave-walls-destroy",
Expand All @@ -38,6 +39,7 @@
"curvy-cups-cough",
"curvy-ties-shout",
"cyan-flowers-destroy",
"cyan-spies-grin",
"dirty-bats-punch",
"dirty-garlics-design",
"dirty-tips-add",
Expand Down Expand Up @@ -147,6 +149,7 @@
"olive-seals-sell",
"olive-shirts-complain",
"olive-socks-kick",
"orange-crews-rescue",
"orange-dingos-poke",
"pink-mayflies-tie",
"polite-dolphins-care",
Expand Down Expand Up @@ -205,6 +208,7 @@
"sour-forks-stare",
"sour-rules-march",
"sour-weeks-fix",
"spicy-jeans-deliver",
"spicy-plums-admire",
"spotty-pens-agree",
"spotty-spiders-compare",
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.53

### Patch Changes

- fix: only throw bind error when not passing a value ([#10090](https://github.com/sveltejs/svelte/pull/10090))

- fix: improve global transition handling of effect cleardown ([#10469](https://github.com/sveltejs/svelte/pull/10469))

- fix: improve handling of object property deletions ([#10456](https://github.com/sveltejs/svelte/pull/10456))

- fix: ensure inspect fires on prop changes ([#10468](https://github.com/sveltejs/svelte/pull/10468))

## 5.0.0-next.52

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