Version Packages (next) (#11034)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11037/head svelte@5.0.0-next.92
github-actions[bot] 1 year ago committed by GitHub
parent 3254d2e22f
commit 2a1d3c6e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -384,6 +384,7 @@
"wicked-doors-train", "wicked-doors-train",
"wicked-hairs-cheer", "wicked-hairs-cheer",
"wild-foxes-wonder", "wild-foxes-wonder",
"wild-moose-compare",
"wise-apples-care", "wise-apples-care",
"wise-dancers-hang", "wise-dancers-hang",
"wise-dodos-tell", "wise-dodos-tell",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.92
### Patch Changes
- fix: include compiler/package.json in package ([#11033](https://github.com/sveltejs/svelte/pull/11033))
## 5.0.0-next.91 ## 5.0.0-next.91
### 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.91", "version": "5.0.0-next.92",
"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.91'; export const VERSION = '5.0.0-next.92';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save