Skip to content

Commit 924f061

Browse files
Version Packages (next) (#10792)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1e653ef commit 924f061

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
@@ -133,6 +133,7 @@
133133
"itchy-lions-wash",
134134
"itchy-terms-guess",
135135
"khaki-cooks-develop",
136+
"khaki-ligers-sing",
136137
"khaki-mails-draw",
137138
"khaki-moose-arrive",
138139
"kind-baboons-approve",
@@ -195,6 +196,7 @@
195196
"olive-socks-kick",
196197
"orange-crews-rescue",
197198
"orange-dingos-poke",
199+
"orange-yaks-protect",
198200
"pink-bikes-agree",
199201
"pink-mayflies-tie",
200202
"polite-dolphins-care",

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.78
4+
5+
### Patch Changes
6+
7+
- fix: invalidate store when mutated inside each block ([#10785](https://github.com/sveltejs/svelte/pull/10785))
8+
9+
- fix: make `set.has(...)` granular for existing properties' ([#10793](https://github.com/sveltejs/svelte/pull/10793))
10+
311
## 5.0.0-next.77
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.77",
5+
"version": "5.0.0-next.78",
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.77';
9+
export const VERSION = '5.0.0-next.78';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)