Version Packages (next) (#11307)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix-playground svelte@5.0.0-next.114
github-actions[bot] 3 months ago committed by GitHub
parent eea5c8ff95
commit 880886061d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -262,6 +262,7 @@
"orange-dingos-poke",
"orange-yaks-protect",
"pink-bikes-agree",
"pink-goats-promise",
"pink-mayflies-tie",
"plenty-starfishes-dress",
"polite-dolphins-care",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.114
### Patch Changes
- feat: introduce types to express bindability ([#11225](https://github.com/sveltejs/svelte/pull/11225))
## 5.0.0-next.113
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.113",
"version": "5.0.0-next.114",
"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.113';
export const VERSION = '5.0.0-next.114';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save