Skip to content

Commit 04df7b0

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

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
"eighty-bugs-fetch",
164164
"eighty-days-cheat",
165165
"eighty-days-wave",
166+
"eighty-dragons-search",
166167
"eighty-lizards-notice",
167168
"eighty-mails-develop",
168169
"eleven-avocados-walk",
@@ -215,6 +216,7 @@
215216
"five-suns-roll",
216217
"five-tigers-search",
217218
"flat-feet-visit",
219+
"flat-flies-know",
218220
"flat-ghosts-fly",
219221
"flat-melons-protect",
220222
"flat-olives-live",
@@ -336,6 +338,7 @@
336338
"hot-cooks-repair",
337339
"hot-jobs-tap",
338340
"hot-kangaroos-invite",
341+
"hot-peaches-clean",
339342
"hot-rivers-punch",
340343
"hot-sloths-clap",
341344
"hot-tips-appear",
@@ -854,6 +857,7 @@
854857
"unlucky-points-clap",
855858
"unlucky-steaks-warn",
856859
"unlucky-trees-lick",
860+
"violet-bats-brake",
857861
"violet-mails-trade",
858862
"violet-mugs-behave",
859863
"violet-otters-carry",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.0.0-next.246
4+
5+
### Patch Changes
6+
7+
- perf: inline module variables into template ([#13075](https://github.com/sveltejs/svelte/pull/13075))
8+
9+
- fix: allow custom element events on slot to bubble inside custom element ([#13222](https://github.com/sveltejs/svelte/pull/13222))
10+
11+
- fix: add missing `autocomplete` attribute tokens ([#13229](https://github.com/sveltejs/svelte/pull/13229))
12+
13+
- feat: add infinite loop effect callstack ([#13231](https://github.com/sveltejs/svelte/pull/13231))
14+
315
## 5.0.0-next.245
416

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