Skip to content

Commit c60f2e3

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

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"afraid-moose-matter",
1414
"angry-books-jam",
1515
"angry-plums-punch",
16+
"beige-cobras-smoke",
1617
"beige-flies-wash",
1718
"beige-mirrors-listen",
1819
"beige-rabbits-shave",
@@ -63,6 +64,7 @@
6364
"dry-eggs-retire",
6465
"dull-coins-vanish",
6566
"dull-mangos-wave",
67+
"dull-pots-add",
6668
"dull-roses-relate",
6769
"early-ads-tie",
6870
"eight-steaks-shout",
@@ -166,6 +168,7 @@
166168
"lucky-schools-hang",
167169
"lucky-toes-begin",
168170
"many-trees-fix",
171+
"mighty-cooks-scream",
169172
"mighty-files-hammer",
170173
"moody-carrots-lay",
171174
"moody-frogs-exist",
@@ -192,6 +195,7 @@
192195
"old-mails-sneeze",
193196
"old-oranges-compete",
194197
"olive-kangaroos-brake",
198+
"olive-mice-fix",
195199
"olive-seals-sell",
196200
"olive-shirts-complain",
197201
"olive-socks-kick",
@@ -233,6 +237,7 @@
233237
"rotten-rules-invite",
234238
"rude-ghosts-tickle",
235239
"selfish-dragons-knock",
240+
"selfish-spies-help",
236241
"selfish-tools-hide",
237242
"serious-kids-deliver",
238243
"serious-needles-joke",
@@ -265,6 +270,7 @@
265270
"small-papayas-laugh",
266271
"small-sheep-type",
267272
"smart-parents-swim",
273+
"smart-turkeys-tell",
268274
"smart-zebras-pay",
269275
"smooth-rings-rush",
270276
"soft-clocks-remember",
@@ -306,6 +312,7 @@
306312
"tasty-cheetahs-appear",
307313
"tasty-numbers-perform",
308314
"tasty-steaks-smile",
315+
"ten-eels-move",
309316
"ten-foxes-repeat",
310317
"ten-jokes-divide",
311318
"ten-peaches-sleep",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.81
4+
5+
### Patch Changes
6+
7+
- feat: add support for webkitdirectory DOM boolean attribute ([#10847](https://github.com/sveltejs/svelte/pull/10847))
8+
9+
- fix: don't override instance methods during legacy class creation ([#10834](https://github.com/sveltejs/svelte/pull/10834))
10+
11+
- fix: adjust scope parent for named slots ([#10843](https://github.com/sveltejs/svelte/pull/10843))
12+
13+
- fix: improve handling of unowned derived signals ([#10842](https://github.com/sveltejs/svelte/pull/10842))
14+
15+
- fix: improve element class attribute behaviour ([#10856](https://github.com/sveltejs/svelte/pull/10856))
16+
17+
- fix: ensure select value is updated upon select option removal ([#10846](https://github.com/sveltejs/svelte/pull/10846))
18+
19+
- fix: ensure capture events don't call delegated events ([#10831](https://github.com/sveltejs/svelte/pull/10831))
20+
321
## 5.0.0-next.80
422

523
### 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.80",
5+
"version": "5.0.0-next.81",
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.80';
9+
export const VERSION = '5.0.0-next.81';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)