this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#1027)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Victor Berchet <victor@suumit.com>

authored by

workers-frameworks
github-actions[bot]
Victor Berchet
and committed by
GitHub
7159f6f1 26de0720

+9 -11
-5
.changeset/major-bugs-wave.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - Add missing WORKER_SELF_REFERENCE service binding in the wrangler.jsonc that the CLI creates
-5
.changeset/pink-ads-add.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix(images): allow any local path when no localPatterns are specified
+8
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.14.4 4 + 5 + ### Patch Changes 6 + 7 + - [#1020](https://github.com/opennextjs/opennextjs-cloudflare/pull/1020) [`07919d8`](https://github.com/opennextjs/opennextjs-cloudflare/commit/07919d84033ba46e3e4cad62f526be330947d7ec) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Add missing WORKER_SELF_REFERENCE service binding in the wrangler.jsonc that the CLI creates 8 + 9 + - [#1032](https://github.com/opennextjs/opennextjs-cloudflare/pull/1032) [`1de4899`](https://github.com/opennextjs/opennextjs-cloudflare/commit/1de4899e425510e200a8ecf1b959438afee0633b) Thanks [@vicb](https://github.com/vicb)! - fix(images): allow any local path when no localPatterns are specified 10 + 3 11 ## 1.14.3 4 12 5 13 ### Patch Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.14.3", 4 + "version": "1.14.4", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",