diff --git a/.changeset/@graphprotocol_client-cli-806-dependencies.md b/.changeset/@graphprotocol_client-cli-806-dependencies.md deleted file mode 100644 index 5dd3e34b1..000000000 --- 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 7801202f7..5dfacf99e 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 199c204ea..2f2b4ad2e 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": "8.2.2", "graphql": "16.9.0", "nodemon": "3.1.4", diff --git a/examples/composition/package.json b/examples/composition/package.json index 98f4f68a4..8768ae849 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": "^8.0.1", "graphql": "^16.6.0", diff --git a/examples/cross-chain-extension/package.json b/examples/cross-chain-extension/package.json index 5290cade3..397ecd80e 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 05d835395..49edc1f70 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 115894fcf..26d61ab76 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 fbe047d2f..fef7749cc 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 ba69ca737..cb371cc8f 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 f319b9ba5..033198ee1 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 f5bae57e8..74620d285 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": "20.16.2", "@types/react": "18.3.4", "eslint": "9.9.1", diff --git a/examples/node/package.json b/examples/node/package.json index 1a864d4c5..2344f698c 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": "8.2.2", "graphql": "16.9.0", "nodemon": "3.1.4", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index b4937c4e4..3f0f83dac 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 97411cf7e..024c76c6e 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 1f6ab3f8f..416adb6d0 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 7f3678856..f2f209e23 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 982754530..8f4fc7a9f 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 bab4b2380..66f7664d5 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",