Skip to content

Commit 93add60

Browse files
Version Packages
1 parent b0c14e1 commit 93add60

File tree

5 files changed

+15
-20
lines changed

5 files changed

+15
-20
lines changed

.changeset/many-apples-matter.md

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

.changeset/serious-coats-speak.md

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

.changeset/twelve-turtles-trade.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- [#595](https://github.com/opennextjs/opennextjs-cloudflare/pull/595) [`b0c14e1`](https://github.com/opennextjs/opennextjs-cloudflare/commit/b0c14e15ed886dd8f21489b89361feb05c244d23) Thanks [@vicb](https://github.com/vicb)! - drop support for wrangler v3
8+
9+
- [#591](https://github.com/opennextjs/opennextjs-cloudflare/pull/591) [`0361672`](https://github.com/opennextjs/opennextjs-cloudflare/commit/03616723ee775c31fed9cb1a048e7b0a9bd1e63c) Thanks [@vicb](https://github.com/vicb)! - Add an example of creating a custom worker
10+
11+
Creating a custom worker enable adding DO, handlers (scheduled, queue, ...)
12+
13+
closes #207, #397, #589
14+
15+
- [#607](https://github.com/opennextjs/opennextjs-cloudflare/pull/607) [`15f1160`](https://github.com/opennextjs/opennextjs-cloudflare/commit/15f11607d7cb5820e34164e887f18cef6d84a6b4) Thanks [@conico974](https://github.com/conico974)! - fix page router shared context to use the correct one
16+
317
## 1.0.0-beta.3
418

519
### 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.0.0-beta.3",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)