Skip to content

Commit 1e0054e

Browse files
Version Packages (next) (#10889)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0c05733 commit 1e0054e

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@
167167
"lovely-rules-eat",
168168
"lucky-schools-hang",
169169
"lucky-toes-begin",
170+
"many-rockets-give",
170171
"many-trees-fix",
172+
"metal-lobsters-burn",
171173
"mighty-cooks-scream",
172174
"mighty-files-hammer",
173175
"moody-carrots-lay",
@@ -240,6 +242,7 @@
240242
"selfish-dragons-knock",
241243
"selfish-spies-help",
242244
"selfish-tools-hide",
245+
"serious-gorillas-eat",
243246
"serious-kids-deliver",
244247
"serious-needles-joke",
245248
"serious-socks-cover",
@@ -320,6 +323,7 @@
320323
"ten-foxes-repeat",
321324
"ten-jokes-divide",
322325
"ten-peaches-sleep",
326+
"ten-singers-cough",
323327
"ten-ties-repair",
324328
"ten-worms-reflect",
325329
"thick-cycles-rule",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.0.0-next.83
4+
5+
### Patch Changes
6+
7+
- feat: more efficient if block compiler output ([#10906](https://github.com/sveltejs/svelte/pull/10906))
8+
9+
- fix: update type of `options.target` ([#10892](https://github.com/sveltejs/svelte/pull/10892))
10+
11+
- fix: correctly hydrate controlled each-else block ([#10887](https://github.com/sveltejs/svelte/pull/10887))
12+
13+
- fix: Add `dirname` to HTMLInputAttributes ([#10908](https://github.com/sveltejs/svelte/pull/10908))
14+
315
## 5.0.0-next.82
416

517
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.82",
5+
"version": "5.0.0-next.83",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.82';
9+
export const VERSION = '5.0.0-next.83';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)