Skip to content

Commit 688b3ba

Browse files
chore(release): update monorepo packages versions
1 parent dd5acf3 commit 688b3ba

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
@@ -5514,8 +5514,8 @@ __metadata:
55145514
dependencies:
55155515
"@graphql-mesh/cli": "npm:0.100.19"
55165516
"@graphql-mesh/openapi": "npm:0.109.24"
5517-
"@graphql-mesh/plugin-hive": "npm:0.104.18"
5518-
"@graphql-mesh/transform-hive": "npm:0.104.18"
5517+
"@graphql-mesh/plugin-hive": "npm:0.104.19"
5518+
"@graphql-mesh/transform-hive": "npm:0.104.19"
55195519
graphql: "npm:16.12.0"
55205520
languageName: unknown
55215521
linkType: soft
@@ -7429,7 +7429,7 @@ __metadata:
74297429
languageName: unknown
74307430
linkType: soft
74317431

7432-
"@graphql-mesh/plugin-hive@npm:0.104.18, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
7432+
"@graphql-mesh/plugin-hive@npm:0.104.19, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
74337433
version: 0.0.0-use.local
74347434
resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive"
74357435
dependencies:
@@ -7942,7 +7942,7 @@ __metadata:
79427942
languageName: unknown
79437943
linkType: soft
79447944

7945-
"@graphql-mesh/transform-hive@npm:0.104.18, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
7945+
"@graphql-mesh/transform-hive@npm:0.104.19, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
79467946
version: 0.0.0-use.local
79477947
resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive"
79487948
dependencies:

0 commit comments

Comments
 (0)