Skip to content

Commit c79cd62

Browse files
github-actions[bot]trueadm
authored andcommitted
Version Packages (next) (#12443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ace523 commit c79cd62

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"fresh-impalas-bow",
193193
"fresh-walls-bathe",
194194
"fresh-weeks-trade",
195+
"fresh-wombats-learn",
195196
"friendly-candles-relate",
196197
"friendly-clouds-rhyme",
197198
"friendly-lies-camp",
@@ -211,6 +212,7 @@
211212
"gentle-trees-exercise",
212213
"gentle-wasps-pull",
213214
"giant-bananas-turn",
215+
"giant-jars-applaud",
214216
"giant-moons-own",
215217
"giant-planets-shake",
216218
"giant-plants-grin",
@@ -410,6 +412,7 @@
410412
"orange-yaks-protect",
411413
"orange-zoos-heal",
412414
"perfect-actors-bake",
415+
"perfect-hats-dance",
413416
"pink-bikes-agree",
414417
"pink-goats-promise",
415418
"pink-mayflies-tie",
@@ -631,6 +634,7 @@
631634
"thin-foxes-lick",
632635
"thin-spoons-float",
633636
"thin-years-rhyme",
637+
"thirty-dogs-whisper",
634638
"thirty-flies-push",
635639
"thirty-flowers-sit",
636640
"thirty-ghosts-fix",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.185
4+
5+
### Patch Changes
6+
7+
- fix: allow leading and trailing comments in mustache expression ([#11866](https://github.com/sveltejs/svelte/pull/11866))
8+
9+
- fix: ensure hydration walks all nodes ([#12448](https://github.com/sveltejs/svelte/pull/12448))
10+
11+
- fix: prevent whitespaces merging across component boundaries ([#12449](https://github.com/sveltejs/svelte/pull/12449))
12+
13+
- fix: detect mutations within assignment expressions ([#12429](https://github.com/sveltejs/svelte/pull/12429))
14+
315
## 5.0.0-next.184
416

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

0 commit comments

Comments
 (0)