Skip to content

Commit ce027a4

Browse files
Version Packages (next)
1 parent 088632b commit ce027a4

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
@@ -606,12 +606,14 @@
606606
"wise-kids-wash",
607607
"wise-radios-exercise",
608608
"wise-ties-clap",
609+
"witty-bikes-shave",
609610
"witty-camels-warn",
610611
"witty-readers-provide",
611612
"witty-steaks-dream",
612613
"witty-tomatoes-care",
613614
"witty-years-crash",
614615
"yellow-pugs-raise",
616+
"yellow-rockets-sit",
615617
"yellow-taxis-double",
616618
"yellow-trees-juggle",
617619
"young-ads-roll",

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.153
4+
5+
### Patch Changes
6+
7+
- feat: sort possible bindings in invalid binding error ([#11950](https://github.com/sveltejs/svelte/pull/11950))
8+
9+
- fix: apply style directives to element with empty style attribute ([#11971](https://github.com/sveltejs/svelte/pull/11971))
10+
311
## 5.0.0-next.152
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.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)