Skip to content

Commit 3759977

Browse files
chore(release): update monorepo packages versions
1 parent b837df0 commit 3759977

File tree

5 files changed

+37
-12
lines changed

5 files changed

+37
-12
lines changed

.changeset/@graphql-mesh_cache-redis-8830-dependencies.md

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

.changeset/shiny-paths-flow.md

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

packages/cache/redis/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @graphql-mesh/cache-redis
22

3+
## 0.105.0
4+
5+
### Minor Changes
6+
7+
- [#8830](https://github.com/ardatan/graphql-mesh/pull/8830)
8+
[`4087109`](https://github.com/ardatan/graphql-mesh/commit/4087109ce6b80a5214bd4e57cbaf924cf338988b)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Add support of OTEL tracing with spans
10+
for Get, Set, Delete and initialisation.
11+
12+
### Patch Changes
13+
14+
- [#8830](https://github.com/ardatan/graphql-mesh/pull/8830)
15+
[`4087109`](https://github.com/ardatan/graphql-mesh/commit/4087109ce6b80a5214bd4e57cbaf924cf338988b)
16+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
17+
- Added dependency
18+
[`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to
19+
`dependencies`)
20+
321
## 0.104.14
422

523
### Patch Changes

packages/cache/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/cache-redis",
3-
"version": "0.104.14",
3+
"version": "0.105.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6928,7 +6928,24 @@ __metadata:
69286928
languageName: unknown
69296929
linkType: soft
69306930

6931-
"@graphql-mesh/cache-redis@npm:^0.104.14, @graphql-mesh/cache-redis@workspace:packages/cache/redis":
6931+
"@graphql-mesh/cache-redis@npm:^0.104.14":
6932+
version: 0.104.14
6933+
resolution: "@graphql-mesh/cache-redis@npm:0.104.14"
6934+
dependencies:
6935+
"@graphql-mesh/cross-helpers": "npm:^0.4.10"
6936+
"@graphql-mesh/string-interpolation": "npm:0.5.9"
6937+
"@graphql-mesh/types": "npm:^0.104.14"
6938+
"@whatwg-node/disposablestack": "npm:^0.0.6"
6939+
ioredis: "npm:^5.3.2"
6940+
ioredis-mock: "npm:^8.13.0"
6941+
tslib: "npm:^2.4.0"
6942+
peerDependencies:
6943+
graphql: "*"
6944+
checksum: 10c0/4afe7542ff8d453fca2ba88d8e9dcc3733494484a42eab5c9603f7e8152de630481fd16e264d2136141e08ceedafd415937b35f6ab172c4ac95d6782b945c651
6945+
languageName: node
6946+
linkType: hard
6947+
6948+
"@graphql-mesh/cache-redis@workspace:packages/cache/redis":
69326949
version: 0.0.0-use.local
69336950
resolution: "@graphql-mesh/cache-redis@workspace:packages/cache/redis"
69346951
dependencies:

0 commit comments

Comments
 (0)