Version Packages (next) (#10889)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10917/head svelte@5.0.0-next.83
github-actions[bot] 4 months ago committed by GitHub
parent 0c05733d31
commit 1e0054e915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -167,7 +167,9 @@
"lovely-rules-eat",
"lucky-schools-hang",
"lucky-toes-begin",
"many-rockets-give",
"many-trees-fix",
"metal-lobsters-burn",
"mighty-cooks-scream",
"mighty-files-hammer",
"moody-carrots-lay",
@ -240,6 +242,7 @@
"selfish-dragons-knock",
"selfish-spies-help",
"selfish-tools-hide",
"serious-gorillas-eat",
"serious-kids-deliver",
"serious-needles-joke",
"serious-socks-cover",
@ -320,6 +323,7 @@
"ten-foxes-repeat",
"ten-jokes-divide",
"ten-peaches-sleep",
"ten-singers-cough",
"ten-ties-repair",
"ten-worms-reflect",
"thick-cycles-rule",

@ -1,5 +1,17 @@
# svelte
## 5.0.0-next.83
### Patch Changes
- feat: more efficient if block compiler output ([#10906](https://github.com/sveltejs/svelte/pull/10906))
- fix: update type of `options.target` ([#10892](https://github.com/sveltejs/svelte/pull/10892))
- fix: correctly hydrate controlled each-else block ([#10887](https://github.com/sveltejs/svelte/pull/10887))
- fix: Add `dirname` to HTMLInputAttributes ([#10908](https://github.com/sveltejs/svelte/pull/10908))
## 5.0.0-next.82
### Patch Changes

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

Loading…
Cancel
Save