Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8423)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Feb 24, 2025
1 parent 3d40b03 commit 0c365d5
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/@graphql-mesh_plugin-hive-8422-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_transform-hive-8422-dependencies.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@graphql-mesh/cli": "0.99.0",
"@graphql-mesh/openapi": "0.108.23",
"@graphql-mesh/plugin-hive": "0.103.20",
"@graphql-mesh/transform-hive": "0.103.22",
"@graphql-mesh/plugin-hive": "0.103.21",
"@graphql-mesh/transform-hive": "0.103.23",
"graphql": "16.10.0"
}
}
11 changes: 11 additions & 0 deletions packages/legacy/transforms/hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-mesh/transform-hive

## 0.103.23

### Patch Changes

- [#8422](https://github.com/ardatan/graphql-mesh/pull/8422)
[`80c6751`](https://github.com/ardatan/graphql-mesh/commit/80c6751588cfaf97c42148bcb9a3e3b858e0e4d4)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@graphql-hive/core@^0.9.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.9.0)
(from `^0.8.3`, in `dependencies`)

## 0.103.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/transform-hive",
"version": "0.103.22",
"version": "0.103.23",
"type": "module",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-mesh/plugin-hive

## 0.103.21

### Patch Changes

- [#8422](https://github.com/ardatan/graphql-mesh/pull/8422)
[`80c6751`](https://github.com/ardatan/graphql-mesh/commit/80c6751588cfaf97c42148bcb9a3e3b858e0e4d4)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@graphql-hive/core@^0.9.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.9.0)
(from `^0.8.3`, in `dependencies`)
- Updated dependency
[`@graphql-hive/yoga@^0.40.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.40.0)
(from `^0.39.2`, in `dependencies`)

## 0.103.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/hive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/plugin-hive",
"version": "0.103.20",
"version": "0.103.21",
"type": "module",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4907,8 +4907,8 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.99.0"
"@graphql-mesh/openapi": "npm:0.108.23"
"@graphql-mesh/plugin-hive": "npm:0.103.20"
"@graphql-mesh/transform-hive": "npm:0.103.22"
"@graphql-mesh/plugin-hive": "npm:0.103.21"
"@graphql-mesh/transform-hive": "npm:0.103.23"
graphql: "npm:16.10.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6679,7 +6679,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/plugin-hive@npm:0.103.20, @graphql-mesh/plugin-hive@npm:^0.103.19, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
"@graphql-mesh/plugin-hive@npm:0.103.21, @graphql-mesh/plugin-hive@npm:^0.103.19, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
version: 0.0.0-use.local
resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive"
dependencies:
Expand Down Expand Up @@ -7216,7 +7216,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/transform-hive@npm:0.103.22, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
"@graphql-mesh/transform-hive@npm:0.103.23, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
version: 0.0.0-use.local
resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive"
dependencies:
Expand Down

0 comments on commit 0c365d5

Please sign in to comment.