Skip to content

Commit d065bd5

Browse files
chore(release): update monorepo packages versions (#1874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33a8e3e commit d065bd5

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.changeset/dull-maps-care.md

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

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

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`914d78c3`](https://github.com/n1ru4l/envelop/commit/914d78c33d527137f4b7c69982b30044e91fda33)]:
9+
- @envelop/response-cache@5.0.1
10+
311
## 3.0.0
412

513
### Major 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": "3.0.0",
3+
"version": "3.0.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": "^5.0.0",
51+
"@envelop/response-cache": "^5.0.1",
5252
"ioredis": "^4.27.9",
5353
"tslib": "^2.5.0"
5454
},

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+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- [#1873](https://github.com/n1ru4l/envelop/pull/1873)
8+
[`914d78c3`](https://github.com/n1ru4l/envelop/commit/914d78c33d527137f4b7c69982b30044e91fda33)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Do not revisit cached parser result which adds
10+
extra \_\_typename properties in the execution result
11+
312
## 5.0.0
413

514
### Major 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": "5.0.0",
3+
"version": "5.0.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)