this repo has no description
0
fork

Configure Feed

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

Version Packages (#940)

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
b2d14c72 59f52e02

+25 -28
-7
.changeset/fruity-cities-rush.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - bump `@opennextjs/aws` to 3.8.2 6 - 7 - See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.2>
-5
.changeset/public-trees-call.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - perf: low-hanging fruits
-15
.changeset/quiet-snails-hope.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - feat: retrieve CLI environment variables from `process.env` and `.env*` files 6 - 7 - Recommended usage on CI: 8 - 9 - - Add your secrets to `process.env` (i.e. `CF_ACCOUNT_ID`) 10 - - Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`) 11 - 12 - Recommended usage for local dev: 13 - 14 - - Add your secrets to either a `.dev.vars*` or `.env*` file (i.e. `CF_ACCOUNT_ID`) 15 - - Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`)
+24
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.10.0 4 + 5 + ### Minor Changes 6 + 7 + - [#937](https://github.com/opennextjs/opennextjs-cloudflare/pull/937) [`32ba91a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/32ba91a6d3fa6b9a8b2cd5a8c973c3b3eb1108f0) Thanks [@vicb](https://github.com/vicb)! - feat: retrieve CLI environment variables from `process.env` and `.env*` files 8 + 9 + Recommended usage on CI: 10 + 11 + - Add your secrets to `process.env` (i.e. `CF_ACCOUNT_ID`) 12 + - Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`) 13 + 14 + Recommended usage for local dev: 15 + 16 + - Add your secrets to either a `.dev.vars*` or `.env*` file (i.e. `CF_ACCOUNT_ID`) 17 + - Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`) 18 + 19 + ### Patch Changes 20 + 21 + - [#941](https://github.com/opennextjs/opennextjs-cloudflare/pull/941) [`59f52e0`](https://github.com/opennextjs/opennextjs-cloudflare/commit/59f52e02f6592130b6ad82e06abe6f6ed5cb3456) Thanks [@vicb](https://github.com/vicb)! - bump `@opennextjs/aws` to 3.8.2 22 + 23 + See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.2> 24 + 25 + - [#939](https://github.com/opennextjs/opennextjs-cloudflare/pull/939) [`54c47e5`](https://github.com/opennextjs/opennextjs-cloudflare/commit/54c47e5bdca38410c6782f55f0e2ececd0010182) Thanks [@vicb](https://github.com/vicb)! - perf: low-hanging fruits 26 + 3 27 ## 1.9.2 4 28 5 29 ### 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.9.2", 4 + "version": "1.10.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",