Skip to content

Commit ae752c9

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

File tree

8 files changed

+16
-27
lines changed

8 files changed

+16
-27
lines changed

.changeset/gold-tips-roll.md

-5
This file was deleted.

.changeset/happy-cows-warn.md

-5
This file was deleted.

.changeset/pretty-trees-prove.md

-5
This file was deleted.

.changeset/proud-cycles-hunt.md

-5
This file was deleted.

.changeset/six-teachers-divide.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- fix: reflect all custom element prop updates back to attribute ([#8898](https://github.com/sveltejs/svelte/pull/8898))
8+
9+
- fix: shrink custom element baseline a bit ([#8858](https://github.com/sveltejs/svelte/pull/8858))
10+
11+
- fix: use non-destructive hydration for all `@html` tags ([#8880](https://github.com/sveltejs/svelte/pull/8880))
12+
13+
- fix: align `disclose-version` exports specification ([#8874](https://github.com/sveltejs/svelte/pull/8874))
14+
15+
- fix: check srcset when hydrating to prevent needless requests ([#8868](https://github.com/sveltejs/svelte/pull/8868))
16+
317
## 4.0.1
418

519
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Cybernetically enhanced web apps",
55
"type": "module",
66
"module": "src/runtime/index.js",

packages/svelte/src/shared/version.js

+1-1
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 = '4.0.1';
9+
export const VERSION = '4.0.2';
1010
export const PUBLIC_VERSION = '4';

0 commit comments

Comments
 (0)