Skip to content

Commit 51e5f3e

Browse files
chore(release): update monorepo packages versions (#2393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 659ef95 commit 51e5f3e

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.changeset/great-bees-change.md

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

packages/plugins/response-cache-cloudflare-kv/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/response-cache-cloudflare-kv
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`7882ffb`](https://github.com/n1ru4l/envelop/commit/7882ffb5fd60ecb7dd5c1a291d6f7d619bdd2a23)]:
9+
- @envelop/response-cache@6.3.0
10+
311
## 1.0.0
412

513
### Minor Changes

packages/plugins/response-cache-cloudflare-kv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache-cloudflare-kv",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"typings": "dist/typings/index.d.ts",
5252
"peerDependencies": {
5353
"@cloudflare/workers-types": "^4.20231121.0",
54-
"@envelop/response-cache": "^6.2.5",
54+
"@envelop/response-cache": "^6.3.0",
5555
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5656
},
5757
"peerDependenciesMeta": {

packages/plugins/response-cache/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @envelop/response-cache
22

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#2392](https://github.com/n1ru4l/envelop/pull/2392)
8+
[`7882ffb`](https://github.com/n1ru4l/envelop/commit/7882ffb5fd60ecb7dd5c1a291d6f7d619bdd2a23)
9+
Thanks [@ardatan](https://github.com/ardatan)! - New `onTtl` hook to manipulate TTL of the cached
10+
response
11+
312
## 6.2.5
413

514
### Patch Changes

packages/plugins/response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache",
3-
"version": "6.2.5",
3+
"version": "6.3.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)