Skip to content

Commit

Permalink
Version Packages (#10340)
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] committed Feb 5, 2024
1 parent 2d7884a commit d5e4607
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-phones-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/made-this-up.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-bags-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-guests-search.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
@@ -1,5 +1,17 @@
# svelte

## 4.2.10

### Patch Changes

- fix: add `scrollend` event type ([#10336](https://github.com/sveltejs/svelte/pull/10336))

- fix: add `fetchpriority` attribute type ([#10390](https://github.com/sveltejs/svelte/pull/10390))

- fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute ([#10377](https://github.com/sveltejs/svelte/pull/10377))

- fix: make inline doc links valid ([#10366](https://github.com/sveltejs/svelte/pull/10366))

## 4.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.9",
"version": "4.2.10",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/shared/version.js
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.2.9';
export const VERSION = '4.2.10';
export const PUBLIC_VERSION = '4';

0 comments on commit d5e4607

Please sign in to comment.