diff --git a/.changeset/@graphprotocol_client-auto-type-merging-293-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-293-dependencies.md deleted file mode 100644 index d4096a9e..00000000 --- a/.changeset/@graphprotocol_client-auto-type-merging-293-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/client-auto-type-merging': patch ---- -dependencies updates: - - Updated dependency [`@graphql-mesh/transform-type-merging@0.4.47` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.47) (from `0.4.46`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-cli-293-dependencies.md b/.changeset/@graphprotocol_client-cli-293-dependencies.md deleted file mode 100644 index 8a548430..00000000 --- a/.changeset/@graphprotocol_client-cli-293-dependencies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/client-cli': patch ---- -dependencies updates: - - Updated dependency [`@graphql-mesh/cli@0.78.39` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.39) (from `0.78.35`, in `dependencies`) - - Updated dependency [`@graphql-mesh/graphql@0.31.25` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.25) (from `0.31.24`, in `dependencies`) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 26c6967c..02fd2a80 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -17,7 +17,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.1.0", diff --git a/examples/composition/package.json b/examples/composition/package.json index 3f400591..cb0e864a 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -9,7 +9,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@graphql-mesh/transform-rename": "0.12.95", "concurrently": "7.4.0", "graphql": "16.6.0", diff --git a/examples/cross-chain-extension/package.json b/examples/cross-chain-extension/package.json index 5b69d39e..fdf6177f 100644 --- a/examples/cross-chain-extension/package.json +++ b/examples/cross-chain-extension/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-add-source-name": "1.0.13", - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "graphql": "16.6.0" } } diff --git a/examples/cross-chain-sdk/package.json b/examples/cross-chain-sdk/package.json index 28eeb267..6066bbcd 100644 --- a/examples/cross-chain-sdk/package.json +++ b/examples/cross-chain-sdk/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-add-source-name": "1.0.13", - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "graphql": "16.6.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index 9aac35b8..a41c6c5b 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -15,7 +15,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.1.0", diff --git a/examples/javascript-cjs/package.json b/examples/javascript-cjs/package.json index b846992e..705919a7 100644 --- a/examples/javascript-cjs/package.json +++ b/examples/javascript-cjs/package.json @@ -9,7 +9,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "graphql": "16.6.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index a4b01fc7..2ab19400 100644 --- a/examples/javascript-esm/package.json +++ b/examples/javascript-esm/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "graphql": "16.6.0" } } diff --git a/examples/live-queries/package.json b/examples/live-queries/package.json index 4e745828..c16d11bf 100644 --- a/examples/live-queries/package.json +++ b/examples/live-queries/package.json @@ -8,7 +8,7 @@ "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@graphprotocol/client-polling-live": "1.0.1", "graphql": "16.6.0" } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f5e74982..66a67d78 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,7 +16,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@types/node": "17.0.26", "@types/react": "18.0.21", "eslint": "8.25.0", diff --git a/examples/node/package.json b/examples/node/package.json index 96c027ef..a43ad1c9 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "concurrently": "7.4.0", "graphql": "16.6.0", "nodemon": "2.0.20", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index fafc5994..82d9f18a 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -16,7 +16,7 @@ "react-query": "4.0.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.1.0", diff --git a/examples/transforms/package.json b/examples/transforms/package.json index 54379a74..e453e4a7 100644 --- a/examples/transforms/package.json +++ b/examples/transforms/package.json @@ -6,7 +6,7 @@ "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "graphql": "16.6.0" } } diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 51fdaaa2..5d4dc4f6 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -17,7 +17,7 @@ "urql": "3.0.3" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.1.0", diff --git a/examples/urql/package.json b/examples/urql/package.json index ff18b7a2..6b58c28a 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "3.0.3" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.14", + "@graphprotocol/client-cli": "2.2.15", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.1.0", diff --git a/packages/auto-type-merging/CHANGELOG.md b/packages/auto-type-merging/CHANGELOG.md index 555ca60b..8c98738c 100644 --- a/packages/auto-type-merging/CHANGELOG.md +++ b/packages/auto-type-merging/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphprotocol/client-auto-type-merging +## 1.0.18 + +### Patch Changes + +- [#293](https://github.com/graphprotocol/graph-client/pull/293) [`ecc20aa`](https://github.com/graphprotocol/graph-client/commit/ecc20aa9dbd310f07d44971f131c910154e3a656) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`@graphql-mesh/transform-type-merging@0.4.47` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.47) (from `0.4.46`, in `dependencies`) + ## 1.0.17 ### Patch Changes diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 56261ce2..1a3b3636 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-auto-type-merging", - "version": "1.0.17", + "version": "1.0.18", "description": "", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 79e41a0f..1fcc256b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphprotocol/client-cli +## 2.2.15 + +### Patch Changes + +- [#293](https://github.com/graphprotocol/graph-client/pull/293) [`ecc20aa`](https://github.com/graphprotocol/graph-client/commit/ecc20aa9dbd310f07d44971f131c910154e3a656) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`@graphql-mesh/cli@0.78.39` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.39) (from `0.78.35`, in `dependencies`) + - Updated dependency [`@graphql-mesh/graphql@0.31.25` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.25) (from `0.31.24`, in `dependencies`) +- Updated dependencies [[`ecc20aa`](https://github.com/graphprotocol/graph-client/commit/ecc20aa9dbd310f07d44971f131c910154e3a656)]: + - @graphprotocol/client-auto-type-merging@1.0.18 + ## 2.2.14 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8d2ff49e..6ce38410 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "2.2.14", + "version": "2.2.15", "description": "", "repository": { "type": "git", @@ -53,7 +53,7 @@ "@graphql-mesh/graphql": "0.31.25", "tslib": "^2.4.0", "@graphprotocol/client-auto-pagination": "1.1.11", - "@graphprotocol/client-auto-type-merging": "1.0.17", + "@graphprotocol/client-auto-type-merging": "1.0.18", "@graphprotocol/client-block-tracking": "1.0.9", "@graphprotocol/client-add-source-name": "1.0.13", "@graphprotocol/client-polling-live": "1.0.1"