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 Nov 8, 2024
1 parent f0c2d4c commit a74da25
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-gorillas-poke.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.

18 changes: 18 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# 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: 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 a74da25

Please sign in to comment.