Skip to content

Commit

Permalink
Version Packages (#875)
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 Sep 21, 2024
1 parent ec235e2 commit 585f2ab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-lemons-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-wolves-destroy.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.13.3

## 1.13.2

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

## 1.13.3

### Patch Changes

- d1dce9e: Fix prerendered dynamic ISR functions with catch-all segments
- e890632: Provide \_\_NEXT_BUILD_ID env var to functions, making them compatible with Next v14.2.8 and newer.

## 1.13.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.13.2",
"version": "1.13.3",
"bin": "./bin/index.js",
"exports": {
".": {
Expand Down

0 comments on commit 585f2ab

Please sign in to comment.