Skip to content

Commit 5c78fbf

Browse files
Upcoming Release Changes (#2088)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 09a4bc1 commit 5c78fbf

File tree

9 files changed

+43
-21
lines changed

9 files changed

+43
-21
lines changed

.changeset/breezy-pots-lick.md

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

.changeset/kind-rivers-do.md

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

.changeset/odd-nails-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# @envelop/response-cache-cloudflare-kv
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#2057](https://github.com/n1ru4l/envelop/pull/2057)
8+
[`78c2f26`](https://github.com/n1ru4l/envelop/commit/78c2f26eb4c485f6c8d009bfb8bb366b6f0c5d77)
9+
Thanks [@AdiRishi](https://github.com/AdiRishi)! - Initial release
10+
11+
### Patch Changes
12+
13+
- Updated dependencies
14+
[[`cafc43f`](https://github.com/n1ru4l/envelop/commit/cafc43f444f17a9d6fc2f283e3ba31a14c568b51),
15+
[`09a4bc1`](https://github.com/n1ru4l/envelop/commit/09a4bc146753faa84c7eaa3ba934fb3b66ea0640)]:
16+
- @envelop/response-cache@6.1.1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache-cloudflare-kv",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -50,15 +50,15 @@
5050
},
5151
"typings": "dist/typings/index.d.ts",
5252
"peerDependencies": {
53-
"@envelop/response-cache": "^6.1.0",
53+
"@envelop/response-cache": "^6.1.1",
5454
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5555
},
5656
"dependencies": {
5757
"tslib": "^2.6.2"
5858
},
5959
"devDependencies": {
6060
"@cloudflare/workers-types": "^4.20231025.0",
61-
"@envelop/response-cache": "^6.1.0",
61+
"@envelop/response-cache": "^6.1.1",
6262
"jest-environment-miniflare": "^2.14.1",
6363
"ts-jest": "29.1.1",
6464
"typescript": "^5.2.2"

packages/plugins/response-cache-redis/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cafc43f`](https://github.com/n1ru4l/envelop/commit/cafc43f444f17a9d6fc2f283e3ba31a14c568b51),
9+
[`09a4bc1`](https://github.com/n1ru4l/envelop/commit/09a4bc146753faa84c7eaa3ba934fb3b66ea0640)]:
10+
- @envelop/response-cache@6.1.1
11+
312
## 4.1.0
413

514
### Patch Changes

packages/plugins/response-cache-redis/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-redis",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -48,7 +48,7 @@
4848
"typings": "dist/typings/index.d.ts",
4949
"peerDependencies": {},
5050
"dependencies": {
51-
"@envelop/response-cache": "^6.1.0",
51+
"@envelop/response-cache": "^6.1.1",
5252
"ioredis": "^4.27.9",
5353
"tslib": "^2.5.0"
5454
},

packages/plugins/response-cache/CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#2094](https://github.com/n1ru4l/envelop/pull/2094)
8+
[`cafc43f`](https://github.com/n1ru4l/envelop/commit/cafc43f444f17a9d6fc2f283e3ba31a14c568b51)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Run enabled once only in execution
10+
11+
* [#2090](https://github.com/n1ru4l/envelop/pull/2090)
12+
[`09a4bc1`](https://github.com/n1ru4l/envelop/commit/09a4bc146753faa84c7eaa3ba934fb3b66ea0640)
13+
Thanks [@klippx](https://github.com/klippx)! - Fix TTL being NaN when using `@cacheControl`
14+
without `maxAge` argument.
15+
316
## 6.1.0
417

518
### Minor 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.1.0",
3+
"version": "6.1.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)