Skip to content

Commit 6599be7

Browse files
Version Packages (next)
1 parent 5dd9951 commit 6599be7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"lucky-schools-hang",
125125
"lucky-toes-begin",
126126
"many-trees-fix",
127+
"mighty-files-hammer",
127128
"moody-frogs-exist",
128129
"moody-owls-cry",
129130
"nasty-lions-double",
@@ -146,6 +147,7 @@
146147
"olive-shirts-complain",
147148
"olive-socks-kick",
148149
"orange-dingos-poke",
150+
"pink-mayflies-tie",
149151
"polite-dolphins-care",
150152
"polite-pumpkins-guess",
151153
"polite-ravens-study",
@@ -183,6 +185,7 @@
183185
"shiny-baboons-play",
184186
"shiny-shrimps-march",
185187
"short-buses-camp",
188+
"silent-apes-report",
186189
"silver-points-approve",
187190
"sixty-items-crash",
188191
"slimy-clouds-talk",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.52
4+
5+
### Patch Changes
6+
7+
- fix: throw validation error when binding to each argument in runes mode ([#10441](https://github.com/sveltejs/svelte/pull/10441))
8+
9+
- fix: make CSS animation declaration transformation more robust ([#10432](https://github.com/sveltejs/svelte/pull/10432))
10+
11+
- fix: handle sole empty expression tags ([#10433](https://github.com/sveltejs/svelte/pull/10433))
12+
313
## 5.0.0-next.51
414

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

0 commit comments

Comments
 (0)