Skip to content

Commit b44311a

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
"loud-cheetahs-flow",
164164
"loud-ravens-drop",
165165
"lovely-carpets-lick",
166+
"lovely-houses-own",
166167
"lovely-items-turn",
167168
"lovely-rules-eat",
168169
"lucky-schools-hang",
@@ -225,6 +226,7 @@
225226
"real-guests-do",
226227
"real-items-suffer",
227228
"real-pandas-brush",
229+
"red-cycles-pretend",
228230
"red-doors-own",
229231
"red-feet-worry",
230232
"red-poets-study",
@@ -297,6 +299,7 @@
297299
"spotty-turkeys-sparkle",
298300
"stale-books-perform",
299301
"stale-comics-look",
302+
"stale-fans-rest",
300303
"stale-jeans-refuse",
301304
"strange-apricots-happen",
302305
"strong-gifts-smoke",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.84
4+
5+
### Patch Changes
6+
7+
- fix: reliably remove undefined attributes during hydration ([#10917](https://github.com/sveltejs/svelte/pull/10917))
8+
9+
- fix: Add `elementtiming` HTMLAttribute, remove `crossorigin` from HTMLInputAttributes ([#10921](https://github.com/sveltejs/svelte/pull/10921))
10+
11+
- feat: shorter compiler output for attribute updates ([#10917](https://github.com/sveltejs/svelte/pull/10917))
12+
313
## 5.0.0-next.83
414

515
### 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.83",
5+
"version": "5.0.0-next.84",
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.83';
9+
export const VERSION = '5.0.0-next.84';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)