Skip to content

Commit 662eda4

Browse files
Version Packages (next) (#10568)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8613a6f commit 662eda4

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
@@ -189,7 +189,9 @@
189189
"real-guests-do",
190190
"real-items-suffer",
191191
"red-doors-own",
192+
"red-feet-worry",
192193
"rich-cobras-exist",
194+
"rich-olives-yell",
193195
"rich-sheep-burn",
194196
"rich-tables-sing",
195197
"rich-waves-mix",
@@ -279,6 +281,7 @@
279281
"tiny-kings-whisper",
280282
"twelve-dragons-join",
281283
"twelve-onions-juggle",
284+
"twelve-worms-jog",
282285
"two-dragons-yell",
283286
"two-falcons-buy",
284287
"unlucky-boxes-obey",

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.62
4+
5+
### Patch Changes
6+
7+
- feat: allow state/derived/props to be explicitly exported from components ([#10523](https://github.com/sveltejs/svelte/pull/10523))
8+
9+
- fix: replace proxy-based readonly validation with stack-trace-based ownership tracking ([#10464](https://github.com/sveltejs/svelte/pull/10464))
10+
11+
- fix: correct context applied to batch_inspect ([#10569](https://github.com/sveltejs/svelte/pull/10569))
12+
313
## 5.0.0-next.61
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.61",
5+
"version": "5.0.0-next.62",
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.61';
9+
export const VERSION = '5.0.0-next.62';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)