Skip to content

Commit

Permalink
Version Packages (#918)
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 Dec 8, 2024
1 parent e1d65f4 commit 2cd4c3c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-vans-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-chairs-explode.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.7

## 1.13.6

## 1.13.5
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.6",
"version": "1.13.7",
"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.7

### Patch Changes

- e1d65f4: fix Next.js calling a non-bound waitUntil function
- edd4fea: Allow import of `node:*` and `cloudflare:*` in worker custom entrypoint

## 1.13.6

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

0 comments on commit 2cd4c3c

Please sign in to comment.