Skip to content

Commit 365d6da

Browse files
chore(release): update monorepo packages versions
1 parent b9a8b34 commit 365d6da

File tree

16 files changed

+62
-23
lines changed

16 files changed

+62
-23
lines changed

.changeset/healthy-dots-fail.md

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

.changeset/tricky-eyes-sneeze.md

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

examples/grpc-example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# grpc-example
22

3+
## 0.5.93
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b9a8b348]
8+
- @graphql-mesh/grpc@0.12.2
9+
310
## 0.5.92
411

512
### Patch Changes

examples/grpc-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-example",
3-
"version": "0.5.92",
3+
"version": "0.5.93",
44
"author": "Simon Liang",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@graphql-mesh/cli": "0.29.2",
14-
"@graphql-mesh/grpc": "0.12.1",
14+
"@graphql-mesh/grpc": "0.12.2",
1515
"@graphql-mesh/transform-naming-convention": "0.6.39",
1616
"@grpc/proto-loader": "0.5.5",
1717
"google-protobuf": "3.14.0",

examples/grpc-reflection-example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# grpc-reflection-example
22

3+
## 0.5.93
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b9a8b348]
8+
- @graphql-mesh/grpc@0.12.2
9+
310
## 0.5.92
411

512
### Patch Changes

examples/grpc-reflection-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-reflection-example",
3-
"version": "0.5.92",
3+
"version": "0.5.93",
44
"author": "Simon Liang",
55
"license": "MIT",
66
"private": true,
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@graphql-mesh/cli": "0.29.2",
15-
"@graphql-mesh/grpc": "0.12.1",
15+
"@graphql-mesh/grpc": "0.12.2",
1616
"@graphql-mesh/transform-naming-convention": "0.6.39",
1717
"@grpc/proto-loader": "0.5.5",
1818
"google-protobuf": "3.14.0",

examples/openapi-location-weather/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# typescript-location-weather-example
22

3+
## 0.5.94
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9f204b0c]
8+
- @graphql-mesh/transform-cache@0.8.40
9+
310
## 0.5.93
411

512
### Patch Changes

examples/openapi-location-weather/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-location-weather-example",
3-
"version": "0.5.93",
3+
"version": "0.5.94",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"@graphql-mesh/config": "0.15.4",
2626
"@graphql-mesh/openapi": "0.16.0",
2727
"@graphql-mesh/runtime": "0.13.4",
28-
"@graphql-mesh/transform-cache": "0.8.39",
28+
"@graphql-mesh/transform-cache": "0.8.40",
2929
"@graphql-mesh/transform-rename": "0.8.10",
3030
"apollo-server": "^2.19.0",
3131
"express": "4.17.1",

examples/openapi-react-weatherbit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# openapi-react-weatherbit
22

3+
## 0.3.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9f204b0c]
8+
- @graphql-mesh/transform-cache@0.8.40
9+
310
## 0.3.67
411

512
### Patch Changes

examples/openapi-react-weatherbit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-react-weatherbit",
3-
"version": "0.3.67",
3+
"version": "0.3.68",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.11.6",
@@ -18,7 +18,7 @@
1818
"@graphql-mesh/openapi": "0.16.0",
1919
"@graphql-mesh/cache-localforage": "0.5.1",
2020
"@graphql-mesh/merger-bare": "0.9.1",
21-
"@graphql-mesh/transform-cache": "0.8.39",
21+
"@graphql-mesh/transform-cache": "0.8.40",
2222
"graphql-subscriptions": "1.1.0",
2323
"graphql": "15.4.0"
2424
},

0 commit comments

Comments
 (0)