Skip to content

Commit 10f218b

Browse files
Version Packages
1 parent 1c08578 commit 10f218b

File tree

10 files changed

+27
-32
lines changed

10 files changed

+27
-32
lines changed

.changeset/khaki-schools-invent.md

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

.changeset/late-berries-glow.md

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

.changeset/lemon-mayflies-design.md

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

.changeset/metal-pugs-wink.md

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

.changeset/odd-suits-lick.md

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

.changeset/six-eels-crash.md

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

packages/adapter-node/CHANGELOG.md

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

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- fix: only send cache header when static resource is 200 ([#9394](https://github.com/sveltejs/kit/pull/9394))
8+
9+
- Updated dependencies [[`29ffc785`](https://github.com/sveltejs/kit/commit/29ffc78560a99ce387b10a24f48b7f01205f51e7), [`d257d37d`](https://github.com/sveltejs/kit/commit/d257d37d3cac94f30befa9fe38c2987f84fb551a), [`c45c35e7`](https://github.com/sveltejs/kit/commit/c45c35e7b40837cd1bea3fc26cfb831478e03c00), [`75e2c6f7`](https://github.com/sveltejs/kit/commit/75e2c6f7c8376685317b669767c7767fd21670eb), [`1c085780`](https://github.com/sveltejs/kit/commit/1c08578031395377a98b365a27eb9587594dd06e)]:
10+
- @sveltejs/kit@1.12.0
11+
312
## 1.2.2
413

514
### Patch Changes

packages/adapter-node/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-node",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

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

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- feat: expose submitter in use:enhance SubmitFunction ([#9425](https://github.com/sveltejs/kit/pull/9425))
8+
9+
- feat: add data-sveltekit-keepfocus and data-sveltekit-replacestate options to links (requires Svelte version 3.56 for type-checking with `svelte-check`) ([#9019](https://github.com/sveltejs/kit/pull/9019))
10+
11+
### Patch Changes
12+
13+
- fix: handle srcset attributes with newline after comma ([#9388](https://github.com/sveltejs/kit/pull/9388))
14+
15+
- fix: allow tsconfig to extend multiple other tsconfigs ([#9413](https://github.com/sveltejs/kit/pull/9413))
16+
17+
- chore: update Undici to 5.21.0 ([#9417](https://github.com/sveltejs/kit/pull/9417))
18+
319
## 1.11.0
420

521
### Minor Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)