Skip to content

Commit 02916a7

Browse files
chore(release): update monorepo packages versions
1 parent bf2b6a0 commit 02916a7

File tree

8 files changed

+33
-19
lines changed

8 files changed

+33
-19
lines changed

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

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

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

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

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.19",
1010
"@graphql-mesh/openapi": "0.109.24",
11-
"@graphql-mesh/plugin-hive": "0.104.18",
12-
"@graphql-mesh/transform-hive": "0.104.18",
11+
"@graphql-mesh/plugin-hive": "0.104.19",
12+
"@graphql-mesh/transform-hive": "0.104.19",
1313
"graphql": "16.12.0"
1414
}
1515
}

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.19
4+
5+
### Patch Changes
6+
7+
- [#9007](https://github.com/ardatan/graphql-mesh/pull/9007)
8+
[`bf2b6a0`](https://github.com/ardatan/graphql-mesh/commit/bf2b6a026bf0d6446a64cf38b6b7e23197f6c032)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@graphql-hive/core@^0.15.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.0)
12+
(from `^0.13.0`, in `dependencies`)
13+
314
## 0.104.18
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.18",
3+
"version": "0.104.19",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/hive/CHANGELOG.md

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

3+
## 0.104.19
4+
5+
### Patch Changes
6+
7+
- [#9007](https://github.com/ardatan/graphql-mesh/pull/9007)
8+
[`bf2b6a0`](https://github.com/ardatan/graphql-mesh/commit/bf2b6a026bf0d6446a64cf38b6b7e23197f6c032)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@graphql-hive/core@^0.15.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.1)
12+
(from `^0.13.0`, in `dependencies`)
13+
- Updated dependency
14+
[`@graphql-hive/yoga@^0.43.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.43.1)
15+
(from `^0.42.0`, in `dependencies`)
16+
317
## 0.104.18
418

519
### Patch Changes

packages/plugins/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/plugin-hive",
3-
"version": "0.104.18",
3+
"version": "0.104.19",
44
"type": "module",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5524,8 +5524,8 @@ __metadata:
55245524
dependencies:
55255525
"@graphql-mesh/cli": "npm:0.100.19"
55265526
"@graphql-mesh/openapi": "npm:0.109.24"
5527-
"@graphql-mesh/plugin-hive": "npm:0.104.18"
5528-
"@graphql-mesh/transform-hive": "npm:0.104.18"
5527+
"@graphql-mesh/plugin-hive": "npm:0.104.19"
5528+
"@graphql-mesh/transform-hive": "npm:0.104.19"
55295529
graphql: "npm:16.12.0"
55305530
languageName: unknown
55315531
linkType: soft
@@ -7455,7 +7455,7 @@ __metadata:
74557455
languageName: unknown
74567456
linkType: soft
74577457

7458-
"@graphql-mesh/plugin-hive@npm:0.104.18, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
7458+
"@graphql-mesh/plugin-hive@npm:0.104.19, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
74597459
version: 0.0.0-use.local
74607460
resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive"
74617461
dependencies:
@@ -7968,7 +7968,7 @@ __metadata:
79687968
languageName: unknown
79697969
linkType: soft
79707970

7971-
"@graphql-mesh/transform-hive@npm:0.104.18, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
7971+
"@graphql-mesh/transform-hive@npm:0.104.19, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
79727972
version: 0.0.0-use.local
79737973
resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive"
79747974
dependencies:

0 commit comments

Comments
 (0)