Skip to content

Commit

Permalink
Version Packages (#15156)
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 Jan 30, 2025
1 parent 2be3823 commit 04addca
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-bulldogs-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-rocks-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-cars-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-rules-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-cougars-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-gorillas-hunt.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.19.6

### Patch Changes

- fix: do not prune selectors like `:global(.foo):has(.scoped)` ([#15140](https://github.com/sveltejs/svelte/pull/15140))

- fix: don't error on slot prop inside block inside other component ([#15148](https://github.com/sveltejs/svelte/pull/15148))

- fix: ensure reactions are correctly attached for unowned deriveds ([#15158](https://github.com/sveltejs/svelte/pull/15158))

- fix: silence a11y attribute warnings when spread attributes present ([#15150](https://github.com/sveltejs/svelte/pull/15150))

- fix: prevent false-positive ownership validations due to hot reload ([#15154](https://github.com/sveltejs/svelte/pull/15154))

- fix: widen ownership when calling setContext ([#15153](https://github.com/sveltejs/svelte/pull/15153))

## 5.19.5

### 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.19.5",
"version": "5.19.6",
"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 @@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.19.5';
export const VERSION = '5.19.6';
export const PUBLIC_VERSION = '5';

0 comments on commit 04addca

Please sign in to comment.