Skip to content

Commit 6c7a7a4

Browse files
Version Packages (next)
1 parent dcfa503 commit 6c7a7a4

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
@@ -106,6 +106,7 @@
106106
"few-clouds-shop",
107107
"few-mugs-fail",
108108
"few-teachers-know",
109+
"fifty-masks-give",
109110
"fifty-rice-wait",
110111
"fifty-steaks-float",
111112
"five-tigers-search",
@@ -197,6 +198,7 @@
197198
"light-badgers-glow",
198199
"light-days-clean",
199200
"light-humans-hang",
201+
"light-penguins-invent",
200202
"light-pens-watch",
201203
"little-pans-jog",
202204
"long-buckets-lay",
@@ -303,6 +305,7 @@
303305
"selfish-socks-smile",
304306
"selfish-spies-help",
305307
"selfish-tools-hide",
308+
"serious-crabs-punch",
306309
"serious-gorillas-eat",
307310
"serious-kids-deliver",
308311
"serious-needles-joke",
@@ -320,12 +323,14 @@
320323
"sharp-kids-happen",
321324
"sharp-tomatoes-learn",
322325
"shiny-baboons-play",
326+
"shiny-mayflies-clean",
323327
"shiny-rats-heal",
324328
"shiny-shrimps-march",
325329
"short-buses-camp",
326330
"short-countries-rush",
327331
"shy-fishes-drive",
328332
"silent-apes-report",
333+
"silent-hats-stare",
329334
"silly-laws-happen",
330335
"silly-lies-film",
331336
"silly-ways-wash",
@@ -341,6 +346,7 @@
341346
"slow-kids-sparkle",
342347
"slow-plums-chew",
343348
"slow-wombats-reply",
349+
"small-apples-eat",
344350
"small-papayas-laugh",
345351
"small-sheep-type",
346352
"small-spiders-fail",
@@ -404,6 +410,7 @@
404410
"thick-cycles-rule",
405411
"thick-pans-tell",
406412
"thick-shirts-deliver",
413+
"thick-swans-type",
407414
"thin-foxes-lick",
408415
"thirty-flowers-sit",
409416
"thirty-ghosts-fix",

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.111
4+
5+
### Patch Changes
6+
7+
- fix: run render functions for dynamic void elements ([#11258](https://github.com/sveltejs/svelte/pull/11258))
8+
9+
- fix: allow events to continue propagating following an error ([#11263](https://github.com/sveltejs/svelte/pull/11263))
10+
11+
- feat: include `script` and `svelte:options` attributes in ast ([#11241](https://github.com/sveltejs/svelte/pull/11241))
12+
13+
- fix: only destroy snippets when they have changed ([#11267](https://github.com/sveltejs/svelte/pull/11267))
14+
15+
- fix: add type arguments to Map and Set ([#10820](https://github.com/sveltejs/svelte/pull/10820))
16+
17+
- feat: implement `:global {...}` CSS blocks ([#11276](https://github.com/sveltejs/svelte/pull/11276))
18+
19+
- feat: add read-only `bind:focused` ([#11271](https://github.com/sveltejs/svelte/pull/11271))
20+
321
## 5.0.0-next.110
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.110",
5+
"version": "5.0.0-next.111",
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.110';
9+
export const VERSION = '5.0.0-next.111';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)