Skip to content

Commit ee1a3df

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

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
@@ -382,6 +382,7 @@
382382
"mighty-shoes-nail",
383383
"modern-apricots-promise",
384384
"modern-fishes-double",
385+
"modern-peaches-cheer",
385386
"moody-carrots-lay",
386387
"moody-frogs-exist",
387388
"moody-ghosts-buy",
@@ -747,6 +748,7 @@
747748
"wild-cows-chew",
748749
"wild-foxes-wonder",
749750
"wild-moose-compare",
751+
"wild-poems-design",
750752
"wise-apples-care",
751753
"wise-dancers-hang",
752754
"wise-dodos-tell",

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.202
4+
5+
### Patch Changes
6+
7+
- fix: remove implicit passive behavior from OnDirective events ([#12645](https://github.com/sveltejs/svelte/pull/12645))
8+
9+
- fix: always set draggable through `setAttribute` to avoid weird behavior ([#12649](https://github.com/sveltejs/svelte/pull/12649))
10+
311
## 5.0.0-next.201
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.201",
5+
"version": "5.0.0-next.202",
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.201';
9+
export const VERSION = '5.0.0-next.202';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)