Skip to content

Commit

Permalink
Version Packages (#13757)
Browse files Browse the repository at this point in the history
* Version Packages

* Update packages/svelte/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 44c8889 commit af4d105
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-turtles-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-llamas-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-feet-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-wolves-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-rocks-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-dingos-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-carrots-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-coats-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-feet-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-timers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-flies-impress.md

This file was deleted.

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

## 5.1.0

### Minor Changes

- feat: export mount() options as the MountOptions type ([#13674](https://github.com/sveltejs/svelte/pull/13674))

- feat: allow usage of getContext() within $derived runes ([#13830](https://github.com/sveltejs/svelte/pull/13830))

### Patch Changes

- fix: properly migrate ts with inferred type comments ([#13761](https://github.com/sveltejs/svelte/pull/13761))

- fix: correct property name conversion in custom transitions ([#13820](https://github.com/sveltejs/svelte/pull/13820))

- fix: ensure $effect.tracking returns false inside transition functions ([#13775](https://github.com/sveltejs/svelte/pull/13775))

- fix: migrate default slots to children snippet ([#13760](https://github.com/sveltejs/svelte/pull/13760))

- fix: don't print errors on migration errors ([#13754](https://github.com/sveltejs/svelte/pull/13754))

- fix: prevent spread attribute from overriding class directive ([#13763](https://github.com/sveltejs/svelte/pull/13763))

- fix: ensure `:has` selectors followed by other selectors match ([#13824](https://github.com/sveltejs/svelte/pull/13824))

- fix: ensure muted DOM property works correctly in FF ([#13751](https://github.com/sveltejs/svelte/pull/13751))

- fix: show filename information in `legacy_recursive_reactive_block` ([#13764](https://github.com/sveltejs/svelte/pull/13764))

## 5.0.5

### 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.5",
"version": "5.1.0",
"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.5';
export const VERSION = '5.1.0';
export const PUBLIC_VERSION = '5';

0 comments on commit af4d105

Please sign in to comment.