Skip to content

Commit

Permalink
Version Packages (#281)
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 Jun 6, 2023
1 parent cb62938 commit 6455355
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-fishes-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-seas-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-humans-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-cobras-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-pumpkins-press.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudflare/next-on-pages

## 1.0.2

### Patch Changes

- f687d25: update the runtime error message so that it provides accurate up-to-date information
- ff90dde: Remove rsc functions from the worker output directory as we replace them with non-rsc variants in the config given to the router. This reduces the final bundle size.
- cb62938: Fix dynamic params not being derived correctly in some cases when running a page's function.
- d91b24b: Fix middleware not returning a response with `new NextResponse` and when there is no `x-middleware-next` header present.
- 7deb9d8: Fix non-index pages with trailing slash rewriting to /index for rsc requests.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/next-on-pages",
"version": "1.0.1",
"version": "1.0.2",
"bin": "./bin/index.js",
"scripts": {
"prettier": "npx prettier --ignore-unknown --ignore-path=.gitignore .",
Expand Down

0 comments on commit 6455355

Please sign in to comment.