Skip to content

Commit 9cee83c

Browse files
Version Packages (next) (#10457)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4942d6b commit 9cee83c

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
@@ -17,6 +17,7 @@
1717
"beige-rabbits-shave",
1818
"big-cars-serve",
1919
"big-eyes-carry",
20+
"big-geese-act",
2021
"blue-timers-film",
2122
"brave-shrimps-kiss",
2223
"brave-walls-destroy",
@@ -38,6 +39,7 @@
3839
"curvy-cups-cough",
3940
"curvy-ties-shout",
4041
"cyan-flowers-destroy",
42+
"cyan-spies-grin",
4143
"dirty-bats-punch",
4244
"dirty-garlics-design",
4345
"dirty-tips-add",
@@ -147,6 +149,7 @@
147149
"olive-seals-sell",
148150
"olive-shirts-complain",
149151
"olive-socks-kick",
152+
"orange-crews-rescue",
150153
"orange-dingos-poke",
151154
"pink-mayflies-tie",
152155
"polite-dolphins-care",
@@ -205,6 +208,7 @@
205208
"sour-forks-stare",
206209
"sour-rules-march",
207210
"sour-weeks-fix",
211+
"spicy-jeans-deliver",
208212
"spicy-plums-admire",
209213
"spotty-pens-agree",
210214
"spotty-spiders-compare",

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.53
4+
5+
### Patch Changes
6+
7+
- fix: only throw bind error when not passing a value ([#10090](https://github.com/sveltejs/svelte/pull/10090))
8+
9+
- fix: improve global transition handling of effect cleardown ([#10469](https://github.com/sveltejs/svelte/pull/10469))
10+
11+
- fix: improve handling of object property deletions ([#10456](https://github.com/sveltejs/svelte/pull/10456))
12+
13+
- fix: ensure inspect fires on prop changes ([#10468](https://github.com/sveltejs/svelte/pull/10468))
14+
315
## 5.0.0-next.52
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.52",
5+
"version": "5.0.0-next.53",
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.52';
9+
export const VERSION = '5.0.0-next.53';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)