Skip to content

Commit 3eea137

Browse files
Version Packages
1 parent 59f52e0 commit 3eea137

File tree

5 files changed

+25
-28
lines changed

5 files changed

+25
-28
lines changed

.changeset/fruity-cities-rush.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/public-trees-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-snails-hope.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @opennextjs/cloudflare
22

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+
327
## 1.9.2
428

529
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "1.9.2",
4+
"version": "1.10.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)