Skip to content

Commit dcde6cc

Browse files
Version Packages
1 parent 4409502 commit dcde6cc

File tree

8 files changed

+23
-22
lines changed

8 files changed

+23
-22
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/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.

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), [`c45c35e7`](https://github.com/sveltejs/kit/commit/c45c35e7b40837cd1bea3fc26cfb831478e03c00), [`75e2c6f7`](https://github.com/sveltejs/kit/commit/75e2c6f7c8376685317b669767c7767fd21670eb)]:
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sveltejs/kit
22

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
9+
### Patch Changes
10+
11+
- fix: handle srcset attributes with newline after comma ([#9388](https://github.com/sveltejs/kit/pull/9388))
12+
13+
- fix: allow tsconfig to extend multiple other tsconfigs ([#9413](https://github.com/sveltejs/kit/pull/9413))
14+
315
## 1.11.0
416

517
### 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)