Skip to content

Commit a8e5cc8

Browse files
Version Packages (next) (#9856)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 56de55b commit a8e5cc8

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

+7
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",
@@ -81,10 +82,12 @@
8182
"poor-eggs-enjoy",
8283
"poor-seahorses-flash",
8384
"popular-mangos-rest",
85+
"purple-dragons-peel",
8486
"quiet-camels-mate",
8587
"rare-pears-whisper",
8688
"rich-sheep-burn",
8789
"rich-tables-sing",
90+
"rotten-bags-type",
8891
"rotten-buckets-develop",
8992
"selfish-tools-hide",
9093
"serious-socks-cover",
@@ -96,6 +99,7 @@
9699
"shiny-baboons-play",
97100
"shiny-shrimps-march",
98101
"slimy-clouds-talk",
102+
"slow-chefs-dream",
99103
"small-papayas-laugh",
100104
"smart-parents-swim",
101105
"soft-clocks-remember",
@@ -104,11 +108,13 @@
104108
"sour-rules-march",
105109
"spicy-plums-admire",
106110
"stale-comics-look",
111+
"strong-gifts-smoke",
107112
"strong-lemons-provide",
108113
"sweet-mangos-beg",
109114
"swift-donkeys-perform",
110115
"swift-ravens-hunt",
111116
"swift-seahorses-deliver",
117+
"tall-books-grin",
112118
"tall-shrimps-worry",
113119
"tall-tigers-wait",
114120
"tasty-numbers-perform",
@@ -128,6 +134,7 @@
128134
"wet-games-fly",
129135
"wicked-clouds-exercise",
130136
"wicked-doors-train",
137+
"wise-dancers-hang",
131138
"wise-donkeys-marry",
132139
"witty-camels-warn"
133140
]

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- fix: improve unstate type definition ([#9895](https://github.com/sveltejs/svelte/pull/9895))
10+
11+
- fix: correctly reflect readonly proxy marker ([#9893](https://github.com/sveltejs/svelte/pull/9893))
12+
13+
- chore: improve each block fast-path heuristic ([#9855](https://github.com/sveltejs/svelte/pull/9855))
14+
15+
- fix: improve html tag svg behaviour ([#9894](https://github.com/sveltejs/svelte/pull/9894))
16+
17+
- fix: ensure class constructor values are proxied ([#9888](https://github.com/sveltejs/svelte/pull/9888))
18+
19+
- fix: improve each block index handling ([#9889](https://github.com/sveltejs/svelte/pull/9889))
20+
321
## 5.0.0-next.22
422

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

0 commit comments

Comments
 (0)