Version Packages (next) (#12682)

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

@ -374,6 +374,7 @@
"many-trees-fix",
"mean-jokes-exist",
"mean-numbers-cry",
"mean-parents-film",
"metal-clouds-raise",
"metal-lobsters-burn",
"metal-pans-trade",
@ -717,6 +718,7 @@
"twelve-cows-learn",
"twelve-dragons-join",
"twelve-onions-juggle",
"twelve-scissors-kneel",
"twelve-worms-jog",
"twenty-gifts-develop",
"two-brooms-fail",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.206
### Patch Changes
- fix: allow nested `<dt>`/`<dd>` elements if they are within a `<dl>` element ([#12681](https://github.com/sveltejs/svelte/pull/12681))
- chore: internal refactoring of client transform visitors ([#12683](https://github.com/sveltejs/svelte/pull/12683))
## 5.0.0-next.205
### Patch Changes

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

Loading…
Cancel
Save