Version Packages (next) (#12256)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12265/head svelte@5.0.0-next.170
github-actions[bot] 6 months ago committed by GitHub
parent 919acadc35
commit dcc7ed4cc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -184,6 +184,7 @@
"fresh-walls-bathe",
"fresh-weeks-trade",
"friendly-candles-relate",
"friendly-clouds-rhyme",
"friendly-lies-camp",
"funny-cooks-clean",
"funny-dragons-double",
@ -210,6 +211,7 @@
"good-cars-visit",
"good-pianos-jump",
"good-plums-type",
"good-rice-tap",
"good-rivers-yawn",
"good-roses-argue",
"gorgeous-boxes-design",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.170
### Patch Changes
- fix: bump dts-buddy for better type generation ([#12262](https://github.com/sveltejs/svelte/pull/12262))
- breaking: expose `CompileError` interface, not class ([#12255](https://github.com/sveltejs/svelte/pull/12255))
## 5.0.0-next.169
### Patch Changes

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

Loading…
Cancel
Save