diff --git a/.changeset/short-fans-change.md b/.changeset/short-fans-change.md deleted file mode 100644 index 840a28dbb7267..0000000000000 --- a/.changeset/short-fans-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-mesh/transform-naming-convention': patch -'@graphql-mesh/transform-prefix': patch ---- - -Fix bare mode resolvers for Prefix and NamingConvention transforms diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index 724cfdd5d9d79..4057118a70611 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -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", diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index 1c45ffe52b5ae..b691df8e29770 100644 --- a/examples/grpc-reflection-example/package.json +++ b/examples/grpc-reflection-example/package.json @@ -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", diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index e8c91f6bcdedb..d794e7bc6dbbe 100644 --- a/examples/json-schema-example/package.json +++ b/examples/json-schema-example/package.json @@ -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": { diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index 4be63b2eacb84..855e76ba4304e 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -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": { diff --git a/packages/legacy/transforms/naming-convention/CHANGELOG.md b/packages/legacy/transforms/naming-convention/CHANGELOG.md index 14b200431b5bb..d4a064ee0e671 100644 --- a/packages/legacy/transforms/naming-convention/CHANGELOG.md +++ b/packages/legacy/transforms/naming-convention/CHANGELOG.md @@ -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 diff --git a/packages/legacy/transforms/naming-convention/package.json b/packages/legacy/transforms/naming-convention/package.json index acd78af813221..4445d6e6ed645 100644 --- a/packages/legacy/transforms/naming-convention/package.json +++ b/packages/legacy/transforms/naming-convention/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-naming-convention", - "version": "0.103.7", + "version": "0.103.8", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/transforms/prefix/CHANGELOG.md b/packages/legacy/transforms/prefix/CHANGELOG.md index 4de91a204af73..195138ef838f7 100644 --- a/packages/legacy/transforms/prefix/CHANGELOG.md +++ b/packages/legacy/transforms/prefix/CHANGELOG.md @@ -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 diff --git a/packages/legacy/transforms/prefix/package.json b/packages/legacy/transforms/prefix/package.json index db6e02c852a5c..918054a50b067 100644 --- a/packages/legacy/transforms/prefix/package.json +++ b/packages/legacy/transforms/prefix/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-prefix", - "version": "0.103.7", + "version": "0.103.8", "type": "module", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 817ed35e17c44..cbd364b6a449c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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 @@ -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" @@ -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: @@ -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: