Skip to content

Commit c18dada

Browse files
chore(release): update monorepo packages versions (#8650)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e0df81 commit c18dada

File tree

15 files changed

+61
-34
lines changed

15 files changed

+61
-34
lines changed

.changeset/@graphql-mesh_plugin-hive-8649-dependencies.md

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

.changeset/@graphql-mesh_transform-hive-8649-dependencies.md

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

.changeset/@omnigraph_thrift-8648-dependencies.md

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

e2e/thrift-calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@creditkarma/thrift-server-express": "^1.0.4",
1111
"@creditkarma/thrift-typescript": "^3.7.6",
1212
"@graphql-hive/gateway": "^1.8.0",
13-
"@omnigraph/thrift": "^0.9.3",
13+
"@omnigraph/thrift": "^0.9.4",
1414
"@types/express": "^5.0.0",
1515
"express": "^5.0.0",
1616
"graphql": "^16.9.0",

examples/hive-example/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dependencies": {
99
"@graphql-mesh/cli": "0.100.4",
1010
"@graphql-mesh/openapi": "0.109.9",
11-
"@graphql-mesh/plugin-hive": "0.104.4",
12-
"@graphql-mesh/transform-hive": "0.104.4",
11+
"@graphql-mesh/plugin-hive": "0.104.5",
12+
"@graphql-mesh/transform-hive": "0.104.5",
1313
"graphql": "16.11.0"
1414
}
1515
}

examples/thrift-calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@creditkarma/thrift-server-express": "1.0.4",
1515
"@creditkarma/thrift-typescript": "3.7.6",
1616
"@graphql-mesh/cli": "0.100.4",
17-
"@graphql-mesh/thrift": "0.106.3",
17+
"@graphql-mesh/thrift": "0.106.4",
1818
"@types/express": "5.0.2",
1919
"@types/node": "22.15.21",
2020
"express": "5.1.0",

packages/legacy/handlers/thrift/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-mesh/thrift
22

3+
## 0.106.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3e0df81`](https://github.com/ardatan/graphql-mesh/commit/3e0df8164cafbf4793b42603fc66590bcf7637fd)]:
9+
- @omnigraph/thrift@0.9.4
10+
311
## 0.106.3
412

513
### Patch Changes

packages/legacy/handlers/thrift/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/thrift",
3-
"version": "0.106.3",
3+
"version": "0.106.4",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -40,7 +40,7 @@
4040
"@graphql-mesh/types": "^0.104.3",
4141
"@graphql-mesh/utils": "^0.104.3",
4242
"@graphql-tools/utils": "^10.8.0",
43-
"@omnigraph/thrift": "^0.9.3",
43+
"@omnigraph/thrift": "^0.9.4",
4444
"tslib": "^2.4.0"
4545
},
4646
"devDependencies": {

packages/legacy/transforms/hive/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-mesh/transform-hive
22

3+
## 0.104.5
4+
5+
### Patch Changes
6+
7+
- [#8649](https://github.com/ardatan/graphql-mesh/pull/8649)
8+
[`c1fdf86`](https://github.com/ardatan/graphql-mesh/commit/c1fdf866f875a1b3ec903105ca682f666086a84f)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@graphql-hive/core@^0.12.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.12.0)
12+
(from `^0.10.0`, in `dependencies`)
13+
314
## 0.104.4
415

516
### Patch Changes

packages/legacy/transforms/hive/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/transform-hive",
3-
"version": "0.104.4",
3+
"version": "0.104.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)