this repo has no description
0
fork

Configure Feed

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

Version Packages (#715)

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

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
dd5150d4 eedbe2b7

+9 -11
-5
.changeset/giant-books-dream.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - perf: minify the generated bundle by default
-5
.changeset/whole-spiders-stay.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - make the "require" patch optional
+8
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.2.1 4 + 5 + ### Patch Changes 6 + 7 + - [#714](https://github.com/opennextjs/opennextjs-cloudflare/pull/714) [`eedbe2b`](https://github.com/opennextjs/opennextjs-cloudflare/commit/eedbe2b772db476a68c68133d24cf80ea5bb9b82) Thanks [@vicb](https://github.com/vicb)! - perf: minify the generated bundle by default 8 + 9 + - [#713](https://github.com/opennextjs/opennextjs-cloudflare/pull/713) [`3d8fb0c`](https://github.com/opennextjs/opennextjs-cloudflare/commit/3d8fb0c353c180fa80c831a2a7703a5f58f33f54) Thanks [@vicb](https://github.com/vicb)! - make the "require" patch optional 10 + 3 11 ## 1.2.0 4 12 5 13 ### Minor 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.2.0", 4 + "version": "1.2.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",