Skip to content

Commit

Permalink
Version Packages (#670)
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 Mar 4, 2024
1 parent b46977c commit 46e53ec
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 41 deletions.
9 changes: 0 additions & 9 deletions .changeset/beige-ducks-glow.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/brave-jeans-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-years-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-cheetahs-hear.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/rare-deers-brake.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.10.0

## 1.9.0

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

## 1.10.0

### Minor Changes

- 739e2a7: make (no-op) `caches` available in dev mode

update `setupDevPlatform` to also add a `caches` object to the global scope
so that it can be used during development in a production-like manner

_note_: the implementation of `caches` is currently a no-op one

### Patch Changes

- 90e140c: Make the `getRequestContext`'s error message more helpful during local development

During local development add information in the `getRequestContext`'s error
message reminding the user to setup the dev platform via `setupDevPlatform`
in their config file

- 5187973: Make `getRequestContext` and `getOptionalRequestContext` throw if used inside the Node.js runtime

Currently if users run `getRequestContext` or `getOptionalRequestContext` in the Node.js runtime
they get a generic error saying that the request context could not be found, improve such behavior
by having the functions throw instead, clearly informing the user that the problem is the wrong
runtime being used

- 9b1d951: Fix bundled wasm imports that are not located inside the function's directory.
- b46977c: Fix the Next.js `originalRequest` bug for an unminified edge function generated by Vercel.

## 1.9.0

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

0 comments on commit 46e53ec

Please sign in to comment.