Skip to content

Commit 05ac8f4

Browse files
Version Packages (next) (#11260)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0bb49b1 commit 05ac8f4

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

+8
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",
@@ -211,6 +213,7 @@
211213
"lovely-houses-own",
212214
"lovely-items-turn",
213215
"lovely-rules-eat",
216+
"lucky-colts-remember",
214217
"lucky-schools-hang",
215218
"lucky-toes-begin",
216219
"many-rockets-give",
@@ -303,6 +306,7 @@
303306
"selfish-socks-smile",
304307
"selfish-spies-help",
305308
"selfish-tools-hide",
309+
"serious-crabs-punch",
306310
"serious-gorillas-eat",
307311
"serious-kids-deliver",
308312
"serious-needles-joke",
@@ -320,12 +324,14 @@
320324
"sharp-kids-happen",
321325
"sharp-tomatoes-learn",
322326
"shiny-baboons-play",
327+
"shiny-mayflies-clean",
323328
"shiny-rats-heal",
324329
"shiny-shrimps-march",
325330
"short-buses-camp",
326331
"short-countries-rush",
327332
"shy-fishes-drive",
328333
"silent-apes-report",
334+
"silent-hats-stare",
329335
"silly-laws-happen",
330336
"silly-lies-film",
331337
"silly-ways-wash",
@@ -341,6 +347,7 @@
341347
"slow-kids-sparkle",
342348
"slow-plums-chew",
343349
"slow-wombats-reply",
350+
"small-apples-eat",
344351
"small-papayas-laugh",
345352
"small-sheep-type",
346353
"small-spiders-fail",
@@ -404,6 +411,7 @@
404411
"thick-cycles-rule",
405412
"thick-pans-tell",
406413
"thick-shirts-deliver",
414+
"thick-swans-type",
407415
"thin-foxes-lick",
408416
"thirty-flowers-sit",
409417
"thirty-ghosts-fix",

packages/svelte/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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+
- fix: resolve type definition error in `svelte/compiler` ([#11283](https://github.com/sveltejs/svelte/pull/11283))
12+
13+
- feat: include `script` and `svelte:options` attributes in ast ([#11241](https://github.com/sveltejs/svelte/pull/11241))
14+
15+
- fix: only destroy snippets when they have changed ([#11267](https://github.com/sveltejs/svelte/pull/11267))
16+
17+
- fix: add type arguments to Map and Set ([#10820](https://github.com/sveltejs/svelte/pull/10820))
18+
19+
- feat: implement `:global {...}` CSS blocks ([#11276](https://github.com/sveltejs/svelte/pull/11276))
20+
21+
- feat: add read-only `bind:focused` ([#11271](https://github.com/sveltejs/svelte/pull/11271))
22+
323
## 5.0.0-next.110
424

525
### Patch Changes

packages/svelte/package.json

+1-1
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

+1-1
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)