From e7311df025c5b999a72e443e9c9b0265143b4214 Mon Sep 17 00:00:00 2001 From: workers-frameworks <145479816+workers-frameworks@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:06:17 +0100 Subject: [PATCH] Version Packages (#93) Co-authored-by: github-actions[bot] --- .changeset/nine-impalas-wave.md | 7 ------- packages/cloudflare/CHANGELOG.md | 8 ++++++++ packages/cloudflare/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/nine-impalas-wave.md diff --git a/.changeset/nine-impalas-wave.md b/.changeset/nine-impalas-wave.md deleted file mode 100644 index 492320ae..00000000 --- a/.changeset/nine-impalas-wave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@opennextjs/cloudflare": minor ---- - -feat: cli arg to disable minification - -The cache handler currently forces minification. There is now a CLI arg to disable minification for the build. At the moment, this only applies to the cache handler but may be used for other parts of the build in the future when minification is introduced to them. By default, minification is enabled, but can be disabled by passing `--noMinify`. diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index dc4237e9..6f4bb842 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,13 @@ # @opennextjs/cloudflare +## 0.2.0 + +### Minor Changes + +- 6acf0fd: feat: cli arg to disable minification + + The cache handler currently forces minification. There is now a CLI arg to disable minification for the build. At the moment, this only applies to the cache handler but may be used for other parts of the build in the future when minification is introduced to them. By default, minification is enabled, but can be disabled by passing `--noMinify`. + ## 0.1.1 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 56bc5743..375390db 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.1.1", + "version": "0.2.0", "scripts": { "build": "tsup", "build:watch": "tsup --watch src",