Skip to content

Commit

Permalink
Version Packages (#13485)
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 Feb 25, 2025
1 parent 0c0172e commit 281ad97
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-walls-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-crabs-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-kiwis-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-ravens-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-clocks-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-planes-relax.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/adapter-cloudflare-workers

## 2.8.0
### Minor Changes


- feat: support `.jsonc` Wrangler configuration files ([#13467](https://github.com/sveltejs/kit/pull/13467))


### Patch Changes

- Updated dependencies [[`28cf64589a331ea4770c0883216c5e16d1de7496`](https://github.com/sveltejs/kit/commit/28cf64589a331ea4770c0883216c5e16d1de7496), [`ef1e8047225e7a79c6d121d8ed1a571e5ea44f08`](https://github.com/sveltejs/kit/commit/ef1e8047225e7a79c6d121d8ed1a571e5ea44f08), [`2e6527b92875976b79cc00e7b75ee0ad8b69a239`](https://github.com/sveltejs/kit/commit/2e6527b92875976b79cc00e7b75ee0ad8b69a239), [`0c0172e1463218fe63a67c587173bb3065a53c49`](https://github.com/sveltejs/kit/commit/0c0172e1463218fe63a67c587173bb3065a53c49)]:
- @sveltejs/kit@2.17.3

## 2.7.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "2.7.1",
"version": "2.8.0",
"description": "SvelteKit adapter that creates a Cloudflare Workers site using a function for dynamic server rendering",
"keywords": [
"adapter",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-netlify

## 4.4.2
### Patch Changes


- fix: correctly import manifest on Windows machines ([#13495](https://github.com/sveltejs/kit/pull/13495))

- Updated dependencies [[`28cf64589a331ea4770c0883216c5e16d1de7496`](https://github.com/sveltejs/kit/commit/28cf64589a331ea4770c0883216c5e16d1de7496), [`ef1e8047225e7a79c6d121d8ed1a571e5ea44f08`](https://github.com/sveltejs/kit/commit/ef1e8047225e7a79c6d121d8ed1a571e5ea44f08), [`2e6527b92875976b79cc00e7b75ee0ad8b69a239`](https://github.com/sveltejs/kit/commit/2e6527b92875976b79cc00e7b75ee0ad8b69a239), [`0c0172e1463218fe63a67c587173bb3065a53c49`](https://github.com/sveltejs/kit/commit/0c0172e1463218fe63a67c587173bb3065a53c49)]:
- @sveltejs/kit@2.17.3

## 4.4.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-netlify",
"version": "4.4.1",
"version": "4.4.2",
"description": "A SvelteKit adapter that creates a Netlify app",
"keywords": [
"adapter",
Expand Down
15 changes: 15 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sveltejs/kit

## 2.17.3
### Patch Changes


- fix: avoid simulated CORS errors with non-HTTP URLs ([#13493](https://github.com/sveltejs/kit/pull/13493))


- fix: correctly preload links on `mousedown`/`touchstart` ([#13486](https://github.com/sveltejs/kit/pull/13486))


- fix: load CSS when using server-side route resolution ([#13498](https://github.com/sveltejs/kit/pull/13498))


- fix: correctly find shared entry-point CSS files during inlining ([#13431](https://github.com/sveltejs/kit/pull/13431))

## 2.17.2
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.17.2",
"version": "2.17.3",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.17.2';
export const VERSION = '2.17.3';

0 comments on commit 281ad97

Please sign in to comment.