Skip to content

Commit 1ee2ac4

Browse files
Version Packages (#13888)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b63fde3 commit 1ee2ac4

File tree

10 files changed

+20
-37
lines changed

10 files changed

+20
-37
lines changed

.changeset/cold-owls-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-clocks-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-beds-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-dogs-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-plums-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-seals-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-dragons-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# svelte
22

3+
## 5.1.2
4+
5+
### Patch Changes
6+
7+
- fix: improve consistency of transitions ([#13895](https://github.com/sveltejs/svelte/pull/13895))
8+
9+
- fix: enable bound store props in runes mode components ([#13887](https://github.com/sveltejs/svelte/pull/13887))
10+
11+
- fix: ensure each block references to imports are handled correctly ([#13892](https://github.com/sveltejs/svelte/pull/13892))
12+
13+
- fix: ensure SvelteMap reactivity persists through deriveds ([#13877](https://github.com/sveltejs/svelte/pull/13877))
14+
15+
- fix: ensure snippets after empty text correctly hydrate ([#13870](https://github.com/sveltejs/svelte/pull/13870))
16+
17+
- fix: prevent migration script from adding `props.` to the `export let` identifier ([#13899](https://github.com/sveltejs/svelte/pull/13899))
18+
19+
- fix: prevent var name clashing for delegated events without params ([#13896](https://github.com/sveltejs/svelte/pull/13896))
20+
321
## 5.1.1
422

523
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.1",
5+
"version": "5.1.2",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
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.1';
9+
export const VERSION = '5.1.2';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)