Skip to content

Commit 1f88c88

Browse files
Version Packages (#1095)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ace65c1 commit 1f88c88

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/add-init-command.md

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

.changeset/six-walls-feel.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.16.0
4+
5+
### Minor Changes
6+
7+
- [#1083](https://github.com/opennextjs/opennextjs-cloudflare/pull/1083) [`b062597`](https://github.com/opennextjs/opennextjs-cloudflare/commit/b0625978050c2b8b2d10e3baa589706261cb7e1b) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - feature: add `migrate` command to set up OpenNext for Cloudflare adapter
8+
9+
This command helps users migrate existing Next.js applications to the OpenNext Cloudflare adapter by automatically setting up all necessary configuration files, dependencies, and scripts.
10+
11+
To use the command simply run: `npx opennextjs-cloudflare migrate`
12+
13+
### Patch Changes
14+
15+
- [#1092](https://github.com/opennextjs/opennextjs-cloudflare/pull/1092) [`4279043`](https://github.com/opennextjs/opennextjs-cloudflare/commit/42790437e3edb56dad092e4d6c5319d354a286d6) Thanks [@vicb](https://github.com/vicb)! - Check for supported Next version
16+
17+
The build will now error for unsupported Next version which may contain unpatched security vulnerabilities.
18+
You can bypass the check using the `--dangerouslyUseUnsupportedNextVersion` flag.
19+
320
## 1.15.1
421

522
### 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.15.1",
4+
"version": "1.16.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)