Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8126)
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 Dec 11, 2024
1 parent b082565 commit 19758dc
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-fans-change.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.98.8",
"@graphql-mesh/grpc": "0.106.7",
"@graphql-mesh/transform-naming-convention": "0.103.7",
"@graphql-mesh/transform-naming-convention": "0.103.8",
"@grpc/grpc-js": "1.12.4",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.98.8",
"@graphql-mesh/grpc": "0.106.7",
"@graphql-mesh/transform-naming-convention": "0.103.7",
"@graphql-mesh/transform-naming-convention": "0.103.8",
"@grpc/grpc-js": "1.12.4",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-mesh/cli": "0.98.8",
"@graphql-mesh/json-schema": "0.108.7",
"@graphql-mesh/plugin-mock": "0.103.7",
"@graphql-mesh/transform-naming-convention": "0.103.7",
"@graphql-mesh/transform-naming-convention": "0.103.8",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-mesh/graphql": "0.103.8",
"@graphql-mesh/postgraphile": "0.103.7",
"@graphql-mesh/runtime": "0.105.7",
"@graphql-mesh/transform-prefix": "0.103.7",
"@graphql-mesh/transform-prefix": "0.103.8",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/legacy/transforms/naming-convention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-mesh/transform-naming-convention

## 0.103.8

### Patch Changes

- [#6217](https://github.com/ardatan/graphql-mesh/pull/6217)
[`b082565`](https://github.com/ardatan/graphql-mesh/commit/b082565272362412c27226e66365f34df2e6b548)
Thanks [@santino](https://github.com/santino)! - Fix bare mode resolvers for Prefix and
NamingConvention transforms

## 0.103.7

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

## 0.103.8

### Patch Changes

- [#6217](https://github.com/ardatan/graphql-mesh/pull/6217)
[`b082565`](https://github.com/ardatan/graphql-mesh/commit/b082565272362412c27226e66365f34df2e6b548)
Thanks [@santino](https://github.com/santino)! - Fix bare mode resolvers for Prefix and
NamingConvention transforms

## 0.103.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prefix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/transform-prefix",
"version": "0.103.7",
"version": "0.103.8",
"type": "module",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4826,7 +4826,7 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.98.8"
"@graphql-mesh/grpc": "npm:0.106.7"
"@graphql-mesh/transform-naming-convention": "npm:0.103.7"
"@graphql-mesh/transform-naming-convention": "npm:0.103.8"
"@grpc/grpc-js": "npm:1.12.4"
"@grpc/proto-loader": "npm:0.7.13"
concurrently: "npm:9.1.0"
Expand All @@ -4845,7 +4845,7 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.98.8"
"@graphql-mesh/grpc": "npm:0.106.7"
"@graphql-mesh/transform-naming-convention": "npm:0.103.7"
"@graphql-mesh/transform-naming-convention": "npm:0.103.8"
"@grpc/grpc-js": "npm:1.12.4"
"@grpc/proto-loader": "npm:0.7.13"
concurrently: "npm:9.1.0"
Expand Down Expand Up @@ -4953,7 +4953,7 @@ __metadata:
"@graphql-mesh/cli": "npm:0.98.8"
"@graphql-mesh/json-schema": "npm:0.108.7"
"@graphql-mesh/plugin-mock": "npm:0.103.7"
"@graphql-mesh/transform-naming-convention": "npm:0.103.7"
"@graphql-mesh/transform-naming-convention": "npm:0.103.8"
graphql: "npm:16.9.0"
jest: "npm:29.7.0"
languageName: unknown
Expand Down Expand Up @@ -5266,7 +5266,7 @@ __metadata:
"@graphql-mesh/graphql": "npm:0.103.8"
"@graphql-mesh/postgraphile": "npm:0.103.7"
"@graphql-mesh/runtime": "npm:0.105.7"
"@graphql-mesh/transform-prefix": "npm:0.103.7"
"@graphql-mesh/transform-prefix": "npm:0.103.8"
"@types/node": "npm:22.10.2"
cross-env: "npm:7.0.3"
graphql: "npm:16.9.0"
Expand Down Expand Up @@ -7035,7 +7035,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/transform-naming-convention@npm:0.103.7, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention":
"@graphql-mesh/transform-naming-convention@npm:0.103.8, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention":
version: 0.0.0-use.local
resolution: "@graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention"
dependencies:
Expand All @@ -7056,7 +7056,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/transform-prefix@npm:0.103.7, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix":
"@graphql-mesh/transform-prefix@npm:0.103.8, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix":
version: 0.0.0-use.local
resolution: "@graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix"
dependencies:
Expand Down

0 comments on commit 19758dc

Please sign in to comment.