Skip to content

Commit 4bcd01b

Browse files
Version Packages (#14207)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1060bea commit 4bcd01b

11 files changed

+22
-42
lines changed

.changeset/chatty-gorillas-poke.md

-5
This file was deleted.

.changeset/cyan-cooks-nail.md

-5
This file was deleted.

.changeset/four-jobs-care.md

-5
This file was deleted.

.changeset/giant-waves-act.md

-5
This file was deleted.

.changeset/late-dodos-film.md

-5
This file was deleted.

.changeset/lazy-chefs-float.md

-5
This file was deleted.

.changeset/nice-numbers-remember.md

-5
This file was deleted.

.changeset/seven-clocks-pull.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# svelte
22

3+
## 5.1.13
4+
5+
### Patch Changes
6+
7+
- fix: add migration task when there's a variable named that would conflict with a rune ([#14216](https://github.com/sveltejs/svelte/pull/14216))
8+
9+
- fix: consider `valueOf` in the reactive methods of `SvelteDate` ([#14227](https://github.com/sveltejs/svelte/pull/14227))
10+
11+
- fix: handle sibling combinators within `:has` ([#14213](https://github.com/sveltejs/svelte/pull/14213))
12+
13+
- fix: consider variables with synthetic store sub as state ([#14195](https://github.com/sveltejs/svelte/pull/14195))
14+
15+
- fix: read index as a source in legacy keyed each block ([#14208](https://github.com/sveltejs/svelte/pull/14208))
16+
17+
- fix: account for shadowing children slot during migration ([#14224](https://github.com/sveltejs/svelte/pull/14224))
18+
19+
- fix: ensure explicit nesting selector is always applied ([#14193](https://github.com/sveltejs/svelte/pull/14193))
20+
21+
- fix: add `lang="ts"` attribute during migration if needed ([#14222](https://github.com/sveltejs/svelte/pull/14222))
22+
323
## 5.1.12
424

525
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.1.12",
5+
"version": "5.1.13",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.1.12';
9+
export const VERSION = '5.1.13';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)