From 210a774f8c1d42161c0e47c1c5bba8d593400a8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:47:48 +0000 Subject: [PATCH] Version Packages --- .changeset/odd-colts-walk.md | 10 ---------- packages/cloudflare/CHANGELOG.md | 11 +++++++++++ packages/cloudflare/package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/odd-colts-walk.md diff --git a/.changeset/odd-colts-walk.md b/.changeset/odd-colts-walk.md deleted file mode 100644 index 1bfcf739..00000000 --- a/.changeset/odd-colts-walk.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -fix: remote flag not working for preview command's cache population - -Previously, passing the `--remote` flag when running `opennextjs-cloudflare preview --remote` would not result in the remote preview binding being populated, and would throw errors due to a missing preview flag when populating Workers KV. The remote flag is now supported for the cache popoulation step when running the preview command. - -- `opennextjs-cloudflare preview --remote` will populate the remote binding for the preview ID specified in your Wrangler config. -- `opennextjs-cloudflare preview` will continue to populate the local binding in your Wrangler config. diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 745468a4..7399bff9 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,16 @@ # @opennextjs/cloudflare +## 1.8.4 + +### Patch Changes + +- [#888](https://github.com/opennextjs/opennextjs-cloudflare/pull/888) [`51322a8`](https://github.com/opennextjs/opennextjs-cloudflare/commit/51322a8c02eda77ff106e50e57f41ca3832ebd87) Thanks [@james-elicx](https://github.com/james-elicx)! - fix: remote flag not working for preview command's cache population + + Previously, passing the `--remote` flag when running `opennextjs-cloudflare preview --remote` would not result in the remote preview binding being populated, and would throw errors due to a missing preview flag when populating Workers KV. The remote flag is now supported for the cache popoulation step when running the preview command. + + - `opennextjs-cloudflare preview --remote` will populate the remote binding for the preview ID specified in your Wrangler config. + - `opennextjs-cloudflare preview` will continue to populate the local binding in your Wrangler config. + ## 1.8.3 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index b65f3c43..b3ac19ca 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@opennextjs/cloudflare", "description": "Cloudflare builder for next apps", - "version": "1.8.3", + "version": "1.8.4", "type": "module", "scripts": { "clean": "rimraf dist",