Skip to content

Commit efc095b

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

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/clean-lions-tan.md

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

.changeset/full-years-admire.md

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

.changeset/metal-items-watch.md

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

.changeset/thick-oranges-smoke.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- [#968](https://github.com/opennextjs/opennextjs-cloudflare/pull/968) [`ddb0589`](https://github.com/opennextjs/opennextjs-cloudflare/commit/ddb0589ad17cecb06fd789774b1d75b6771af6bf) Thanks [@rgembalik](https://github.com/rgembalik)! - fix: Compiled config is now imported using `pathToFileURL` to avoid crashes on Windows.
8+
9+
- [#958](https://github.com/opennextjs/opennextjs-cloudflare/pull/958) [`7edf91c`](https://github.com/opennextjs/opennextjs-cloudflare/commit/7edf91c7c195cc71f99662ac9e0f039330b2528a) Thanks [@vicb](https://github.com/vicb)! - fix: add missing `await`s
10+
11+
- [#978](https://github.com/opennextjs/opennextjs-cloudflare/pull/978) [`d7ad53e`](https://github.com/opennextjs/opennextjs-cloudflare/commit/d7ad53e6caa277e9a3ad8eee4dc5a0f0a2fe9562) Thanks [@vicb](https://github.com/vicb)! - error early when a node middleware is detected
12+
13+
- [#976](https://github.com/opennextjs/opennextjs-cloudflare/pull/976) [`93f4c8a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/93f4c8a56801a260012e2cab4a2b0aea9df80fb1) Thanks [@rgembalik](https://github.com/rgembalik)! - fix: shell quoting on windows machines to avoid upload errors for routes with `[...path]` segments
14+
315
## 1.11.0
416

517
### 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.11.0",
4+
"version": "1.11.1",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)