Skip to content

Commit 3dc3ac4

Browse files
Version Packages (#521)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ee237f3 commit 3dc3ac4

File tree

11 files changed

+16
-37
lines changed

11 files changed

+16
-37
lines changed

.changeset/eighty-spoons-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-geckos-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-walls-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-deers-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-feet-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-eggs-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-jeans-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-next-on-pages/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-next-on-pages
22

3+
## 1.7.3
4+
35
## 1.7.2
46

57
## 1.7.1

packages/eslint-plugin-next-on-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-next-on-pages",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"main": "dist/index.js",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/next-on-pages/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cloudflare/next-on-pages
22

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

517
### Patch Changes

packages/next-on-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/next-on-pages",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"bin": "./bin/index.js",
55
"exports": {
66
"./__experimental__next-dev": "./dist/next-dev/index.cjs"

0 commit comments

Comments
 (0)