Skip to content

Commit 585f2ab

Browse files
Version Packages (#875)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec235e2 commit 585f2ab

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

.changeset/odd-lemons-jog.md

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

.changeset/real-wolves-destroy.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.13.3
4+
35
## 1.13.2
46

57
## 1.13.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.13.2",
3+
"version": "1.13.3",
44
"main": "dist/index.js",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/next-on-pages/CHANGELOG.md

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

3+
## 1.13.3
4+
5+
### Patch Changes
6+
7+
- d1dce9e: Fix prerendered dynamic ISR functions with catch-all segments
8+
- e890632: Provide \_\_NEXT_BUILD_ID env var to functions, making them compatible with Next v14.2.8 and newer.
9+
310
## 1.13.2
411

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

0 commit comments

Comments
 (0)