Skip to content

Commit 83ee0f0

Browse files
Version Packages (next)
1 parent 11c7cd5 commit 83ee0f0

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
"selfish-socks-smile",
304304
"selfish-spies-help",
305305
"selfish-tools-hide",
306+
"serious-crabs-punch",
306307
"serious-gorillas-eat",
307308
"serious-kids-deliver",
308309
"serious-needles-joke",
@@ -404,6 +405,7 @@
404405
"thick-cycles-rule",
405406
"thick-pans-tell",
406407
"thick-shirts-deliver",
408+
"thick-swans-type",
407409
"thin-foxes-lick",
408410
"thirty-flowers-sit",
409411
"thirty-ghosts-fix",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.111
4+
5+
### Patch Changes
6+
7+
- feat: include `script` and `svelte:options` attributes in ast ([#11241](https://github.com/sveltejs/svelte/pull/11241))
8+
9+
- feat: add read-only `bind:focused` ([#11271](https://github.com/sveltejs/svelte/pull/11271))
10+
311
## 5.0.0-next.110
412

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