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] 4 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-dingos-poke",
"orange-yaks-protect", "orange-yaks-protect",
"pink-bikes-agree", "pink-bikes-agree",
"pink-goats-promise",
"pink-mayflies-tie", "pink-mayflies-tie",
"plenty-starfishes-dress", "plenty-starfishes-dress",
"polite-dolphins-care", "polite-dolphins-care",

@ -1,5 +1,11 @@
# svelte # 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 ## 5.0.0-next.113
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save