Skip to content

Commit 70ab5c8

Browse files
Version Packages
1 parent 12fc26f commit 70ab5c8

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
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.

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)]:
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/kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## 1.5.0
412

513
### 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.5.0",
3+
"version": "1.5.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)