Skip to content

Commit

Permalink
Version Packages (#434)
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 Aug 26, 2023
1 parent cb32baf commit 82dacc5
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 48 deletions.
21 changes: 0 additions & 21 deletions .changeset/brown-eagles-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-icons-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-seas-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-socks-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-lamps-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-grapes-dance.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/eslint-plugin-next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-next-on-pages

## 1.6.0

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next-on-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-next-on-pages",
"version": "1.5.1",
"version": "1.6.0",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
31 changes: 31 additions & 0 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @cloudflare/next-on-pages

## 1.6.0

### Minor Changes

- 291bfde: Support for the internal fetch (suspense) cache, and `next/cache` data revalidation.

### Patch Changes

- cb32baf: avoid the default is not a function unclear error

if there is some issue evaluating a lazy loaded edge function
its default export ends up not being a function and that results
in an unhelpful error like the following:

```
TypeError: u.default is not a function
```

slightly improve the user experience by catching such error and
letting the user know that something went wrong with the edge
function's evaluation:

```
Error: An error occurred while evaluating the target edge function (<edge-function-path>)
```

- 291bfde: Stop the `cache` property in fetch requests causing internal server error.
- 4570aa6: add vercel@31 as a peer dependency
- c788def: fix package version detection for yarn
- fe6ea04: Add vercel@32 as a peer dependency

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-on-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/next-on-pages",
"version": "1.5.1",
"version": "1.6.0",
"bin": "./bin/index.js",
"scripts": {
"lint": "eslint src templates",
Expand Down

0 comments on commit 82dacc5

Please sign in to comment.