Skip to content

Commit 935c308

Browse files
Version Packages (next)
1 parent 5b2d521 commit 935c308

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
"long-crews-return",
169169
"long-lobsters-mate",
170170
"loud-cheetahs-flow",
171+
"loud-mugs-smile",
171172
"loud-ravens-drop",
172173
"lovely-carpets-lick",
173174
"lovely-houses-own",
@@ -255,6 +256,7 @@
255256
"serious-gorillas-eat",
256257
"serious-kids-deliver",
257258
"serious-needles-joke",
259+
"serious-poems-brake",
258260
"serious-socks-cover",
259261
"serious-zebras-scream",
260262
"seven-deers-jam",

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.89
4+
5+
### Patch Changes
6+
7+
- fix: expose 'svelte/internal' to prevent Vite erroring on startup ([#10987](https://github.com/sveltejs/svelte/pull/10987))
8+
9+
- fix: revert SSR shorthand comments ([#10980](https://github.com/sveltejs/svelte/pull/10980))
10+
311
## 5.0.0-next.88
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.88",
5+
"version": "5.0.0-next.89",
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.88';
9+
export const VERSION = '5.0.0-next.89';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)