Skip to content

Commit 66d540d

Browse files
Version Packages (next) (#9642)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7f237c2 commit 66d540d

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"afraid-moose-matter",
1313
"brave-walls-destroy",
1414
"brown-spoons-boil",
15+
"chilled-pumas-invite",
1516
"chilly-dolphins-lick",
1617
"clean-eels-beg",
1718
"cold-birds-own",
@@ -39,6 +40,7 @@
3940
"lazy-spiders-think",
4041
"long-crews-return",
4142
"lovely-items-turn",
43+
"lovely-rules-eat",
4244
"lucky-schools-hang",
4345
"moody-frogs-exist",
4446
"moody-owls-cry",
@@ -64,6 +66,7 @@
6466
"thirty-flowers-sit",
6567
"thirty-ghosts-fix",
6668
"thirty-impalas-repair",
69+
"thirty-wombats-relax",
6770
"tiny-kings-whisper",
6871
"two-falcons-buy",
6972
"wet-games-fly",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.13
4+
5+
### Patch Changes
6+
7+
- fix: apply keyed validation only for keyed each ([#9641](https://github.com/sveltejs/svelte/pull/9641))
8+
9+
- fix: omit this bind this arg if we know it's not a signal ([#9635](https://github.com/sveltejs/svelte/pull/9635))
10+
11+
- fix: improve each block index handling ([#9644](https://github.com/sveltejs/svelte/pull/9644))
12+
313
## 5.0.0-next.12
414

515
### Patch Changes

packages/svelte/package.json

+1-1
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.12",
5+
"version": "5.0.0-next.13",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.12';
9+
export const VERSION = '5.0.0-next.13';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)