Skip to content

Commit 305c20d

Browse files
Version Packages (#1123)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c94a4a commit 305c20d

File tree

6 files changed

+24
-32
lines changed

6 files changed

+24
-32
lines changed

.changeset/puny-coins-tease.md

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

.changeset/salty-spoons-agree.md

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

.changeset/upset-squids-deny.md

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

.changeset/yellow-pears-relax.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.16.4
4+
5+
### Patch Changes
6+
7+
- [#1122](https://github.com/opennextjs/opennextjs-cloudflare/pull/1122) [`6c94a4a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/6c94a4aae9563942fea853b4bb4297dff62a5331) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - In `migrate` command, avoid adding unnecessary newlines when creating files
8+
9+
- [#1122](https://github.com/opennextjs/opennextjs-cloudflare/pull/1122) [`6c94a4a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/6c94a4aae9563942fea853b4bb4297dff62a5331) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix `migrate` command incorrectly erroring if the target application doesn't have a `public` directory
10+
11+
- [#1122](https://github.com/opennextjs/opennextjs-cloudflare/pull/1122) [`6c94a4a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/6c94a4aae9563942fea853b4bb4297dff62a5331) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Bump `@opennextjs/aws` to 3.9.16
12+
13+
- Fix `migrate` command not updating Next.js config files
14+
- Fixes [#1062](https://github.com/opennextjs/opennextjs-cloudflare/issues/1062), [#1115](https://github.com/opennextjs/opennextjs-cloudflare/issues/1115)
15+
16+
See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.16>
17+
18+
- [#1097](https://github.com/opennextjs/opennextjs-cloudflare/pull/1097) [`fea645f`](https://github.com/opennextjs/opennextjs-cloudflare/commit/fea645f01e95b58e728ae6f429601c3fa06dd8bc) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Add `--help` and `--version` to the `opennextjs-cloudflare` CLI
19+
20+
Improve the `opennextjs-cloudflare` CLI by:
21+
22+
- ensuring that unknown commands (e.g., `opennextjs-cloudflare foo`) display a clear and helpful error message
23+
- adding a `-h`|`--help` flag to display the CLI's help message
24+
- adding a `-v`|`--version` flag to display the package's version
25+
326
## 1.16.3
427

528
### Patch 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.16.3",
4+
"version": "1.16.4",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)