Version Packages (next) (#12072)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12075/head svelte@5.0.0-next.158
github-actions[bot] 4 months ago committed by GitHub
parent 8388c4d90e
commit cabdf97469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -480,6 +480,7 @@
"slow-beds-shave", "slow-beds-shave",
"slow-chefs-dream", "slow-chefs-dream",
"slow-kids-sparkle", "slow-kids-sparkle",
"slow-ligers-enjoy",
"slow-plums-chew", "slow-plums-chew",
"slow-wombats-reply", "slow-wombats-reply",
"small-apples-eat", "small-apples-eat",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.158
### Patch Changes
- fix: adjust module declaration to work around language tools bug ([#12071](https://github.com/sveltejs/svelte/pull/12071))
## 5.0.0-next.157 ## 5.0.0-next.157
### 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.157", "version": "5.0.0-next.158",
"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.157'; export const VERSION = '5.0.0-next.158';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save