Version Packages (next) (#11296)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11303/head svelte@5.0.0-next.113
github-actions[bot] 3 months ago committed by GitHub
parent 2d378bb762
commit 3866887f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,7 @@
"beige-flies-wash",
"beige-mirrors-listen",
"beige-rabbits-shave",
"beige-seas-share",
"big-cars-serve",
"big-eggs-flash",
"big-eyes-carry",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.113
### Patch Changes
- breaking: disallow binding to component exports in runes mode ([#11238](https://github.com/sveltejs/svelte/pull/11238))
## 5.0.0-next.112
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.112",
"version": "5.0.0-next.113",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.112';
export const VERSION = '5.0.0-next.113';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save