diff --git a/.changeset/@graphprotocol_client-cli-806-dependencies.md b/.changeset/@graphprotocol_client-cli-806-dependencies.md deleted file mode 100644 index 5dd3e34b..00000000 --- a/.changeset/@graphprotocol_client-cli-806-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/client-cli': patch ---- -dependencies updates: - - Updated dependency [`@graphql-mesh/cli@^0.96.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.96.0) (from `^0.95.0`, in `dependencies`) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 7801202f..5dfacf99 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -17,7 +17,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", diff --git a/examples/auto-pagination-multiple-sources/package.json b/examples/auto-pagination-multiple-sources/package.json index 8c23a485..5143d467 100644 --- a/examples/auto-pagination-multiple-sources/package.json +++ b/examples/auto-pagination-multiple-sources/package.json @@ -9,7 +9,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "concurrently": "9.1.0", "graphql": "16.9.0", "nodemon": "3.1.4", diff --git a/examples/composition/package.json b/examples/composition/package.json index bb04b64e..88ede3ba 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -9,7 +9,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "^3.0.7", + "@graphprotocol/client-cli": "^3.0.8", "@graphql-mesh/transform-rename": "^0.102.0", "concurrently": "^9.0.0", "graphql": "^16.6.0", diff --git a/examples/cross-chain-extension/package.json b/examples/cross-chain-extension/package.json index 5290cade..397ecd80 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": "2.0.7", - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "graphql": "16.9.0" } } diff --git a/examples/cross-chain-sdk/package.json b/examples/cross-chain-sdk/package.json index 05d83539..49edc1f7 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": "2.0.7", - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "graphql": "16.9.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index 115894fc..26d61ab7 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -15,7 +15,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", diff --git a/examples/javascript-cjs/package.json b/examples/javascript-cjs/package.json index fbe047d2..fef7749c 100644 --- a/examples/javascript-cjs/package.json +++ b/examples/javascript-cjs/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "graphql": "16.9.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index ba69ca73..cb371cc8 100644 --- a/examples/javascript-esm/package.json +++ b/examples/javascript-esm/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "graphql": "16.9.0" } } diff --git a/examples/live-queries/package.json b/examples/live-queries/package.json index f319b9ba..033198ee 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": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@graphprotocol/client-polling-live": "2.0.1", "graphql": "16.9.0" } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index cad04cc8..786e55b6 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,7 +16,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@types/node": "22.9.0", "@types/react": "18.3.4", "eslint": "9.9.1", diff --git a/examples/node/package.json b/examples/node/package.json index 8ee51f5a..03e9622d 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "concurrently": "9.1.0", "graphql": "16.9.0", "nodemon": "3.1.4", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index b4937c4e..3f0f83da 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -16,7 +16,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", diff --git a/examples/transforms/package.json b/examples/transforms/package.json index 97411cf7..024c76c6 100644 --- a/examples/transforms/package.json +++ b/examples/transforms/package.json @@ -7,7 +7,7 @@ "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "^3.0.7", + "@graphprotocol/client-cli": "^3.0.8", "@graphql-mesh/transform-prefix": "^0.102.0", "graphql": "^16.6.0" } diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 1f6ab3f8..416adb6d 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -17,7 +17,7 @@ "urql": "4.1.0" }, "devDependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", diff --git a/examples/urql/package.json b/examples/urql/package.json index 7f367885..f2f209e2 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "4.1.0" }, "devDependencies": { - "@graphprotocol/client-cli": "3.0.7", + "@graphprotocol/client-cli": "3.0.8", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 98275453..8f4fc7a9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphprotocol/client-cli +## 3.0.8 + +### Patch Changes + +- [#806](https://github.com/graphprotocol/graph-client/pull/806) [`087663b`](https://github.com/graphprotocol/graph-client/commit/087663b7290e30cbfa78b5886052dd541d345dfe) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`@graphql-mesh/cli@^0.96.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.96.0) (from `^0.95.0`, in `dependencies`) + ## 3.0.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bab4b238..66f7664d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "3.0.7", + "version": "3.0.8", "description": "", "repository": { "type": "git",