Skip to content

Commit 76ddfb3

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

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"cold-cheetahs-judge",
7979
"cold-lamps-accept",
8080
"cold-masks-learn",
81+
"cold-teachers-turn",
8182
"cool-actors-tan",
8283
"cool-ants-leave",
8384
"cool-comics-marry",
@@ -133,6 +134,7 @@
133134
"eighty-lizards-notice",
134135
"eleven-avocados-walk",
135136
"eleven-beers-yell",
137+
"eleven-cows-judge",
136138
"eleven-cycles-applaud",
137139
"eleven-hounds-pump",
138140
"empty-bags-heal",
@@ -157,6 +159,7 @@
157159
"fast-donkeys-pay",
158160
"fast-penguins-matter",
159161
"fast-weeks-clean",
162+
"few-cheetahs-taste",
160163
"few-clouds-shop",
161164
"few-mugs-fail",
162165
"few-teachers-know",
@@ -398,6 +401,7 @@
398401
"pink-bikes-agree",
399402
"pink-goats-promise",
400403
"pink-mayflies-tie",
404+
"plenty-clouds-reply",
401405
"plenty-elephants-fry",
402406
"plenty-starfishes-dress",
403407
"plenty-zoos-fix",
@@ -517,6 +521,7 @@
517521
"slow-plums-chew",
518522
"slow-wombats-reply",
519523
"small-apples-eat",
524+
"small-owls-remain",
520525
"small-papayas-laugh",
521526
"small-sheep-type",
522527
"small-spiders-fail",
@@ -658,9 +663,11 @@
658663
"wet-wombats-repeat",
659664
"wicked-clouds-exercise",
660665
"wicked-doors-train",
666+
"wicked-emus-drive",
661667
"wicked-hairs-cheer",
662668
"wicked-wasps-allow",
663669
"wicked-ways-reply",
670+
"wild-cows-chew",
664671
"wild-foxes-wonder",
665672
"wild-moose-compare",
666673
"wise-apples-care",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.176
4+
5+
### Patch Changes
6+
7+
- fix: correct start of `{:else if}` and `{:else}` ([#12043](https://github.com/sveltejs/svelte/pull/12043))
8+
9+
- fix: reverse parent/child order in invalid HTML warning ([#12336](https://github.com/sveltejs/svelte/pull/12336))
10+
11+
- fix: reorder reactive statements during migration ([#12329](https://github.com/sveltejs/svelte/pull/12329))
12+
13+
- feat: better `<svelte:element>` SSR output ([#12339](https://github.com/sveltejs/svelte/pull/12339))
14+
15+
- chore: align warning and error objects, add frame property ([#12326](https://github.com/sveltejs/svelte/pull/12326))
16+
17+
- fix: ensure `$effect.root` is ignored on the server ([#12332](https://github.com/sveltejs/svelte/pull/12332))
18+
19+
- fix: enable local transitions on `svelte:element` ([#12346](https://github.com/sveltejs/svelte/pull/12346))
20+
321
## 5.0.0-next.175
422

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

0 commit comments

Comments
 (0)