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 Oct 24, 2024
1 parent 3147287 commit ae7a38f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 32 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/smooth-dragons-push.md

This file was deleted.

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

Please sign in to comment.