Version Packages (next) (#11743)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11744/head svelte@5.0.0-next.139
github-actions[bot] 2 months ago committed by GitHub
parent a074734ba7
commit 3498df842b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -404,6 +404,7 @@
"shy-fishes-drive", "shy-fishes-drive",
"silent-apes-report", "silent-apes-report",
"silent-hats-stare", "silent-hats-stare",
"silent-rabbits-join",
"silly-laws-happen", "silly-laws-happen",
"silly-lies-film", "silly-lies-film",
"silly-ways-wash", "silly-ways-wash",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.139
### Patch Changes
- fix: ensure we clear down each block opening anchors from document ([#11740](https://github.com/sveltejs/svelte/pull/11740))
## 5.0.0-next.138 ## 5.0.0-next.138
### 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.138", "version": "5.0.0-next.139",
"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.138'; export const VERSION = '5.0.0-next.139';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save