this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#959)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
efc095b6 d7ad53e6

+13 -21
-5
.changeset/clean-lions-tan.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: Compiled config is now imported using `pathToFileURL` to avoid crashes on Windows.
-5
.changeset/full-years-admire.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: add missing `await`s
-5
.changeset/metal-items-watch.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - error early when a node middleware is detected
-5
.changeset/thick-oranges-smoke.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: shell quoting on windows machines to avoid upload errors for routes with `[...path]` segments
+12
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 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 + 3 15 ## 1.11.0 4 16 5 17 ### Minor Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.11.0", 4 + "version": "1.11.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",