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] 2 weeks 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-chefs-dream",
"slow-kids-sparkle",
"slow-ligers-enjoy",
"slow-plums-chew",
"slow-wombats-reply",
"small-apples-eat",

@ -1,5 +1,11 @@
# 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
### Patch Changes

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

Loading…
Cancel
Save