Skip to content

Commit

Permalink
Version Packages (#8928)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 19, 2023
1 parent f8283fb commit 5d66f96
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-ghosts-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-geese-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-cats-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-knives-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-pans-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-gifts-design.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/svelte/CHANGELOG.md
@@ -1,5 +1,23 @@
# svelte

## 4.1.0

### Minor Changes

- feat: add ability to extend custom element class ([#8991](https://github.com/sveltejs/svelte/pull/8991))

### Patch Changes

- fix: ensure `svelte:component` evaluates props once ([#8946](https://github.com/sveltejs/svelte/pull/8946))

- fix: remove `let:variable` slot bindings from select binding dependencies ([#8969](https://github.com/sveltejs/svelte/pull/8969))

- fix: handle destructured primitive literals ([#8871](https://github.com/sveltejs/svelte/pull/8871))

- perf: optimize imports that are not mutated or reassigned ([#8948](https://github.com/sveltejs/svelte/pull/8948))

- fix: don't add accessor twice ([#8996](https://github.com/sveltejs/svelte/pull/8996))

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.5",
"version": "4.1.0",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/shared/version.js
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.0.5';
export const VERSION = '4.1.0';
export const PUBLIC_VERSION = '4';

0 comments on commit 5d66f96

Please sign in to comment.