Skip to content

Commit

Permalink
Version Packages (#387)
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 25, 2023
1 parent 5d42e57 commit eae9f6a
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-owls-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-comics-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-crabs-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-carrots-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-parrots-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-socks-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-pianos-fry.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tame-goats-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ghosts-boil.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.4.0

## 1.3.1

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

## 1.4.0

### Minor Changes

- 660ed5e: Optimize build output function processing to increase next-on-pages' build speed by 2-4x.
- 11afe0a: Group code block identifiers by the function files that they are consumed in. This reduces the total number of unique files created for identifiers that are used in multiple functions, like Webpack chunks or manifests.
- ee6b7dc: add user-agent header to outgoing fetch requests

mimic Next.js' behavior of setting (if not already present) a `user-agent` header set to `Next.js Middleware`
see: https://github.com/vercel/next.js/blob/6705c803021d3bdea7fec20e5d98f6899e49836d/packages/next/src/server/web/sandbox/context.ts#L318-L320

this helps making next-on-pages more consistent with Next.js on Vercel
(it and can solve issues in which such header is necessary, as for example when making Github rest api calls,
see: https://github.com/cloudflare/next-on-pages/issues/376#issuecomment-1628416988)

### Patch Changes

- 660ed5e: Prevent prerender files from overwriting in the output directory when the file hashes are the same.
- 660ed5e: Completely avoid processing rsc functions due to them being identical to non-rsc functions.
- f08f2b9: Fix `next.config.js` rewrites unintentionally redirecting the user instead of rewriting the request.
- 6c28128: Fix middleware redirects not always bailing out of the routing stages.
- 9734795: clarify that Yarn Plug'n'Play can't be used simply because not supported by vercel
- 551fa05: Fix the `/_next/static` exclusion in `_routes.json` being incorrect when the directory is not in the root.

## 1.3.1

### 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.3.1",
"version": "1.4.0",
"bin": "./bin/index.js",
"scripts": {
"lint": "eslint src",
Expand Down

0 comments on commit eae9f6a

Please sign in to comment.