Skip to content

Commit

Permalink
Version Packages (#87)
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 66ba0ff commit 652c1d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/swift-geckos-turn.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 66ba0ff: enhancement: Expand missing next.config error message

Found out that next dev can run the a Next.js app without next.config but
if we are using the adapter we throw an error if we don't find the config.
So expanded the error for users.

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch src",
Expand Down

0 comments on commit 652c1d1

Please sign in to comment.