Skip to content

Commit 85bf52b

Browse files
Version Packages
1 parent 86dd16c commit 85bf52b

File tree

11 files changed

+31
-37
lines changed

11 files changed

+31
-37
lines changed

.changeset/afraid-bikes-count.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-snakes-join.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-onions-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-books-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-bulldogs-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-laws-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-guests-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/adapter-cloudflare/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @sveltejs/adapter-cloudflare
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- feat: add cloudflare's `request.cf` object to the `event.platform` property ([#9978](https://github.com/sveltejs/kit/pull/9978))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4aa976e50`](https://github.com/sveltejs/kit/commit/4aa976e5018664ee333629c5f2f6edacab9d868a), [`c1d34584f`](https://github.com/sveltejs/kit/commit/c1d34584f2404b9c80a547c8138264cac2a813b6), [`7499d8f31`](https://github.com/sveltejs/kit/commit/7499d8f31195473d2c955f1280e097ac95995efa), [`81af6baf9`](https://github.com/sveltejs/kit/commit/81af6baf9b6f6e8f14212958eb393677db09320a), [`86dd16cc1`](https://github.com/sveltejs/kit/commit/86dd16cc10c35c4b723a4e7f77e654452aa0965e), [`195e9ac22`](https://github.com/sveltejs/kit/commit/195e9ac2233776ecf1aff7dadbadd7226f68e8dd)]:
12+
- @sveltejs/kit@1.19.0
13+
314
## 2.2.4
415

516
### Patch Changes

packages/adapter-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-cloudflare",
3-
"version": "2.2.4",
3+
"version": "2.3.0",
44
"description": "Adapter for building SvelteKit applications on Cloudflare Pages with Workers integration",
55
"repository": {
66
"type": "git",

packages/kit/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @sveltejs/kit
22

3+
## 1.19.0
4+
5+
### Minor Changes
6+
7+
- feat: allow link options to be set to `"true"` and `"false"` ([#10039](https://github.com/sveltejs/kit/pull/10039))
8+
9+
- feat: add `resolvePath` export for building relative paths from route IDs and parameters ([#9949](https://github.com/sveltejs/kit/pull/9949))
10+
11+
### Patch Changes
12+
13+
- fix: prevent history change when clicking same hash link ([#10032](https://github.com/sveltejs/kit/pull/10032))
14+
15+
- fix: gracefully handle server endpoints that return `Response`s with immutable `Headers` when prerendering ([#10030](https://github.com/sveltejs/kit/pull/10030))
16+
17+
- docs: correct `ResolveOptions['preload']` inline documentation ([#10037](https://github.com/sveltejs/kit/pull/10037))
18+
19+
- fix: avoid creating update check timer on the server ([#10015](https://github.com/sveltejs/kit/pull/10015))
20+
321
## 1.18.0
422

523
### Minor Changes

0 commit comments

Comments
 (0)