Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/healthy-dots-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-eyes-sneeze.md

This file was deleted.

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

## 0.5.93

### Patch Changes

- Updated dependencies [b9a8b348b]
- @graphql-mesh/grpc@0.12.2

## 0.5.92

### 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.5.92",
"version": "0.5.93",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.29.2",
"@graphql-mesh/grpc": "0.12.1",
"@graphql-mesh/grpc": "0.12.2",
"@graphql-mesh/transform-naming-convention": "0.6.39",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# grpc-reflection-example

## 0.5.93

### Patch Changes

- Updated dependencies [b9a8b348b]
- @graphql-mesh/grpc@0.12.2

## 0.5.92

### 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.5.92",
"version": "0.5.93",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.29.2",
"@graphql-mesh/grpc": "0.12.1",
"@graphql-mesh/grpc": "0.12.2",
"@graphql-mesh/transform-naming-convention": "0.6.39",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-location-weather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# typescript-location-weather-example

## 0.5.94

### Patch Changes

- Updated dependencies [9f204b0cf]
- @graphql-mesh/transform-cache@0.8.40

## 0.5.93

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-location-weather-example",
"version": "0.5.93",
"version": "0.5.94",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -25,7 +25,7 @@
"@graphql-mesh/config": "0.15.4",
"@graphql-mesh/openapi": "0.16.0",
"@graphql-mesh/runtime": "0.13.4",
"@graphql-mesh/transform-cache": "0.8.39",
"@graphql-mesh/transform-cache": "0.8.40",
"@graphql-mesh/transform-rename": "0.8.10",
"apollo-server": "^2.19.0",
"express": "4.17.1",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-react-weatherbit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# openapi-react-weatherbit

## 0.3.68

### Patch Changes

- Updated dependencies [9f204b0cf]
- @graphql-mesh/transform-cache@0.8.40

## 0.3.67

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-react-weatherbit",
"version": "0.3.67",
"version": "0.3.68",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
Expand All @@ -18,7 +18,7 @@
"@graphql-mesh/openapi": "0.16.0",
"@graphql-mesh/cache-localforage": "0.5.1",
"@graphql-mesh/merger-bare": "0.9.1",
"@graphql-mesh/transform-cache": "0.8.39",
"@graphql-mesh/transform-cache": "0.8.40",
"graphql-subscriptions": "1.1.0",
"graphql": "15.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-mesh/container

## 0.0.42

### Patch Changes

- Updated dependencies [b9a8b348b]
- Updated dependencies [9f204b0cf]
- @graphql-mesh/grpc@0.12.2
- @graphql-mesh/transform-cache@0.8.40

## 0.0.41

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-mesh/container",
"license": "MIT",
"version": "0.0.41",
"version": "0.0.42",
"scripts": {
"start": "graphql-mesh serve"
},
Expand All @@ -12,15 +12,15 @@
"@graphql-mesh/runtime": "0.13.4",
"@graphql-mesh/openapi": "0.16.0",
"@graphql-mesh/graphql": "0.16.1",
"@graphql-mesh/grpc": "0.12.1",
"@graphql-mesh/grpc": "0.12.2",
"@graphql-mesh/json-schema": "0.13.1",
"@graphql-mesh/odata": "0.10.1",
"@graphql-mesh/soap": "0.7.1",
"@graphql-mesh/postgraphile": "0.11.4",
"@graphql-mesh/transform-mock": "0.8.6",
"@graphql-mesh/transform-prefix": "0.6.39",
"@graphql-mesh/transform-encapsulate": "0.1.36",
"@graphql-mesh/transform-cache": "0.8.39",
"@graphql-mesh/transform-cache": "0.8.40",
"@graphql-mesh/transform-filter-schema": "0.10.8",
"@graphql-mesh/transform-extend": "0.6.6",
"@graphql-mesh/transform-rename": "0.8.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/handlers/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-mesh/grpc

## 0.12.2

### Patch Changes

- b9a8b348b: fix(grpc): apply patch to protobufjs to support bigint

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/grpc",
"version": "0.12.1",
"version": "0.12.2",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/transforms/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-mesh/transform-cache

## 0.8.40

### Patch Changes

- 9f204b0cf: Ensure cache transform respects subfield arguments.

## 0.8.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/transform-cache",
"version": "0.8.39",
"version": "0.8.40",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down