Version Packages (next) (#11800)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11802/head svelte@5.0.0-next.143
github-actions[bot] 7 months ago committed by GitHub
parent 8c66b64e6b
commit d1a14ef147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -199,6 +199,7 @@
"healthy-ants-film", "healthy-ants-film",
"healthy-planes-vanish", "healthy-planes-vanish",
"heavy-comics-move", "heavy-comics-move",
"heavy-doors-applaud",
"heavy-ducks-leave", "heavy-ducks-leave",
"heavy-ears-rule", "heavy-ears-rule",
"hip-balloons-begin", "hip-balloons-begin",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.143
### Patch Changes
- feat: provide `Component` type that represents the new shape of Svelte components ([#11775](https://github.com/sveltejs/svelte/pull/11775))
## 5.0.0-next.142 ## 5.0.0-next.142
### 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.142", "version": "5.0.0-next.143",
"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.142'; export const VERSION = '5.0.0-next.143';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save