Skip to content

Commit 1381d19

Browse files
Version Packages (next) (#10399)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97d3ec2 commit 1381d19

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"forty-peaches-unite",
6868
"four-flies-hammer",
6969
"fresh-weeks-trade",
70+
"friendly-candles-relate",
7071
"friendly-lies-camp",
7172
"funny-wombats-argue",
7273
"gentle-sheep-hug",
@@ -137,6 +138,7 @@
137138
"old-oranges-compete",
138139
"olive-kangaroos-brake",
139140
"olive-shirts-complain",
141+
"olive-socks-kick",
140142
"orange-dingos-poke",
141143
"polite-dolphins-care",
142144
"polite-pumpkins-guess",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.46
4+
5+
### Patch Changes
6+
7+
- fix: allow `let:` directives on slot elements ([#10391](https://github.com/sveltejs/svelte/pull/10391))
8+
9+
- fix: repair each block length mismatches during hydration ([#10398](https://github.com/sveltejs/svelte/pull/10398))
10+
311
## 5.0.0-next.45
412

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

0 commit comments

Comments
 (0)