Skip to content

Commit f12a5e4

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

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
@@ -58,8 +58,10 @@
5858
"brown-months-flow",
5959
"brown-months-fry",
6060
"brown-spoons-boil",
61+
"brown-turkeys-tap",
6162
"calm-buses-clap",
6263
"calm-cameras-hide",
64+
"calm-clocks-raise",
6365
"calm-pandas-vanish",
6466
"calm-ravens-sneeze",
6567
"chatty-beans-divide",
@@ -686,6 +688,7 @@
686688
"tall-shrimps-worry",
687689
"tall-tigers-wait",
688690
"tame-cycles-kneel",
691+
"tame-dodos-float",
689692
"tame-dots-battle",
690693
"tame-goats-bow",
691694
"tame-spies-drum",

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.221
4+
5+
### Patch Changes
6+
7+
- fix: ensure onwheel is passive by default ([#12837](https://github.com/sveltejs/svelte/pull/12837))
8+
9+
- chore: improve signal perf by using Set rather than array for reactions ([#12831](https://github.com/sveltejs/svelte/pull/12831))
10+
11+
- fix: ensure each key validation occurs for updates ([#12836](https://github.com/sveltejs/svelte/pull/12836))
12+
313
## 5.0.0-next.220
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.220",
5+
"version": "5.0.0-next.221",
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.220';
9+
export const VERSION = '5.0.0-next.221';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)