Skip to content

Commit d577740

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

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
@@ -97,6 +97,7 @@
9797
"gentle-sheep-hug",
9898
"gentle-spies-happen",
9999
"giant-moons-own",
100+
"giant-planets-shake",
100101
"giant-roses-press",
101102
"good-buses-reply",
102103
"good-cars-visit",
@@ -108,6 +109,7 @@
108109
"green-eggs-approve",
109110
"green-hounds-play",
110111
"green-tigers-judge",
112+
"happy-beds-scream",
111113
"happy-suits-film",
112114
"healthy-planes-vanish",
113115
"heavy-comics-move",

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.71
4+
5+
### Patch Changes
6+
7+
- fix: improve namespace inference when having `{@render}` and `{@html}` tags ([#10631](https://github.com/sveltejs/svelte/pull/10631))
8+
9+
- fix: don't collapse whitespace within text nodes ([#10691](https://github.com/sveltejs/svelte/pull/10691))
10+
311
## 5.0.0-next.70
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.70",
5+
"version": "5.0.0-next.71",
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.70';
9+
export const VERSION = '5.0.0-next.71';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)