Skip to content

Commit 1111d66

Browse files
Version Packages (next)
1 parent 7238e1d commit 1111d66

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
@@ -56,6 +56,7 @@
5656
"kind-deers-lay",
5757
"kind-eagles-join",
5858
"large-clouds-carry",
59+
"late-crabs-lay",
5960
"lazy-masks-sit",
6061
"lazy-months-knock",
6162
"lazy-spiders-think",
@@ -96,6 +97,7 @@
9697
"shiny-baboons-play",
9798
"shiny-shrimps-march",
9899
"slimy-clouds-talk",
100+
"slow-chefs-dream",
99101
"small-papayas-laugh",
100102
"smart-parents-swim",
101103
"soft-clocks-remember",
@@ -109,6 +111,7 @@
109111
"swift-donkeys-perform",
110112
"swift-ravens-hunt",
111113
"swift-seahorses-deliver",
114+
"tall-books-grin",
112115
"tall-shrimps-worry",
113116
"tall-tigers-wait",
114117
"tasty-numbers-perform",
@@ -128,6 +131,7 @@
128131
"wet-games-fly",
129132
"wicked-clouds-exercise",
130133
"wicked-doors-train",
134+
"wise-dancers-hang",
131135
"wise-donkeys-marry",
132136
"witty-camels-warn"
133137
]

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.23
4+
5+
### Patch Changes
6+
7+
- feat: add `gamepadconnected` and `gamepaddisconnected` events ([#9861](https://github.com/sveltejs/svelte/pull/9861))
8+
9+
- chore: improve each block fast-path heuristic ([#9855](https://github.com/sveltejs/svelte/pull/9855))
10+
11+
- fix: ensure class constructor values are proxied ([#9888](https://github.com/sveltejs/svelte/pull/9888))
12+
13+
- fix: improve each block index handling ([#9889](https://github.com/sveltejs/svelte/pull/9889))
14+
315
## 5.0.0-next.22
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.22",
5+
"version": "5.0.0-next.23",
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.22';
9+
export const VERSION = '5.0.0-next.23';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)