Skip to content

Commit 5d66f96

Browse files
Version Packages (#8928)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f8283fb commit 5d66f96

9 files changed

+20
-32
lines changed

.changeset/clever-ghosts-laugh.md

-5
This file was deleted.

.changeset/cyan-geese-film.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.

.changeset/ten-gifts-design.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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: remove `let:variable` slot bindings from select binding dependencies ([#8969](https://github.com/sveltejs/svelte/pull/8969))
14+
15+
- fix: handle destructured primitive literals ([#8871](https://github.com/sveltejs/svelte/pull/8871))
16+
17+
- perf: optimize imports that are not mutated or reassigned ([#8948](https://github.com/sveltejs/svelte/pull/8948))
18+
19+
- fix: don't add accessor twice ([#8996](https://github.com/sveltejs/svelte/pull/8996))
20+
321
## 4.0.5
422

523
### 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)