Skip to content

Commit

Permalink
Version Packages (#13147)
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 Dec 12, 2024
1 parent 3d9e03a commit 5d6a8c3
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pumas-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-bats-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-dragons-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-onions-speak.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.7.0
### Minor Changes


- feat: support `wrangler.json` config file ([#13151](https://github.com/sveltejs/kit/pull/13151))


### Patch Changes

- Updated dependencies [[`11a9f66922199ee5925cc71c0efc513376753754`](https://github.com/sveltejs/kit/commit/11a9f66922199ee5925cc71c0efc513376753754), [`3d9e03a8a55a539b02c76d44df4874e4642bbd17`](https://github.com/sveltejs/kit/commit/3d9e03a8a55a539b02c76d44df4874e4642bbd17)]:
- @sveltejs/kit@2.11.0

## 2.6.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.6.0",
"version": "2.7.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-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-node

## 5.2.10
### Patch Changes


- chore: append http on listening address ([#13146](https://github.com/sveltejs/kit/pull/13146))

- Updated dependencies [[`11a9f66922199ee5925cc71c0efc513376753754`](https://github.com/sveltejs/kit/commit/11a9f66922199ee5925cc71c0efc513376753754), [`3d9e03a8a55a539b02c76d44df4874e4642bbd17`](https://github.com/sveltejs/kit/commit/3d9e03a8a55a539b02c76d44df4874e4642bbd17)]:
- @sveltejs/kit@2.11.0

## 5.2.9
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "5.2.9",
"version": "5.2.10",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"keywords": [
"adapter",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 2.11.0
### Minor Changes


- feat: transport custom types across the server/client boundary ([#13149](https://github.com/sveltejs/kit/pull/13149))


### Patch Changes


- fix: correctly resolve hooks file when a similarly named directory exists ([#13144](https://github.com/sveltejs/kit/pull/13144))

## 2.10.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.10.1",
"version": "2.11.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.10.1';
export const VERSION = '2.11.0';

0 comments on commit 5d6a8c3

Please sign in to comment.