Skip to content

Commit 652c1d1

Browse files
Version Packages (#87)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 66ba0ff commit 652c1d1

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/swift-geckos-turn.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 66ba0ff: enhancement: Expand missing next.config error message
8+
9+
Found out that next dev can run the a Next.js app without next.config but
10+
if we are using the adapter we throw an error if we don't find the config.
11+
So expanded the error for users.
12+
313
## 0.1.0
414

515
### Minor 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": "0.1.0",
4+
"version": "0.1.1",
55
"scripts": {
66
"build": "tsup",
77
"build:watch": "tsup --watch src",

0 commit comments

Comments
 (0)