Skip to content

Commit 35ebd8b

Browse files
Version Packages
1 parent 15f1160 commit 35ebd8b

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @opennextjs/cloudflare
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
Creating a custom worker enable adding DO, handlers (scheduled, queue, ...)
10+
11+
closes #207, #397, #589
12+
13+
- [#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
14+
315
## 1.0.0-beta.3
416

517
### 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)