Skip to content

Commit

Permalink
Version Packages (#14207)
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 8, 2024
1 parent 1060bea commit 4bcd01b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-gorillas-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-cooks-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-jobs-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-waves-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-dodos-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-chefs-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-numbers-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-clocks-pull.md

This file was deleted.

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

## 5.1.13

### Patch Changes

- fix: add migration task when there's a variable named that would conflict with a rune ([#14216](https://github.com/sveltejs/svelte/pull/14216))

- fix: consider `valueOf` in the reactive methods of `SvelteDate` ([#14227](https://github.com/sveltejs/svelte/pull/14227))

- fix: handle sibling combinators within `:has` ([#14213](https://github.com/sveltejs/svelte/pull/14213))

- fix: consider variables with synthetic store sub as state ([#14195](https://github.com/sveltejs/svelte/pull/14195))

- fix: read index as a source in legacy keyed each block ([#14208](https://github.com/sveltejs/svelte/pull/14208))

- fix: account for shadowing children slot during migration ([#14224](https://github.com/sveltejs/svelte/pull/14224))

- fix: ensure explicit nesting selector is always applied ([#14193](https://github.com/sveltejs/svelte/pull/14193))

- fix: add `lang="ts"` attribute during migration if needed ([#14222](https://github.com/sveltejs/svelte/pull/14222))

## 5.1.12

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

0 comments on commit 4bcd01b

Please sign in to comment.