Skip to content

Commit 59f4feb

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

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
@@ -123,6 +123,7 @@
123123
"flat-melons-protect",
124124
"fluffy-dolls-share",
125125
"fluffy-humans-worry",
126+
"fluffy-ravens-juggle",
126127
"forty-comics-invent",
127128
"forty-dogs-divide",
128129
"forty-dolls-wave",
@@ -339,6 +340,7 @@
339340
"selfish-tools-hide",
340341
"serious-bobcats-carry",
341342
"serious-crabs-punch",
343+
"serious-goats-tap",
342344
"serious-gorillas-eat",
343345
"serious-kids-deliver",
344346
"serious-needles-joke",
@@ -485,6 +487,7 @@
485487
"weak-frogs-bow",
486488
"weak-terms-destroy",
487489
"wet-games-fly",
490+
"wet-pears-remain",
488491
"wet-wombats-repeat",
489492
"wicked-clouds-exercise",
490493
"wicked-doors-train",

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.126
4+
5+
### Patch Changes
6+
7+
- fix: improve behaviour of unowned derived signals ([#11521](https://github.com/sveltejs/svelte/pull/11521))
8+
9+
- fix: make `$effect.active()` true when updating deriveds ([#11500](https://github.com/sveltejs/svelte/pull/11500))
10+
11+
- fix: skip parent element validation for snippet contents ([#11463](https://github.com/sveltejs/svelte/pull/11463))
12+
313
## 5.0.0-next.125
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.125",
5+
"version": "5.0.0-next.126",
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.125';
9+
export const VERSION = '5.0.0-next.126';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)