Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent 7882ffb commit dc16bb3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-bees-change.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/plugins/response-cache-cloudflare-kv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @envelop/response-cache-cloudflare-kv

## 2.0.0

### Patch Changes

- Updated dependencies
[[`7882ffb`](https://github.com/n1ru4l/envelop/commit/7882ffb5fd60ecb7dd5c1a291d6f7d619bdd2a23)]:
- @envelop/response-cache@6.3.0

## 1.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/response-cache-cloudflare-kv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache-cloudflare-kv",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
"@envelop/response-cache": "^6.2.5",
"@envelop/response-cache": "^6.3.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"peerDependenciesMeta": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @envelop/response-cache

## 6.3.0

### Minor Changes

- [#2392](https://github.com/n1ru4l/envelop/pull/2392)
[`7882ffb`](https://github.com/n1ru4l/envelop/commit/7882ffb5fd60ecb7dd5c1a291d6f7d619bdd2a23)
Thanks [@ardatan](https://github.com/ardatan)! - New `onTtl` hook to manipulate TTL of the cached
response

## 6.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache",
"version": "6.2.5",
"version": "6.3.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit dc16bb3

Please sign in to comment.