Skip to content

Commit

Permalink
Version Packages (#521)
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 11, 2023
1 parent ee237f3 commit 3dc3ac4
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-spoons-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-geckos-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-walls-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-deers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-feet-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-eggs-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-jeans-lay.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.7.3

## 1.7.2

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

## 1.7.3

### Patch Changes

- c83d125: Temporary hotfix for `vercel/next.js#58265` so that rendering in Next.js >= 14.0.2 works.
- bf57ec9: Fix prerendered `next.config.js` `basePath` root infinite redirect due to Cloudflare Pages handling of `/{path}/index`.
- bf57ec9: Fix nested `index.rsc` routes not generating a non-index override.
- 9b290cb: Output more information about the sizes of identifiers and functions, as well as all of the consumers of each identifier.
- bf57ec9: Fix the `/_not-found` invalid function hack to work with `next.config.js` `basePath`.
- ee237f3: Patch the fetch function inside the fetch handler, instead of in the global scope.
- bf57ec9: Fix unncessary invalid function at the root not being discarded when using `next.config.js` `basePath` option.

## 1.7.2

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

0 comments on commit 3dc3ac4

Please sign in to comment.