this repo has no description
0
fork

Configure Feed

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

Version Packages (#306)

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

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
68c7d6da 9d45ee84

+11 -13
-7
.changeset/nervous-pumpkins-try.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix the error message of getCloudflareContext 6 - 7 - Hardcode function names that would get mangled otherwise.
-5
.changeset/pretty-boats-invent.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - bump the `wrangler` peer dependency (so to avoid multiple `Using vars defined in .dev.vars` logs during local development)
+10
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 0.4.3 4 + 5 + ### Patch Changes 6 + 7 + - 9d45ee8: fix the error message of getCloudflareContext 8 + 9 + Hardcode function names that would get mangled otherwise. 10 + 11 + - ac52954: bump the `wrangler` peer dependency (so to avoid multiple `Using vars defined in .dev.vars` logs during local development) 12 + 3 13 ## 0.4.2 4 14 5 15 ### 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.4.2", 4 + "version": "0.4.3", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",