Skip to content

Commit

Permalink
Version Packages (#13383)
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 3, 2025
1 parent 3395a32 commit 3f5605d
Show file tree
Hide file tree
Showing 20 changed files with 66 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-starfishes-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-mirrors-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-camels-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-llamas-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-berries-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pants-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-ravens-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-foxes-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-penguins-play.md

This file was deleted.

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

## 2.7.1
### Patch Changes


- fix: prevent Vitest from hanging, which was not fully addressed in [#12830](https://github.com/sveltejs/kit/pull/12830) ([#13373](https://github.com/sveltejs/kit/pull/13373))

- Updated dependencies [[`09296d0f19c8d1ff57d699e637bd1beabb69d438`](https://github.com/sveltejs/kit/commit/09296d0f19c8d1ff57d699e637bd1beabb69d438), [`d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79`](https://github.com/sveltejs/kit/commit/d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79), [`f30352f874790b9de0bd0eba985a21aef23e158e`](https://github.com/sveltejs/kit/commit/f30352f874790b9de0bd0eba985a21aef23e158e), [`180fa3467e195065c0a25206c6328a908e6952d7`](https://github.com/sveltejs/kit/commit/180fa3467e195065c0a25206c6328a908e6952d7), [`5906e9708965b848b468d0014999c36272dc8d50`](https://github.com/sveltejs/kit/commit/5906e9708965b848b468d0014999c36272dc8d50), [`d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79`](https://github.com/sveltejs/kit/commit/d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79)]:
- @sveltejs/kit@2.17.0

## 2.7.0
### Minor 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.0",
"version": "2.7.1",
"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-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-cloudflare

## 5.0.2
### Patch Changes


- fix: prevent Vitest from hanging, which was not fully addressed in [#12830](https://github.com/sveltejs/kit/pull/12830) ([#13373](https://github.com/sveltejs/kit/pull/13373))

- Updated dependencies [[`09296d0f19c8d1ff57d699e637bd1beabb69d438`](https://github.com/sveltejs/kit/commit/09296d0f19c8d1ff57d699e637bd1beabb69d438), [`d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79`](https://github.com/sveltejs/kit/commit/d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79), [`f30352f874790b9de0bd0eba985a21aef23e158e`](https://github.com/sveltejs/kit/commit/f30352f874790b9de0bd0eba985a21aef23e158e), [`180fa3467e195065c0a25206c6328a908e6952d7`](https://github.com/sveltejs/kit/commit/180fa3467e195065c0a25206c6328a908e6952d7), [`5906e9708965b848b468d0014999c36272dc8d50`](https://github.com/sveltejs/kit/commit/5906e9708965b848b468d0014999c36272dc8d50), [`d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79`](https://github.com/sveltejs/kit/commit/d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79)]:
- @sveltejs/kit@2.17.0

## 5.0.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "5.0.1",
"version": "5.0.2",
"description": "Adapter for building SvelteKit applications on Cloudflare Pages with Workers integration",
"keywords": [
"adapter",
Expand Down
12 changes: 12 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/adapter-vercel

## 5.6.0
### Minor Changes


- feat: generate edge function dedicated to server side route resolution when using that option in SvelteKit ([#13379](https://github.com/sveltejs/kit/pull/13379))


### Patch Changes

- Updated dependencies [[`09296d0f19c8d1ff57d699e637bd1beabb69d438`](https://github.com/sveltejs/kit/commit/09296d0f19c8d1ff57d699e637bd1beabb69d438), [`d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79`](https://github.com/sveltejs/kit/commit/d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79), [`f30352f874790b9de0bd0eba985a21aef23e158e`](https://github.com/sveltejs/kit/commit/f30352f874790b9de0bd0eba985a21aef23e158e), [`180fa3467e195065c0a25206c6328a908e6952d7`](https://github.com/sveltejs/kit/commit/180fa3467e195065c0a25206c6328a908e6952d7), [`5906e9708965b848b468d0014999c36272dc8d50`](https://github.com/sveltejs/kit/commit/5906e9708965b848b468d0014999c36272dc8d50), [`d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79`](https://github.com/sveltejs/kit/commit/d62ed39a431f0db3db4dd90bf6b17ed2a2a2de79)]:
- @sveltejs/kit@2.17.0

## 5.5.3
### Patch Changes

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

## 2.17.0
### Minor Changes


- feat: validate values for `cache-control` and `content-type` headers in dev mode ([#13114](https://github.com/sveltejs/kit/pull/13114))


- feat: support server-side route resolution ([#13379](https://github.com/sveltejs/kit/pull/13379))


### Patch Changes


- chore: don't error during development when using `use:enhance` with `+server` as some third party libraries make it possible to POST forms to it ([#13397](https://github.com/sveltejs/kit/pull/13397))


- fix: skip hooks for server fetch to prerendered routes ([#13377](https://github.com/sveltejs/kit/pull/13377))


- fix: ignore non-entry-point CSS files during inlining ([#13395](https://github.com/sveltejs/kit/pull/13395))


- fix: default server fetch to use prerendered paths ([#13377](https://github.com/sveltejs/kit/pull/13377))

## 2.16.1
### 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.16.1",
"version": "2.17.0",
"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.16.1';
export const VERSION = '2.17.0';
6 changes: 6 additions & 0 deletions packages/package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/package

## 2.3.10
### Patch Changes


- chore: update to chokidar 4.0.3 ([#13381](https://github.com/sveltejs/kit/pull/13381))

## 2.3.9
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/package",
"version": "2.3.9",
"version": "2.3.10",
"description": "The fastest way to build Svelte packages",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3f5605d

Please sign in to comment.