Skip to content

Commit 5458ea7

Browse files
Version Packages (next) (#9530)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b0588d7 commit 5458ea7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
"funny-wombats-argue",
2424
"good-pianos-jump",
2525
"honest-icons-change",
26+
"hungry-dots-fry",
2627
"itchy-lions-wash",
2728
"khaki-mails-draw",
2829
"lazy-spiders-think",
2930
"lucky-schools-hang",
3031
"moody-owls-cry",
32+
"odd-needles-joke",
3133
"poor-eggs-enjoy",
3234
"quiet-camels-mate",
3335
"rich-sheep-burn",
@@ -40,6 +42,7 @@
4042
"strong-lemons-provide",
4143
"tall-shrimps-worry",
4244
"thirty-flowers-sit",
45+
"thirty-ghosts-fix",
4346
"tiny-kings-whisper",
4447
"wicked-doors-train"
4548
]

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- chore: more signal perf tuning ([#9531](https://github.com/sveltejs/svelte/pull/9531))
8+
9+
- fix: address intro transition bugs ([#9528](https://github.com/sveltejs/svelte/pull/9528))
10+
11+
- chore: tweak signals for better runtime perf ([#9529](https://github.com/sveltejs/svelte/pull/9529))
12+
313
## 5.0.0-next.6
414

515
### Patch Changes

packages/svelte/package.json

+1-1
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.6",
5+
"version": "5.0.0-next.7",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.6';
9+
export const VERSION = '5.0.0-next.7';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)