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/empty-hotels-wish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-crews-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-months-enter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-impalas-cover.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.0.4

### Patch Changes

- [#676](https://github.com/opennextjs/opennextjs-cloudflare/pull/676) [`ead6ddc`](https://github.com/opennextjs/opennextjs-cloudflare/commit/ead6ddce45a9c7725f027fb8f7e826f864d82be5) Thanks [@vicb](https://github.com/vicb)! - bump esbuild to 0.25.4

- [#675](https://github.com/opennextjs/opennextjs-cloudflare/pull/675) [`e6040bc`](https://github.com/opennextjs/opennextjs-cloudflare/commit/e6040bcaaf887148b5be44e08fe79c7e4ff92042) Thanks [@conico974](https://github.com/conico974)! - add a `cloudflare.dangerousDisableConfigValidation` config option to not throw on validation of the config

- [#674](https://github.com/opennextjs/opennextjs-cloudflare/pull/674) [`ec9ea58`](https://github.com/opennextjs/opennextjs-cloudflare/commit/ec9ea58764fa344b6a47df33b4ae05063d9a1c07) Thanks [@conico974](https://github.com/conico974)! - fix blockConcurrencyWhile on DO queue

- [#672](https://github.com/opennextjs/opennextjs-cloudflare/pull/672) [`9188e67`](https://github.com/opennextjs/opennextjs-cloudflare/commit/9188e679cc70d14bc2dedfa2428926b51c1a1ba9) Thanks [@conico974](https://github.com/conico974)! - bump aws to 3.6.2. More details about the fixes can be found here: https://github.com/opennextjs/opennextjs-aws/blob/main/packages/open-next/CHANGELOG.md#362

## 1.0.3

### 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.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand Down