Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent fd78385 commit c950c98
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-plants-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-vans-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-kids-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-geese-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-tigers-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-carrots-sit.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# svelte

## 5.0.5

### Patch Changes

- fix: ensure event context is reset before invoking callback ([#13737](https://github.com/sveltejs/svelte/pull/13737))

- fix: add more robust check for `Element` prototype ([#13744](https://github.com/sveltejs/svelte/pull/13744))

- fix: do not comment out unused selectors that are inside an unused selector ([#13746](https://github.com/sveltejs/svelte/pull/13746))

- fix: more accurately detect `$derived` migration opportunities ([#13740](https://github.com/sveltejs/svelte/pull/13740))

- fix: @debug does not work with proxied-state ([#13690](https://github.com/sveltejs/svelte/pull/13690))

- fix: do not add jsdoc if no types found ([#13738](https://github.com/sveltejs/svelte/pull/13738))

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.4",
"version": "5.0.5",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.4';
export const VERSION = '5.0.5';
export const PUBLIC_VERSION = '5';

0 comments on commit c950c98

Please sign in to comment.