Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-planes-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-places-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-bats-sniff.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @opennextjs/cloudflare

## 1.8.0

### Minor Changes

- [#862](https://github.com/opennextjs/opennextjs-cloudflare/pull/862) [`728ad99`](https://github.com/opennextjs/opennextjs-cloudflare/commit/728ad9901a2ed57a0aae33f5d460bf5d0f32b5bb) Thanks [@james-elicx](https://github.com/james-elicx)! - feat: support for a custom OpenNext config path with the `--openNextConfigPath` flag

### Patch Changes

- [#872](https://github.com/opennextjs/opennextjs-cloudflare/pull/872) [`dc76d6e`](https://github.com/opennextjs/opennextjs-cloudflare/commit/dc76d6e7b62a5e33488b47aba62f8573bf3ab49f) Thanks [@alex-all3dp](https://github.com/alex-all3dp)! - Fix check for missing CACHE_PURGE_ZONE_ID

- [#862](https://github.com/opennextjs/opennextjs-cloudflare/pull/862) [`728ad99`](https://github.com/opennextjs/opennextjs-cloudflare/commit/728ad9901a2ed57a0aae33f5d460bf5d0f32b5bb) Thanks [@james-elicx](https://github.com/james-elicx)! - refactor: deprecate usage of the `--configPath` flag for the Wrangler config, in favour of the `--config` flag.

## 1.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand Down