Skip to content

Commit 7a3a5a8

Browse files
Version Packages (next)
1 parent fd5f5bb commit 7a3a5a8

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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,6 +323,7 @@
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",
@@ -341,6 +345,7 @@
341345
"slow-kids-sparkle",
342346
"slow-plums-chew",
343347
"slow-wombats-reply",
348+
"small-apples-eat",
344349
"small-papayas-laugh",
345350
"small-sheep-type",
346351
"small-spiders-fail",
@@ -404,6 +409,7 @@
404409
"thick-cycles-rule",
405410
"thick-pans-tell",
406411
"thick-shirts-deliver",
412+
"thick-swans-type",
407413
"thin-foxes-lick",
408414
"thirty-flowers-sit",
409415
"thirty-ghosts-fix",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- feat: implement `:global {...}` CSS blocks ([#11276](https://github.com/sveltejs/svelte/pull/11276))
16+
17+
- feat: add read-only `bind:focused` ([#11271](https://github.com/sveltejs/svelte/pull/11271))
18+
319
## 5.0.0-next.110
420

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