Skip to content

Commit dfac935

Browse files
Version Packages (next)
1 parent bdd63c8 commit dfac935

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
@@ -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",

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.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+
313
## 5.0.0-next.22
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.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)