Skip to content

Commit 140ad5a

Browse files
Version Packages
1 parent 657f113 commit 140ad5a

File tree

7 files changed

+16
-22
lines changed

7 files changed

+16
-22
lines changed

.changeset/clever-ghosts-laugh.md

-5
This file was deleted.

.changeset/green-cats-matter.md

-5
This file was deleted.

.changeset/lucky-knives-crash.md

-5
This file was deleted.

.changeset/shaggy-pans-repair.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.1.0
4+
5+
### Minor Changes
6+
7+
- feat: add ability to extend custom element class ([#8991](https://github.com/sveltejs/svelte/pull/8991))
8+
9+
### Patch Changes
10+
11+
- fix: ensure `svelte:component` evaluates props once ([#8946](https://github.com/sveltejs/svelte/pull/8946))
12+
13+
- fix: handle destructured primitive literals ([#8871](https://github.com/sveltejs/svelte/pull/8871))
14+
15+
- perf: optimize imports that are not mutated or reassigned ([#8948](https://github.com/sveltejs/svelte/pull/8948))
16+
317
## 4.0.5
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.5",
3+
"version": "4.1.0",
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.5';
9+
export const VERSION = '4.1.0';
1010
export const PUBLIC_VERSION = '4';

0 commit comments

Comments
 (0)