Skip to content

Commit 4195356

Browse files
Version Packages (#782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e984e8f commit 4195356

File tree

4 files changed

+17
-19
lines changed

4 files changed

+17
-19
lines changed

.changeset/short-knives-camp.md

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

.changeset/social-bushes-laugh.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#781](https://github.com/opennextjs/opennextjs-cloudflare/pull/781) [`e984e8f`](https://github.com/opennextjs/opennextjs-cloudflare/commit/e984e8f2e2627626377eee131f1b474697ee0d92) Thanks [@vicb](https://github.com/vicb)! - fallback to the upstream image content-type header
8+
9+
- [#779](https://github.com/opennextjs/opennextjs-cloudflare/pull/779) [`224a2f0`](https://github.com/opennextjs/opennextjs-cloudflare/commit/224a2f05d720c51d507fc152e6fa01c6c26177c8) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Ensure that the `cloudflare` library is available at runtime
10+
11+
Previously it was only a `devDependency` which meant it was missing in real life installations of the tool.
12+
13+
The error looked like:
14+
15+
```text
16+
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cloudflare' imported from @opennextjs/cloudflare/dist/cli/commands/skew-protection.js
17+
```
18+
319
## 1.5.0
420

521
### 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": "1.5.0",
4+
"version": "1.5.1",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)