Skip to content

Commit 0f203d9

Browse files
Version Packages (next)
1 parent c39805d commit 0f203d9

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -318,6 +319,7 @@
318319
"neat-boats-shake",
319320
"neat-dingos-clap",
320321
"neat-files-rescue",
322+
"neat-jokes-beam",
321323
"nervous-berries-boil",
322324
"nervous-spoons-relax",
323325
"nervous-turkeys-end",
@@ -534,6 +536,7 @@
534536
"ten-jokes-divide",
535537
"ten-peaches-sleep",
536538
"ten-singers-cough",
539+
"ten-teachers-travel",
537540
"ten-ties-repair",
538541
"ten-worms-reflect",
539542
"tender-rocks-walk",
@@ -606,12 +609,14 @@
606609
"wise-kids-wash",
607610
"wise-radios-exercise",
608611
"wise-ties-clap",
612+
"witty-bikes-shave",
609613
"witty-camels-warn",
610614
"witty-readers-provide",
611615
"witty-steaks-dream",
612616
"witty-tomatoes-care",
613617
"witty-years-crash",
614618
"yellow-pugs-raise",
619+
"yellow-rockets-sit",
615620
"yellow-taxis-double",
616621
"yellow-trees-juggle",
617622
"young-ads-roll",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
- fix: enusre dev validation in dynamic component works as intended ([#11985](https://github.com/sveltejs/svelte/pull/11985))
10+
11+
- feat: detach inert effects ([#11955](https://github.com/sveltejs/svelte/pull/11955))
12+
13+
- feat: sort possible bindings in invalid binding error ([#11950](https://github.com/sveltejs/svelte/pull/11950))
14+
15+
- fix: apply style directives to element with empty style attribute ([#11971](https://github.com/sveltejs/svelte/pull/11971))
16+
317
## 5.0.0-next.152
418

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