Version Packages (next) (#10417)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10430/head svelte@5.0.0-next.50
github-actions[bot] 2 years ago committed by GitHub
parent 89c4cf393f
commit 983db98756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -203,6 +203,7 @@
"spotty-spiders-compare", "spotty-spiders-compare",
"stale-books-perform", "stale-books-perform",
"stale-comics-look", "stale-comics-look",
"strange-apricots-happen",
"strong-gifts-smoke", "strong-gifts-smoke",
"strong-lemons-provide", "strong-lemons-provide",
"strong-pans-doubt", "strong-pans-doubt",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.50
### Patch Changes
- fix: set `open` binding value in `<details>` ([#10413](https://github.com/sveltejs/svelte/pull/10413))
## 5.0.0-next.49 ## 5.0.0-next.49
### 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.49", "version": "5.0.0-next.50",
"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.49'; export const VERSION = '5.0.0-next.50';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save