Skip to content

Commit 89bda8c

Browse files
Version Packages (#209)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3949ce commit 89bda8c

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/khaki-shirts-deliver.md

-7
This file was deleted.

.changeset/unlucky-spiders-lay.md

-5
This file was deleted.

packages/cloudflare/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @opennextjs/cloudflare
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- b3949ce: fix: delete init.cache rather than assign undefined
8+
9+
Assigning undefined to init.cache throws when using NextAuth
10+
11+
- 12a1f75: update location of output path in success message
12+
313
## 0.3.2
414

515
### Patch Changes

packages/cloudflare/package.json

+1-1
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": "0.3.2",
4+
"version": "0.3.3",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)