Skip to content

Commit

Permalink
Version Packages (#818)
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 Jul 10, 2024
1 parent 97d7981 commit 944f7e7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-falcons-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-glasses-buy.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.12.1

## 1.12.0

## 1.11.3
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.12.0",
"version": "1.12.1",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
11 changes: 8 additions & 3 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.12.1

### Patch Changes

- 9dd9fe4: make sure headers set in middlewares are accessibly by layouts and pages
- 97d7981: Support for pre-rendered `API` functions.

## 1.12.0

### Minor Changes
Expand Down Expand Up @@ -107,9 +114,7 @@
export const runtime = 'edge';

export async function GET(request) {
const {
env, cf, ctx,
} = getRequestContext();
const { env, cf, ctx } = getRequestContext();
// ...
}
```
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.12.0",
"version": "1.12.1",
"bin": "./bin/index.js",
"exports": {
".": {
Expand Down

0 comments on commit 944f7e7

Please sign in to comment.