Skip to content

Commit 04f796d

Browse files
Version Packages (next)
1 parent 2be6d43 commit 04f796d

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
"kind-spoons-return",
260260
"large-clouds-carry",
261261
"large-turkeys-deny",
262+
"late-bees-vanish",
262263
"late-crabs-lay",
263264
"late-grapes-judge",
264265
"late-peaches-mate",
@@ -606,12 +607,14 @@
606607
"wise-kids-wash",
607608
"wise-radios-exercise",
608609
"wise-ties-clap",
610+
"witty-bikes-shave",
609611
"witty-camels-warn",
610612
"witty-readers-provide",
611613
"witty-steaks-dream",
612614
"witty-tomatoes-care",
613615
"witty-years-crash",
614616
"yellow-pugs-raise",
617+
"yellow-rockets-sit",
615618
"yellow-taxis-double",
616619
"yellow-trees-juggle",
617620
"young-ads-roll",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.153
4+
5+
### Patch Changes
6+
7+
- feat: defer tasks without creating effects ([#11960](https://github.com/sveltejs/svelte/pull/11960))
8+
9+
- feat: sort possible bindings in invalid binding error ([#11950](https://github.com/sveltejs/svelte/pull/11950))
10+
11+
- fix: apply style directives to element with empty style attribute ([#11971](https://github.com/sveltejs/svelte/pull/11971))
12+
313
## 5.0.0-next.152
414

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

0 commit comments

Comments
 (0)