From ae556f938d8b854446d02a7263301b8729309086 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:43:39 -0400 Subject: [PATCH] chore(release): update monorepo packages versions (#224) Co-authored-by: github-actions[bot] --- ...ocol_client-auto-type-merging-221-dependencies.md | 7 ------- .../@graphprotocol_client-cli-221-dependencies.md | 8 -------- examples/apollo/package.json | 2 +- examples/composition/package.json | 2 +- examples/cross-chain-extension/package.json | 2 +- examples/cross-chain-sdk/package.json | 2 +- examples/execute/package.json | 2 +- examples/javascript-cjs/package.json | 2 +- examples/javascript-esm/package.json | 2 +- examples/live-queries/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/node/package.json | 2 +- examples/react-query/package.json | 2 +- examples/transforms/package.json | 2 +- examples/urql-live-query/package.json | 2 +- examples/urql/package.json | 2 +- packages/auto-type-merging/CHANGELOG.md | 8 ++++++++ packages/auto-type-merging/package.json | 2 +- packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/cli/package.json | 4 ++-- 20 files changed, 37 insertions(+), 32 deletions(-) delete mode 100644 .changeset/@graphprotocol_client-auto-type-merging-221-dependencies.md delete mode 100644 .changeset/@graphprotocol_client-cli-221-dependencies.md diff --git a/.changeset/@graphprotocol_client-auto-type-merging-221-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-221-dependencies.md deleted file mode 100644 index 7c4b4e5d2..000000000 --- a/.changeset/@graphprotocol_client-auto-type-merging-221-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@graphprotocol/client-auto-type-merging": patch ---- - -dependencies updates: - -- Updated dependency [`@graphql-mesh/transform-type-merging@0.4.26` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.26) (from `0.4.25`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-cli-221-dependencies.md b/.changeset/@graphprotocol_client-cli-221-dependencies.md deleted file mode 100644 index 5b3b0fe2c..000000000 --- a/.changeset/@graphprotocol_client-cli-221-dependencies.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@graphprotocol/client-cli": patch ---- - -dependencies updates: - -- Updated dependency [`@graphql-mesh/cli@0.77.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.77.2) (from `0.77.1`, in `dependencies`) -- Updated dependency [`@graphql-mesh/graphql@0.31.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.2) (from `0.31.1`, in `dependencies`) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 4ef0389c8..a628e52d5 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.4", + "@graphprotocol/client-cli": "2.2.5", "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", diff --git a/examples/composition/package.json b/examples/composition/package.json index 51cf433b0..76788fc1f 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.4", + "@graphprotocol/client-cli": "2.2.5", "@graphql-mesh/transform-rename": "0.12.72", "concurrently": "7.3.0", "graphql": "16.6.0", diff --git a/examples/cross-chain-extension/package.json b/examples/cross-chain-extension/package.json index 56c72ccec..c62ccce53 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.7", - "@graphprotocol/client-cli": "2.2.4", + "@graphprotocol/client-cli": "2.2.5", "graphql": "16.6.0" } } diff --git a/examples/cross-chain-sdk/package.json b/examples/cross-chain-sdk/package.json index 6c026e451..c24ee3729 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.7", - "@graphprotocol/client-cli": "2.2.4", + "@graphprotocol/client-cli": "2.2.5", "graphql": "16.6.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index 516c3ea79..5350d906c 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.4", + "@graphprotocol/client-cli": "2.2.5", "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", diff --git a/examples/javascript-cjs/package.json b/examples/javascript-cjs/package.json index 18c6c469e..01c294198 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.4", + "@graphprotocol/client-cli": "2.2.5", "graphql": "16.6.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index 4c780f590..bb369761a 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.4", + "@graphprotocol/client-cli": "2.2.5", "graphql": "16.6.0" } } diff --git a/examples/live-queries/package.json b/examples/live-queries/package.json index dfb41c652..bfda5f1a6 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.4", + "@graphprotocol/client-cli": "2.2.5", "@graphprotocol/client-polling-live": "1.0.0", "graphql": "16.6.0" } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index b3fb5f4d4..747faad5c 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.4", + "@graphprotocol/client-cli": "2.2.5", "@types/node": "17.0.26", "@types/react": "18.0.18", "eslint": "8.23.0", diff --git a/examples/node/package.json b/examples/node/package.json index 66f16889d..477142024 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.4", + "@graphprotocol/client-cli": "2.2.5", "concurrently": "7.3.0", "graphql": "16.6.0", "nodemon": "2.0.19", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index e882f232e..637d3e2ca 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.4", + "@graphprotocol/client-cli": "2.2.5", "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", diff --git a/examples/transforms/package.json b/examples/transforms/package.json index ec0008b3f..e144b5157 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.4", + "@graphprotocol/client-cli": "2.2.5", "graphql": "16.6.0" } } diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index d78fe3a65..f33990c3b 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -17,7 +17,7 @@ "urql": "3.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.4", + "@graphprotocol/client-cli": "2.2.5", "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", diff --git a/examples/urql/package.json b/examples/urql/package.json index 076b52e5c..63db3516e 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "3.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "2.2.4", + "@graphprotocol/client-cli": "2.2.5", "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", diff --git a/packages/auto-type-merging/CHANGELOG.md b/packages/auto-type-merging/CHANGELOG.md index 0f798d358..15ebcd6cc 100644 --- a/packages/auto-type-merging/CHANGELOG.md +++ b/packages/auto-type-merging/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/client-auto-type-merging +## 1.0.8 + +### Patch Changes + +- [#221](https://github.com/graphprotocol/graph-client/pull/221) [`450b41e`](https://github.com/graphprotocol/graph-client/commit/450b41e382bc2f4d8952ff5e8ed404742fe24bf2) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@graphql-mesh/transform-type-merging@0.4.26` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.26) (from `0.4.25`, in `dependencies`) + ## 1.0.7 ### Patch Changes diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 91d3a6b7f..d7fed6664 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.7", + "version": "1.0.8", "description": "", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d1bea9c6b..11e3eb858 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphprotocol/client-cli +## 2.2.5 + +### Patch Changes + +- [#221](https://github.com/graphprotocol/graph-client/pull/221) [`450b41e`](https://github.com/graphprotocol/graph-client/commit/450b41e382bc2f4d8952ff5e8ed404742fe24bf2) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@graphql-mesh/cli@0.77.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.77.2) (from `0.77.1`, in `dependencies`) + - Updated dependency [`@graphql-mesh/graphql@0.31.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.2) (from `0.31.1`, in `dependencies`) + +- Updated dependencies [[`450b41e`](https://github.com/graphprotocol/graph-client/commit/450b41e382bc2f4d8952ff5e8ed404742fe24bf2)]: + - @graphprotocol/client-auto-type-merging@1.0.8 + ## 2.2.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 63950fc35..cdfdac3f0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "2.2.4", + "version": "2.2.5", "description": "", "repository": { "type": "git", @@ -53,7 +53,7 @@ "@graphql-mesh/graphql": "0.31.2", "tslib": "^2.4.0", "@graphprotocol/client-auto-pagination": "1.1.5", - "@graphprotocol/client-auto-type-merging": "1.0.7", + "@graphprotocol/client-auto-type-merging": "1.0.8", "@graphprotocol/client-block-tracking": "1.0.7", "@graphprotocol/client-add-source-name": "1.0.7", "@graphprotocol/client-polling-live": "1.0.0"