Skip to content

Commit 37b689b

Browse files
Version Packages (next) (#11121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b01af74 commit 37b689b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"blue-ants-raise",
2727
"blue-rules-juggle",
2828
"blue-timers-film",
29+
"brave-gorillas-end",
2930
"brave-points-sleep",
3031
"brave-shrimps-kiss",
3132
"brave-walls-destroy",
@@ -413,6 +414,7 @@
413414
"witty-steaks-dream",
414415
"witty-tomatoes-care",
415416
"witty-years-crash",
416-
"yellow-taxis-double"
417+
"yellow-taxis-double",
418+
"young-masks-refuse"
417419
]
418420
}

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.98
4+
5+
### Patch Changes
6+
7+
- fix: use keys for hmr modules ([#11123](https://github.com/sveltejs/svelte/pull/11123))
8+
9+
- fix: addresses reactive Set bug in certain engines ([#11120](https://github.com/sveltejs/svelte/pull/11120))
10+
311
## 5.0.0-next.97
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.97",
5+
"version": "5.0.0-next.98",
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.97';
9+
export const VERSION = '5.0.0-next.98';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)