Skip to content

Commit a43f015

Browse files
Version Packages (next)
1 parent 6a89a8f commit a43f015

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

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