Skip to content

Commit ae7d734

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

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
@@ -168,6 +168,7 @@
168168
"khaki-ligers-sing",
169169
"khaki-mails-draw",
170170
"khaki-moose-arrive",
171+
"khaki-tomatoes-rule",
171172
"kind-baboons-approve",
172173
"kind-deers-lay",
173174
"kind-dots-sort",
@@ -219,6 +220,7 @@
219220
"neat-dingos-clap",
220221
"neat-files-rescue",
221222
"nervous-spoons-relax",
223+
"nervous-turkeys-end",
222224
"new-boats-wait",
223225
"new-brooms-grin",
224226
"new-rabbits-flow",

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.104
4+
5+
### Patch Changes
6+
7+
- fix: ssr comments in head elements that require raw content ([#10936](https://github.com/sveltejs/svelte/pull/10936))
8+
9+
- fix: improve spreading of attributes ([#11177](https://github.com/sveltejs/svelte/pull/11177))
10+
311
## 5.0.0-next.103
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.103",
5+
"version": "5.0.0-next.104",
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.103';
9+
export const VERSION = '5.0.0-next.104';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)