this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#908)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
e0886d12 ba4cac5f

+11 -11
-5
.changeset/cute-papayas-win.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - refactor: only try to purge the cache when invalidation is configured
-5
.changeset/silver-walls-cover.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - feat: add an experimental KV based tag cache
+10
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.9.0 4 + 5 + ### Minor Changes 6 + 7 + - [#906](https://github.com/opennextjs/opennextjs-cloudflare/pull/906) [`dcc864d`](https://github.com/opennextjs/opennextjs-cloudflare/commit/dcc864d43558fd8a46dd7c19c10d132b5afc796b) Thanks [@vicb](https://github.com/vicb)! - feat: add an experimental KV based tag cache 8 + 9 + ### Patch Changes 10 + 11 + - [#907](https://github.com/opennextjs/opennextjs-cloudflare/pull/907) [`ba4cac5`](https://github.com/opennextjs/opennextjs-cloudflare/commit/ba4cac5f234555a21a0ad4a672905622f3eaf5b3) Thanks [@vicb](https://github.com/vicb)! - refactor: only try to purge the cache when invalidation is configured 12 + 3 13 ## 1.8.5 4 14 5 15 ### Patch Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.8.5", 4 + "version": "1.9.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",