Skip to content

Commit

Permalink
Version Packages (#13888)
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 Oct 24, 2024
1 parent b63fde3 commit 1ee2ac4
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 37 deletions.
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';

0 comments on commit 1ee2ac4

Please sign in to comment.