Version Packages (next) (#12576)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12578/head svelte@5.0.0-next.197
github-actions[bot] 3 months ago committed by GitHub
parent 9f3ed8968f
commit 9b512ca91d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -340,6 +340,7 @@
"little-seals-reflect", "little-seals-reflect",
"long-buckets-lay", "long-buckets-lay",
"long-carrots-sneeze", "long-carrots-sneeze",
"long-coats-fry",
"long-crews-return", "long-crews-return",
"long-humans-repair", "long-humans-repair",
"long-lobsters-mate", "long-lobsters-mate",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.197
### Patch Changes
- fix: correctly set anchor inside HMR block ([#12575](https://github.com/sveltejs/svelte/pull/12575))
## 5.0.0-next.196 ## 5.0.0-next.196
### 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.196", "version": "5.0.0-next.197",
"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.196'; export const VERSION = '5.0.0-next.197';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save