this repo has no description
0
fork

Configure Feed

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

Version Packages (#981)

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
c1a045f7 68aed260

+9 -11
-5
.changeset/better-paws-shout.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - Add standard Next template generated from create-next-app that will be used by create-cloudflare going forward
-5
.changeset/silver-phones-brush.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - feat: turbopack support
+8
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.12.0 4 + 5 + ### Minor Changes 6 + 7 + - [#973](https://github.com/opennextjs/opennextjs-cloudflare/pull/973) [`8cb7669`](https://github.com/opennextjs/opennextjs-cloudflare/commit/8cb7669b0b394c02798f98f3ba5e311bf44b794e) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Add standard Next template generated from create-next-app that will be used by create-cloudflare going forward 8 + 9 + - [#983](https://github.com/opennextjs/opennextjs-cloudflare/pull/983) [`68aed26`](https://github.com/opennextjs/opennextjs-cloudflare/commit/68aed2605c3490b8650f9c2a38ca219ffb69318c) Thanks [@vicb](https://github.com/vicb)! - feat: turbopack support 10 + 3 11 ## 1.11.1 4 12 5 13 ### Patch 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.1", 4 + "version": "1.12.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",