Skip to content

Commit 092370b

Browse files
Version Packages (next) (#10112)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 527d099 commit 092370b

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"chilled-pumas-invite",
2121
"chilly-dolphins-lick",
2222
"clean-eels-beg",
23+
"clever-chefs-relate",
2324
"clever-rockets-burn",
2425
"cold-birds-own",
2526
"cool-ants-leave",
@@ -66,6 +67,7 @@
6667
"itchy-beans-melt",
6768
"itchy-kings-deliver",
6869
"itchy-lions-wash",
70+
"itchy-terms-guess",
6971
"khaki-mails-draw",
7072
"khaki-moose-arrive",
7173
"kind-deers-lay",
@@ -98,6 +100,7 @@
98100
"old-houses-drum",
99101
"old-mails-sneeze",
100102
"old-oranges-compete",
103+
"olive-kangaroos-brake",
101104
"orange-dingos-poke",
102105
"polite-dolphins-care",
103106
"polite-pumpkins-guess",
@@ -125,6 +128,7 @@
125128
"shiny-baboons-play",
126129
"shiny-shrimps-march",
127130
"slimy-clouds-talk",
131+
"slimy-walls-draw",
128132
"slow-chefs-dream",
129133
"small-papayas-laugh",
130134
"smart-parents-swim",
@@ -134,6 +138,7 @@
134138
"sour-forks-stare",
135139
"sour-rules-march",
136140
"spicy-plums-admire",
141+
"stale-books-perform",
137142
"stale-comics-look",
138143
"strong-gifts-smoke",
139144
"strong-lemons-provide",
@@ -156,6 +161,7 @@
156161
"thirty-impalas-repair",
157162
"thirty-wombats-relax",
158163
"three-suits-grin",
164+
"tidy-buses-whisper",
159165
"tiny-kings-whisper",
160166
"twelve-dragons-join",
161167
"twelve-onions-juggle",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# svelte
22

3+
## 5.0.0-next.30
4+
5+
### Patch Changes
6+
7+
- fix: allow transition undefined payload ([#10117](https://github.com/sveltejs/svelte/pull/10117))
8+
9+
- fix: apply key animations on proxied arrays ([#10113](https://github.com/sveltejs/svelte/pull/10113))
10+
11+
- fix: improve internal signal dependency checking logic ([#10111](https://github.com/sveltejs/svelte/pull/10111))
12+
13+
- fix: correctly call exported state ([#10114](https://github.com/sveltejs/svelte/pull/10114))
14+
15+
- fix: take into account setters when spreading and binding ([#10091](https://github.com/sveltejs/svelte/pull/10091))
16+
17+
- fix: transform `{@render ...}` expression ([#10116](https://github.com/sveltejs/svelte/pull/10116))
18+
319
## 5.0.0-next.29
420

521
### 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.29",
5+
"version": "5.0.0-next.30",
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.29';
9+
export const VERSION = '5.0.0-next.30';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)