Skip to content

Commit

Permalink
Version Packages (#14304)
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 Nov 16, 2024
1 parent 94471ca commit 95ab85f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-singers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-ligers-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-pigs-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-turkeys-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-adults-visit.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte

## 5.2.1

### Patch Changes

- fix: mark pseudo classes nested inside `:not` as used ([#14303](https://github.com/sveltejs/svelte/pull/14303))

- fix: disallow invalid attributes for `<svelte:window>` and `<svelte:document>` ([#14228](https://github.com/sveltejs/svelte/pull/14228))

- fix: ensure props passed to components via mount are updateable ([#14210](https://github.com/sveltejs/svelte/pull/14210))

- fix: mark subtree dynamic for img with loading attribute ([#14317](https://github.com/sveltejs/svelte/pull/14317))

- fix: avoid relying on Node specifics within compiler ([#14314](https://github.com/sveltejs/svelte/pull/14314))

## 5.2.0

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

0 comments on commit 95ab85f

Please sign in to comment.