Skip to content

Commit dc3dbe7

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

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/evil-rabbits-relax.md

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

.changeset/pink-dodos-decide.md

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

.changeset/tricky-monkeys-wear.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- [#878](https://github.com/opennextjs/opennextjs-cloudflare/pull/878) [`23b67ce`](https://github.com/opennextjs/opennextjs-cloudflare/commit/23b67ce1d828498dcef89551b256dd0e8551199b) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Respect trailing slash config for \_next/image route in worker
8+
9+
- [#882](https://github.com/opennextjs/opennextjs-cloudflare/pull/882) [`a6283af`](https://github.com/opennextjs/opennextjs-cloudflare/commit/a6283af5e0a70889a0dba1a0c7a8829184b2e7ae) Thanks [@vicb](https://github.com/vicb)! - perf: skip lazy update on cache hit when cache purge is enabled
10+
11+
- [#881](https://github.com/opennextjs/opennextjs-cloudflare/pull/881) [`9a746d2`](https://github.com/opennextjs/opennextjs-cloudflare/commit/9a746d27e5712766516ac048bf6f73a1e9b7f5fd) Thanks [@vicb](https://github.com/vicb)! - fix: detection of cache purge
12+
313
## 1.8.0
414

515
### Minor 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.8.0",
4+
"version": "1.8.1",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)