Skip to content

Commit 2ef4b92

Browse files
Version Packages (next)
1 parent 999fca9 commit 2ef4b92

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
@@ -116,6 +116,7 @@
116116
"light-pens-watch",
117117
"long-buckets-lay",
118118
"long-crews-return",
119+
"long-lobsters-mate",
119120
"loud-cheetahs-flow",
120121
"loud-ravens-drop",
121122
"lovely-carpets-lick",
@@ -124,6 +125,7 @@
124125
"lucky-schools-hang",
125126
"lucky-toes-begin",
126127
"many-trees-fix",
128+
"mighty-files-hammer",
127129
"moody-frogs-exist",
128130
"moody-owls-cry",
129131
"nasty-lions-double",
@@ -146,6 +148,7 @@
146148
"olive-shirts-complain",
147149
"olive-socks-kick",
148150
"orange-dingos-poke",
151+
"pink-mayflies-tie",
149152
"polite-dolphins-care",
150153
"polite-pumpkins-guess",
151154
"polite-ravens-study",
@@ -183,6 +186,7 @@
183186
"shiny-baboons-play",
184187
"shiny-shrimps-march",
185188
"short-buses-camp",
189+
"silent-apes-report",
186190
"silver-points-approve",
187191
"sixty-items-crash",
188192
"slimy-clouds-talk",

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.52
4+
5+
### Patch Changes
6+
7+
- fix: use hybrid scoping strategy for consistent specificity increase ([#10443](https://github.com/sveltejs/svelte/pull/10443))
8+
9+
- fix: throw validation error when binding to each argument in runes mode ([#10441](https://github.com/sveltejs/svelte/pull/10441))
10+
11+
- fix: make CSS animation declaration transformation more robust ([#10432](https://github.com/sveltejs/svelte/pull/10432))
12+
13+
- fix: handle sole empty expression tags ([#10433](https://github.com/sveltejs/svelte/pull/10433))
14+
315
## 5.0.0-next.51
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.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)