Skip to content

Commit a686868

Browse files
Version Packages (next)
1 parent daa1917 commit a686868

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -85,6 +86,7 @@
8586
"rare-pears-whisper",
8687
"rich-sheep-burn",
8788
"rich-tables-sing",
89+
"rotten-bags-type",
8890
"rotten-buckets-develop",
8991
"selfish-tools-hide",
9092
"serious-socks-cover",
@@ -96,6 +98,7 @@
9698
"shiny-baboons-play",
9799
"shiny-shrimps-march",
98100
"slimy-clouds-talk",
101+
"slow-chefs-dream",
99102
"small-papayas-laugh",
100103
"smart-parents-swim",
101104
"soft-clocks-remember",
@@ -104,11 +107,13 @@
104107
"sour-rules-march",
105108
"spicy-plums-admire",
106109
"stale-comics-look",
110+
"strong-gifts-smoke",
107111
"strong-lemons-provide",
108112
"sweet-mangos-beg",
109113
"swift-donkeys-perform",
110114
"swift-ravens-hunt",
111115
"swift-seahorses-deliver",
116+
"tall-books-grin",
112117
"tall-shrimps-worry",
113118
"tall-tigers-wait",
114119
"tasty-numbers-perform",
@@ -128,6 +133,7 @@
128133
"wet-games-fly",
129134
"wicked-clouds-exercise",
130135
"wicked-doors-train",
136+
"wise-dancers-hang",
131137
"wise-donkeys-marry",
132138
"witty-camels-warn"
133139
]

packages/svelte/CHANGELOG.md

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

521
### 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)