Skip to content

Commit

Permalink
Version Packages (#560)
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 Nov 26, 2023
1 parent d7b34cc commit 733fed9
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-insects-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-cups-pull.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/twelve-cobras-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-shoes-crash.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.8.0

## 1.7.4

### 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.7.4",
"version": "1.8.0",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
17 changes: 17 additions & 0 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @cloudflare/next-on-pages

## 1.8.0

### Minor Changes

- 888ae85: Add support for using a KV to implement the Suspense Cache via naming convention

With this change users can have their suspense cache implemented via a KV binding, in order to
opt-in to such implementation they simply need to make sure that their application has a KV binding
named `__NEXT_ON_PAGES__KV_SUSPENSE_CACHE` (the next-on-pages worker will pick up such
binding and use it to implement the suspense cache instead of using the default workers cache API).

### Patch Changes

- f364224: Set `x-vercel-sc-host` request header for older versions of Next.js for the suspense cache.
- d7b34cc: Falling back to header if cache tags are not given from fetched CachedFetchValue object. The change was introduced from Next.js 13.5+.
- dbe2c78: Update the matcher for the temp fix for a Next.js bug to match more chars.

## 1.7.4

### 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.7.4",
"version": "1.8.0",
"bin": "./bin/index.js",
"exports": {
"./__experimental__next-dev": "./dist/next-dev/index.cjs"
Expand Down

0 comments on commit 733fed9

Please sign in to comment.