this repo has no description
0
fork

Configure Feed

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

Version Packages (#244)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
7028c33e 2e13de22

+8 -11
-5
.changeset/lemon-zoos-chew.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - Add support for specifying wrangler environment when using next dev so that bindings and vars are properly loaded. This can be specified with the env variable NEXT_DEV_WRANGLER_ENV.
-5
.changeset/violet-zebras-notice.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix broken `patchRequireReactDomServerEdge` patch
+7
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 0.3.7 4 + 5 + ### Patch Changes 6 + 7 + - 41c55a8: Add support for specifying wrangler environment when using next dev so that bindings and vars are properly loaded. This can be specified with the env variable NEXT_DEV_WRANGLER_ENV. 8 + - 2e13de2: fix broken `patchRequireReactDomServerEdge` patch 9 + 3 10 ## 0.3.6 4 11 5 12 ### 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": "0.3.6", 4 + "version": "0.3.7", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",