Skip to content

Commit f8280e4

Browse files
Version Packages (#897)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51322a8 commit f8280e4

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/odd-colts-walk.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @opennextjs/cloudflare
22

3+
## 1.8.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
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.
10+
11+
- `opennextjs-cloudflare preview --remote` will populate the remote binding for the preview ID specified in your Wrangler config.
12+
- `opennextjs-cloudflare preview` will continue to populate the local binding in your Wrangler config.
13+
314
## 1.8.3
415

516
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)