Skip to content

Commit b1f4eb3

Browse files
Version Packages (#976)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3eb97bb commit b1f4eb3

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

.changeset/lemon-suits-suffer.md

Lines changed: 0 additions & 7 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.13.13
4+
35
## 1.13.12
46

57
## 1.13.11

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.13.12",
3+
"version": "1.13.13",
44
"main": "dist/index.js",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/next-on-pages/CHANGELOG.md

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

3+
## 1.13.13
4+
5+
### Patch Changes
6+
7+
- 3eb97bb: ignore invalid rsc lambdas created for prerendered functions
8+
9+
As of vercel@44.5.4 incorrect lambda rsc functions get generated for prerendered routes, the changes here make sure that such routes get ignored
10+
311
## 1.13.12
412

513
### 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.13.12",
3+
"version": "1.13.13",
44
"bin": "./bin/index.js",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)