From b51dc530132712e8e77762597d791c05c60f7443 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Jan 2025 06:57:38 +0000 Subject: [PATCH] Version Packages --- .changeset/friendly-ears-ring.md | 10 ---------- packages/cloudflare/CHANGELOG.md | 11 +++++++++++ packages/cloudflare/package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/friendly-ears-ring.md diff --git a/.changeset/friendly-ears-ring.md b/.changeset/friendly-ears-ring.md deleted file mode 100644 index b3dd561d..00000000 --- a/.changeset/friendly-ears-ring.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -fix: make sure that the `initOpenNextCloudflareForDev()` logic runs only once - -Currently calling `initOpenNextCloudflareForDev()` in the Next.js config file causes -this initialization logic to run twice, consuming more resources and causing extra -noise in the terminal logs, this change makes sure that the initialization logic -is run only once instead diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 2b62b404..fc96c88d 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,16 @@ # @opennextjs/cloudflare +## 0.4.1 + +### Patch Changes + +- 1a2b815: fix: make sure that the `initOpenNextCloudflareForDev()` logic runs only once + + Currently calling `initOpenNextCloudflareForDev()` in the Next.js config file causes + this initialization logic to run twice, consuming more resources and causing extra + noise in the terminal logs, this change makes sure that the initialization logic + is run only once instead + ## 0.4.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index c6c041b3..1aa61beb 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@opennextjs/cloudflare", "description": "Cloudflare builder for next apps", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "scripts": { "clean": "rimraf dist",