Skip to content

Commit

Permalink
Version Packages (sveltejs#9689)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 17, 2023
1 parent 0311c4e commit c3f2cb1
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-items-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-trainers-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-news-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-toes-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-teachers-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-bags-sparkle.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-vercel

## 2.4.2

### Patch Changes

- fix: construct correct pathname for isr from route with nested params ([#9470](https://github.com/sveltejs/kit/pull/9470))

- Updated dependencies [[`84a5250d`](https://github.com/sveltejs/kit/commit/84a5250d5fe80a87eb7df5569e76a1dde857aa82), [`95e95828`](https://github.com/sveltejs/kit/commit/95e95828f444a35ca3f71eb1350c6630895c02c9), [`367067f5`](https://github.com/sveltejs/kit/commit/367067f547bb78c61f511e88b9361632862cb4ee), [`e9dd2559`](https://github.com/sveltejs/kit/commit/e9dd2559445958c2fdcb4faa2d94bccac2f1f950), [`ae2f4a8c`](https://github.com/sveltejs/kit/commit/ae2f4a8caacfb671db159f3cdce0894beb485b4f)]:
- @sveltejs/kit@1.15.7

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "2.4.1",
"version": "2.4.2",
"description": "A SvelteKit adapter that creates a Vercel app",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/kit

## 1.15.7

### Patch Changes

- fix: provide better error when prerendered routes conflict with each other ([#9692](https://github.com/sveltejs/kit/pull/9692))

- fix: prevent false positive warnings for fetch in Firefox and Safari ([#9680](https://github.com/sveltejs/kit/pull/9680))

- fix: allow embedding two pages generated into the same page in "embedded" mode ([#9610](https://github.com/sveltejs/kit/pull/9610))

- fix: don't include prerendered routes in default generateManifest ([#9471](https://github.com/sveltejs/kit/pull/9471))

- fix: better error messages for handleable prerender failures ([#9621](https://github.com/sveltejs/kit/pull/9621))

## 1.15.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.15.6",
"version": "1.15.7",
"description": "The fastest way to build Svelte apps",
"repository": {
"type": "git",
Expand Down

0 comments on commit c3f2cb1

Please sign in to comment.