Skip to content

Commit 04ec1e4

Browse files
Version Packages
1 parent a402d50 commit 04ec1e4

File tree

11 files changed

+31
-28
lines changed

11 files changed

+31
-28
lines changed

.changeset/famous-llamas-play.md

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

.changeset/fast-rules-exercise.md

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

.changeset/happy-boats-shave.md

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

.changeset/long-timers-try.md

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

.changeset/quiet-boats-add.md

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

packages/adapter-netlify/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- fix: preserve functions-internal folder so that auto-generated functions are not removed when ntl build is run ([#8899](https://github.com/sveltejs/kit/pull/8899))
8+
9+
- Updated dependencies [[`1beb19cb`](https://github.com/sveltejs/kit/commit/1beb19cb487bd6d719048f0feedcb2fbee91a005), [`b915dfe9`](https://github.com/sveltejs/kit/commit/b915dfe9d16a930246a469c9aea8c1a84e5157ba), [`a402d50b`](https://github.com/sveltejs/kit/commit/a402d50b33eba2a937d09e635275c319061ce678)]:
10+
- @sveltejs/kit@1.5.1
11+
312
## 2.0.1
413

514
### Patch Changes

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

packages/adapter-vercel/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- fix: mark `expiration` as required ([#8943](https://github.com/sveltejs/kit/pull/8943))
8+
9+
- Updated dependencies [[`1beb19cb`](https://github.com/sveltejs/kit/commit/1beb19cb487bd6d719048f0feedcb2fbee91a005), [`b915dfe9`](https://github.com/sveltejs/kit/commit/b915dfe9d16a930246a469c9aea8c1a84e5157ba), [`a402d50b`](https://github.com/sveltejs/kit/commit/a402d50b33eba2a937d09e635275c319061ce678)]:
10+
- @sveltejs/kit@1.5.1
11+
312
## 2.0.1
413

514
### Patch Changes

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

packages/kit/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- fix: don't reuse previous server load cache when there's no server load function ([#8893](https://github.com/sveltejs/kit/pull/8893))
8+
9+
- fix: deduplicate paths in tsconfig ([#8880](https://github.com/sveltejs/kit/pull/8880))
10+
11+
- docs: clarify version management feature ([#8941](https://github.com/sveltejs/kit/pull/8941))
12+
313
## 1.5.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)