Skip to content

Commit ed60848

Browse files
Version Packages (next) (#12307)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3c002a commit ed60848

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
@@ -521,6 +521,7 @@
521521
"small-sheep-type",
522522
"small-spiders-fail",
523523
"smart-cherries-leave",
524+
"smart-fans-crash",
524525
"smart-grapes-mate",
525526
"smart-parents-swim",
526527
"smart-spiders-fetch",
@@ -647,6 +648,7 @@
647648
"violet-mugs-behave",
648649
"violet-pigs-jam",
649650
"warm-cherries-shake",
651+
"warm-waves-reply",
650652
"weak-drinks-speak",
651653
"weak-frogs-bow",
652654
"weak-terms-destroy",

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.175
4+
5+
### Patch Changes
6+
7+
- fix: correctly compile $effect.root in svelte modules ([#12315](https://github.com/sveltejs/svelte/pull/12315))
8+
9+
- fix: ensure `bind:this` works with component with no return value ([#12290](https://github.com/sveltejs/svelte/pull/12290))
10+
311
## 5.0.0-next.174
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.174",
5+
"version": "5.0.0-next.175",
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.174';
9+
export const VERSION = '5.0.0-next.175';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)