Skip to content

Commit 1d05cb0

Browse files
Version Packages (next)
1 parent b3d185d commit 1d05cb0

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
@@ -66,6 +66,7 @@
6666
"itchy-beans-melt",
6767
"itchy-kings-deliver",
6868
"itchy-lions-wash",
69+
"itchy-terms-guess",
6970
"khaki-mails-draw",
7071
"khaki-moose-arrive",
7172
"kind-deers-lay",
@@ -98,6 +99,7 @@
9899
"old-houses-drum",
99100
"old-mails-sneeze",
100101
"old-oranges-compete",
102+
"olive-kangaroos-brake",
101103
"orange-dingos-poke",
102104
"polite-dolphins-care",
103105
"polite-pumpkins-guess",
@@ -125,6 +127,7 @@
125127
"shiny-baboons-play",
126128
"shiny-shrimps-march",
127129
"slimy-clouds-talk",
130+
"slimy-walls-draw",
128131
"slow-chefs-dream",
129132
"small-papayas-laugh",
130133
"smart-parents-swim",
@@ -134,6 +137,7 @@
134137
"sour-forks-stare",
135138
"sour-rules-march",
136139
"spicy-plums-admire",
140+
"stale-books-perform",
137141
"stale-comics-look",
138142
"strong-gifts-smoke",
139143
"strong-lemons-provide",

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.30
4+
5+
### Patch Changes
6+
7+
- fix: apply key animations on proxied arrays ([#10113](https://github.com/sveltejs/svelte/pull/10113))
8+
9+
- fix: improve internal signal dependency checking logic ([#10111](https://github.com/sveltejs/svelte/pull/10111))
10+
11+
- fix: correctly call exported state ([#10114](https://github.com/sveltejs/svelte/pull/10114))
12+
13+
- fix: take into account setters when spreading and binding ([#10091](https://github.com/sveltejs/svelte/pull/10091))
14+
315
## 5.0.0-next.29
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.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)