Skip to content

Commit 61238d0

Browse files
Version Packages (next) (#11564)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9c680f1 commit 61238d0

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
@@ -29,6 +29,7 @@
2929
"blue-lemons-wait",
3030
"blue-rules-juggle",
3131
"blue-timers-film",
32+
"blue-waves-sneeze",
3233
"brave-carrots-draw",
3334
"brave-gorillas-end",
3435
"brave-points-sleep",
@@ -82,6 +83,7 @@
8283
"cyan-squids-drive",
8384
"dirty-bats-punch",
8485
"dirty-donuts-yell",
86+
"dirty-eyes-itch",
8587
"dirty-garlics-design",
8688
"dirty-tips-add",
8789
"dry-clocks-grow",

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.131
4+
5+
### Patch Changes
6+
7+
- chore: optimise effects ([#11569](https://github.com/sveltejs/svelte/pull/11569))
8+
9+
- fix: ensure all effect cleanup functions are untracked ([#11567](https://github.com/sveltejs/svelte/pull/11567))
10+
311
## 5.0.0-next.130
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.130",
5+
"version": "5.0.0-next.131",
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.130';
9+
export const VERSION = '5.0.0-next.131';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)