Skip to content

Commit 19758dc

Browse files
chore(release): update monorepo packages versions (#8126)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b082565 commit 19758dc

File tree

10 files changed

+30
-18
lines changed

10 files changed

+30
-18
lines changed

.changeset/short-fans-change.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/grpc-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@graphql-mesh/cli": "0.98.8",
1414
"@graphql-mesh/grpc": "0.106.7",
15-
"@graphql-mesh/transform-naming-convention": "0.103.7",
15+
"@graphql-mesh/transform-naming-convention": "0.103.8",
1616
"@grpc/grpc-js": "1.12.4",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/grpc-reflection-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@graphql-mesh/cli": "0.98.8",
1414
"@graphql-mesh/grpc": "0.106.7",
15-
"@graphql-mesh/transform-naming-convention": "0.103.7",
15+
"@graphql-mesh/transform-naming-convention": "0.103.8",
1616
"@grpc/grpc-js": "1.12.4",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/json-schema-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphql-mesh/cli": "0.98.8",
1313
"@graphql-mesh/json-schema": "0.108.7",
1414
"@graphql-mesh/plugin-mock": "0.103.7",
15-
"@graphql-mesh/transform-naming-convention": "0.103.7",
15+
"@graphql-mesh/transform-naming-convention": "0.103.8",
1616
"graphql": "16.9.0"
1717
},
1818
"devDependencies": {

examples/postgres-geodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-mesh/graphql": "0.103.8",
1515
"@graphql-mesh/postgraphile": "0.103.7",
1616
"@graphql-mesh/runtime": "0.105.7",
17-
"@graphql-mesh/transform-prefix": "0.103.7",
17+
"@graphql-mesh/transform-prefix": "0.103.8",
1818
"graphql": "16.9.0"
1919
},
2020
"devDependencies": {

packages/legacy/transforms/naming-convention/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-mesh/transform-naming-convention
22

3+
## 0.103.8
4+
5+
### Patch Changes
6+
7+
- [#6217](https://github.com/ardatan/graphql-mesh/pull/6217)
8+
[`b082565`](https://github.com/ardatan/graphql-mesh/commit/b082565272362412c27226e66365f34df2e6b548)
9+
Thanks [@santino](https://github.com/santino)! - Fix bare mode resolvers for Prefix and
10+
NamingConvention transforms
11+
312
## 0.103.7
413

514
### Patch Changes

packages/legacy/transforms/naming-convention/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-naming-convention",
3-
"version": "0.103.7",
3+
"version": "0.103.8",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/legacy/transforms/prefix/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-mesh/transform-prefix
22

3+
## 0.103.8
4+
5+
### Patch Changes
6+
7+
- [#6217](https://github.com/ardatan/graphql-mesh/pull/6217)
8+
[`b082565`](https://github.com/ardatan/graphql-mesh/commit/b082565272362412c27226e66365f34df2e6b548)
9+
Thanks [@santino](https://github.com/santino)! - Fix bare mode resolvers for Prefix and
10+
NamingConvention transforms
11+
312
## 0.103.7
413

514
### Patch Changes

packages/legacy/transforms/prefix/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-prefix",
3-
"version": "0.103.7",
3+
"version": "0.103.8",
44
"type": "module",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4826,7 +4826,7 @@ __metadata:
48264826
dependencies:
48274827
"@graphql-mesh/cli": "npm:0.98.8"
48284828
"@graphql-mesh/grpc": "npm:0.106.7"
4829-
"@graphql-mesh/transform-naming-convention": "npm:0.103.7"
4829+
"@graphql-mesh/transform-naming-convention": "npm:0.103.8"
48304830
"@grpc/grpc-js": "npm:1.12.4"
48314831
"@grpc/proto-loader": "npm:0.7.13"
48324832
concurrently: "npm:9.1.0"
@@ -4845,7 +4845,7 @@ __metadata:
48454845
dependencies:
48464846
"@graphql-mesh/cli": "npm:0.98.8"
48474847
"@graphql-mesh/grpc": "npm:0.106.7"
4848-
"@graphql-mesh/transform-naming-convention": "npm:0.103.7"
4848+
"@graphql-mesh/transform-naming-convention": "npm:0.103.8"
48494849
"@grpc/grpc-js": "npm:1.12.4"
48504850
"@grpc/proto-loader": "npm:0.7.13"
48514851
concurrently: "npm:9.1.0"
@@ -4953,7 +4953,7 @@ __metadata:
49534953
"@graphql-mesh/cli": "npm:0.98.8"
49544954
"@graphql-mesh/json-schema": "npm:0.108.7"
49554955
"@graphql-mesh/plugin-mock": "npm:0.103.7"
4956-
"@graphql-mesh/transform-naming-convention": "npm:0.103.7"
4956+
"@graphql-mesh/transform-naming-convention": "npm:0.103.8"
49574957
graphql: "npm:16.9.0"
49584958
jest: "npm:29.7.0"
49594959
languageName: unknown
@@ -5266,7 +5266,7 @@ __metadata:
52665266
"@graphql-mesh/graphql": "npm:0.103.8"
52675267
"@graphql-mesh/postgraphile": "npm:0.103.7"
52685268
"@graphql-mesh/runtime": "npm:0.105.7"
5269-
"@graphql-mesh/transform-prefix": "npm:0.103.7"
5269+
"@graphql-mesh/transform-prefix": "npm:0.103.8"
52705270
"@types/node": "npm:22.10.2"
52715271
cross-env: "npm:7.0.3"
52725272
graphql: "npm:16.9.0"
@@ -7035,7 +7035,7 @@ __metadata:
70357035
languageName: unknown
70367036
linkType: soft
70377037

7038-
"@graphql-mesh/transform-naming-convention@npm:0.103.7, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention":
7038+
"@graphql-mesh/transform-naming-convention@npm:0.103.8, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention":
70397039
version: 0.0.0-use.local
70407040
resolution: "@graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention"
70417041
dependencies:
@@ -7056,7 +7056,7 @@ __metadata:
70567056
languageName: unknown
70577057
linkType: soft
70587058

7059-
"@graphql-mesh/transform-prefix@npm:0.103.7, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix":
7059+
"@graphql-mesh/transform-prefix@npm:0.103.8, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix":
70607060
version: 0.0.0-use.local
70617061
resolution: "@graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix"
70627062
dependencies:

0 commit comments

Comments
 (0)