Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent ebb5f38 commit ab4acfa
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-fans-change.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-example

## 0.11.4

### Patch Changes

- Updated dependencies
[[`ebb5f3840`](https://github.com/ardatan/graphql-mesh/commit/ebb5f38408c6e1f2d57fb8e5c28dc32eb34f6fd3)]:
- @graphql-mesh/transform-naming-convention@0.95.10

## 0.11.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-example",
"version": "0.11.3",
"version": "0.11.4",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.87.16",
"@graphql-mesh/grpc": "0.96.1",
"@graphql-mesh/transform-naming-convention": "0.95.9",
"@graphql-mesh/transform-naming-convention": "0.95.10",
"@grpc/grpc-js": "1.9.7",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-reflection-example

## 0.11.4

### Patch Changes

- Updated dependencies
[[`ebb5f3840`](https://github.com/ardatan/graphql-mesh/commit/ebb5f38408c6e1f2d57fb8e5c28dc32eb34f6fd3)]:
- @graphql-mesh/transform-naming-convention@0.95.10

## 0.11.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-reflection-example",
"version": "0.11.3",
"version": "0.11.4",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.87.16",
"@graphql-mesh/grpc": "0.96.1",
"@graphql-mesh/transform-naming-convention": "0.95.9",
"@graphql-mesh/transform-naming-convention": "0.95.10",
"@grpc/grpc-js": "1.9.7",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# json-schema-example

## 0.10.21

### Patch Changes

- Updated dependencies
[[`ebb5f3840`](https://github.com/ardatan/graphql-mesh/commit/ebb5f38408c6e1f2d57fb8e5c28dc32eb34f6fd3)]:
- @graphql-mesh/transform-naming-convention@0.95.10

## 0.10.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-example",
"version": "0.10.20",
"version": "0.10.21",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"@graphql-mesh/cli": "0.87.16",
"@graphql-mesh/json-schema": "0.95.12",
"@graphql-mesh/plugin-mock": "0.95.9",
"@graphql-mesh/transform-naming-convention": "0.95.9",
"@graphql-mesh/transform-naming-convention": "0.95.10",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/postgres-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# postgres-geodb-example

## 0.10.18

### Patch Changes

- Updated dependencies
[[`ebb5f3840`](https://github.com/ardatan/graphql-mesh/commit/ebb5f38408c6e1f2d57fb8e5c28dc32eb34f6fd3)]:
- @graphql-mesh/transform-prefix@0.95.10

## 0.10.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgres-geodb-example",
"version": "0.10.17",
"version": "0.10.18",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"@graphql-mesh/graphql": "0.95.8",
"@graphql-mesh/postgraphile": "0.95.8",
"@graphql-mesh/runtime": "0.96.13",
"@graphql-mesh/transform-prefix": "0.95.9",
"@graphql-mesh/transform-prefix": "0.95.10",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/transform-encapsulate": "0.95.11",
"@graphql-mesh/transform-extend": "0.95.8",
"@graphql-mesh/transform-filter-schema": "0.95.8",
"@graphql-mesh/transform-prefix": "0.95.9",
"@graphql-mesh/transform-prefix": "0.95.10",
"@graphql-mesh/transform-rename": "0.95.9",
"@graphql-mesh/transform-resolvers-composition": "0.95.8"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/transforms/naming-convention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/transform-naming-convention

## 0.95.10

### Patch Changes

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

## 0.95.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.95.9",
"version": "0.95.10",
"type": "module",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/transforms/prefix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/transform-prefix

## 0.95.10

### Patch Changes

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

## 0.95.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.95.9",
"version": "0.95.10",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit ab4acfa

Please sign in to comment.