Skip to content

Commit 07044b3

Browse files
Version Packages (next)
1 parent e5c840c commit 07044b3

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
@@ -215,6 +215,7 @@
215215
"five-suns-roll",
216216
"five-tigers-search",
217217
"flat-feet-visit",
218+
"flat-flies-know",
218219
"flat-ghosts-fly",
219220
"flat-melons-protect",
220221
"flat-olives-live",
@@ -336,6 +337,7 @@
336337
"hot-cooks-repair",
337338
"hot-jobs-tap",
338339
"hot-kangaroos-invite",
340+
"hot-peaches-clean",
339341
"hot-rivers-punch",
340342
"hot-sloths-clap",
341343
"hot-tips-appear",

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.246
4+
5+
### Patch Changes
6+
7+
- fix: allow custom element events on slot to bubble inside custom element ([#13222](https://github.com/sveltejs/svelte/pull/13222))
8+
9+
- fix: add missing `autocomplete` attribute tokens ([#13229](https://github.com/sveltejs/svelte/pull/13229))
10+
311
## 5.0.0-next.245
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.245",
5+
"version": "5.0.0-next.246",
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.245';
9+
export const VERSION = '5.0.0-next.246';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)