Skip to content

Commit 442f2d7

Browse files
Version Packages (next) (#10983)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b119600 commit 442f2d7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 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",
@@ -272,6 +274,7 @@
272274
"short-countries-rush",
273275
"silent-apes-report",
274276
"silly-laws-happen",
277+
"silly-lies-film",
275278
"silly-ways-wash",
276279
"silver-points-approve",
277280
"sixty-items-crash",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
11+
- fix: child effects are removed from parent branches ([#10985](https://github.com/sveltejs/svelte/pull/10985))
12+
313
## 5.0.0-next.88
414

515
### 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)