Skip to content

Commit

Permalink
Version Packages (#14097)
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] authored Nov 5, 2024
1 parent 927319c commit ecc9b97
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-parrots-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-hairs-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-seas-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-pets-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-timers-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-owls-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-toys-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-chicken-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-lions-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-tigers-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bulldogs-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-eyes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-pumas-rule.md

This file was deleted.

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

## 5.1.10

### Patch Changes

- fix: ensure non-matching elements are scoped for `:not(...)` selector ([#13999](https://github.com/sveltejs/svelte/pull/13999))

- fix: ensure video elements autoplay in safari ([#14095](https://github.com/sveltejs/svelte/pull/14095))

- fix: ensure trailing multiline comments on props produce correct code (#14143#issuecomment-2455702689) ([#14143](https://github.com/sveltejs/svelte/pull/14143))

- fix: correctly infer `<a>` tag namespace ([#14134](https://github.com/sveltejs/svelte/pull/14134))

- fix: check options namespace for top level `svelte:element`s ([#14101](https://github.com/sveltejs/svelte/pull/14101))

- fix: ensure migrate keeps inline/trailing comments in $props type definition ([#14143](https://github.com/sveltejs/svelte/pull/14143))

- fix: update links in JSDoc ([#14165](https://github.com/sveltejs/svelte/pull/14165))

- fix: ensure SvelteMap and SvelteSet work with generators in dev ([#14103](https://github.com/sveltejs/svelte/pull/14103))

- fix: only output the key for each_key_duplicate ([#14147](https://github.com/sveltejs/svelte/pull/14147))

- fix: prevent migrated snippet from shadow snippet prop ([#14127](https://github.com/sveltejs/svelte/pull/14127))

- fix: pass along `anchor` in legacy class wrappers ([#14100](https://github.com/sveltejs/svelte/pull/14100))

- fix: recognize all custom element prop definitions ([#14084](https://github.com/sveltejs/svelte/pull/14084))

- fix: migrate multiple declarations with only some exported correctly ([#14126](https://github.com/sveltejs/svelte/pull/14126))

## 5.1.9

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

0 comments on commit ecc9b97

Please sign in to comment.