Version Packages (next) (#12153)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12163/head svelte@5.0.0-next.165
github-actions[bot] 1 year ago committed by GitHub
parent fd6dd45226
commit 7a9ebb76f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -326,6 +326,7 @@
"mighty-files-hammer", "mighty-files-hammer",
"mighty-frogs-obey", "mighty-frogs-obey",
"modern-apricots-promise", "modern-apricots-promise",
"modern-fishes-double",
"moody-carrots-lay", "moody-carrots-lay",
"moody-frogs-exist", "moody-frogs-exist",
"moody-ghosts-buy", "moody-ghosts-buy",
@ -385,6 +386,7 @@
"polite-dolphins-care", "polite-dolphins-care",
"polite-pumpkins-guess", "polite-pumpkins-guess",
"polite-ravens-study", "polite-ravens-study",
"polite-ways-serve",
"poor-eggs-enjoy", "poor-eggs-enjoy",
"poor-hats-design", "poor-hats-design",
"poor-seahorses-flash", "poor-seahorses-flash",

@ -1,5 +1,13 @@
# svelte # svelte
## 5.0.0-next.165
### Patch Changes
- breaking: bump dts-buddy ([#12134](https://github.com/sveltejs/svelte/pull/12134))
- fix: throw compilation error for malformed snippets ([#12144](https://github.com/sveltejs/svelte/pull/12144))
## 5.0.0-next.164 ## 5.0.0-next.164
### 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.164", "version": "5.0.0-next.165",
"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.164'; export const VERSION = '5.0.0-next.165';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save