Skip to content

Commit

Permalink
Version Packages (#736)
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 Apr 23, 2024
1 parent f7bf30b commit beec78a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-icons-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-owls-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-crews-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-suns-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-llamas-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.11.1

## 1.11.0

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

## 1.11.1

### Patch Changes

- f7bf30b: Ignore the invalid `*.action.func` folders introduced in next.js 14.2.2
- 446e9af: exit with exit status 1 on build unexpected errors (when watch mode is disabled)
- 5170477: Respect next `basePath` when configuring `_next/static` headers.
- ad4ca02: Convert dynamic requires for `cloudflare:*` built-ins to import statements.
- ad4ca02: Mark `cloudflare:*` as external for esbuild.

## 1.11.0

### 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.11.0",
"version": "1.11.1",
"bin": "./bin/index.js",
"exports": {
".": "./dist/api/index.js",
Expand Down

0 comments on commit beec78a

Please sign in to comment.