Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7924)
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 Nov 11, 2024
1 parent 4d666d3 commit a45d6e7
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_plugin-hive-7922-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_transform-hive-7922-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.97.1",
"@graphql-mesh/openapi": "0.107.6",
"@graphql-mesh/plugin-hive": "0.102.14",
"@graphql-mesh/transform-hive": "0.102.14",
"@graphql-mesh/plugin-hive": "0.102.15",
"@graphql-mesh/transform-hive": "0.102.15",
"graphql": "16.9.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.102.15

### Patch Changes

- [#7922](https://github.com/ardatan/graphql-mesh/pull/7922)
[`5ad6e66`](https://github.com/ardatan/graphql-mesh/commit/5ad6e66c2420d6a2f9266ddc26be8b3f9a5421c8)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@graphql-hive/yoga@^0.39.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.39.0)
(from `^0.38.1`, in `dependencies`)

## 0.102.14

### 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.102.14",
"version": "0.102.15",
"type": "module",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-mesh/plugin-hive

## 0.102.15

### Patch Changes

- [#7922](https://github.com/ardatan/graphql-mesh/pull/7922)
[`5ad6e66`](https://github.com/ardatan/graphql-mesh/commit/5ad6e66c2420d6a2f9266ddc26be8b3f9a5421c8)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@graphql-hive/yoga@^0.39.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.39.0)
(from `^0.38.1`, in `dependencies`)

## 0.102.14

### 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.102.14",
"version": "0.102.15",
"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 @@ -4837,8 +4837,8 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.97.1"
"@graphql-mesh/openapi": "npm:0.107.6"
"@graphql-mesh/plugin-hive": "npm:0.102.14"
"@graphql-mesh/transform-hive": "npm:0.102.14"
"@graphql-mesh/plugin-hive": "npm:0.102.15"
"@graphql-mesh/transform-hive": "npm:0.102.15"
graphql: "npm:16.9.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6411,7 +6411,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/plugin-hive@npm:0.102.14, @graphql-mesh/plugin-hive@npm:^0.102.8, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive":
"@graphql-mesh/plugin-hive@npm:0.102.15, @graphql-mesh/plugin-hive@npm:^0.102.8, @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 @@ -6931,7 +6931,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/transform-hive@npm:0.102.14, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive":
"@graphql-mesh/transform-hive@npm:0.102.15, @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 a45d6e7

Please sign in to comment.