Skip to content

Commit 2af9b19

Browse files
Version Packages (next) (#13074)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0203eb3 commit 2af9b19

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
@@ -500,6 +500,7 @@
500500
"orange-dingos-poke",
501501
"orange-laws-drop",
502502
"orange-masks-exercise",
503+
"orange-sheep-exist",
503504
"orange-yaks-protect",
504505
"orange-zoos-heal",
505506
"perfect-actors-bake",
@@ -562,6 +563,7 @@
562563
"red-doors-own",
563564
"red-feet-worry",
564565
"red-kings-draw",
566+
"red-maps-nail",
565567
"red-poets-study",
566568
"red-pots-pretend",
567569
"rich-cobras-exist",

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.242
4+
5+
### Patch Changes
6+
7+
- fix: insert comment before text in an each block, to prevent glued nodes ([#13073](https://github.com/sveltejs/svelte/pull/13073))
8+
9+
- feat: better generated each block code in SSR mode ([#13060](https://github.com/sveltejs/svelte/pull/13060))
10+
311
## 5.0.0-next.241
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.241",
5+
"version": "5.0.0-next.242",
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.241';
9+
export const VERSION = '5.0.0-next.242';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)