Skip to content

Commit

Permalink
Version Packages (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
workers-frameworks and github-actions[bot] authored Oct 10, 2024
1 parent 87f4fb5 commit c63b16a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/slow-dolphins-sparkle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-cougars-explain.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @opennextjs/cloudflare

## 0.1.0

### Minor Changes

- 87f4fb5: feat: configure kv binding name with env var

The Workers KV binding used in the Next.js cache handler can be given a custom name with the `__OPENNEXT_KV_BINDING_NAME` environment variable at build-time, instead of defaulting to `NEXT_CACHE_WORKERS_KV`.

### Patch Changes

- 83abcfe: refactor: retrieve cache handler kv instance inside constructor

The cache handler was retrieving it's KV instance as a static property on the class that was defined at some point during the execution of the Next.js server. This moves the retrieval of the KV instance to happen inside the constructor for the class, so that it is retrieved during instantiation instead.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
"version": "0.0.3",
"version": "0.1.0",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch src",
Expand Down

0 comments on commit c63b16a

Please sign in to comment.