Skip to content

Version Packages #13888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-owls-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-clocks-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-beds-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-dogs-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-plums-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-seals-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-dragons-push.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.2

### Patch Changes

- fix: improve consistency of transitions ([#13895](https://github.com/sveltejs/svelte/pull/13895))

- fix: enable bound store props in runes mode components ([#13887](https://github.com/sveltejs/svelte/pull/13887))

- fix: ensure each block references to imports are handled correctly ([#13892](https://github.com/sveltejs/svelte/pull/13892))

- fix: ensure SvelteMap reactivity persists through deriveds ([#13877](https://github.com/sveltejs/svelte/pull/13877))

- fix: ensure snippets after empty text correctly hydrate ([#13870](https://github.com/sveltejs/svelte/pull/13870))

- fix: prevent migration script from adding `props.` to the `export let` identifier ([#13899](https://github.com/sveltejs/svelte/pull/13899))

- fix: prevent var name clashing for delegated events without params ([#13896](https://github.com/sveltejs/svelte/pull/13896))

## 5.1.1

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