diff --git a/.changeset/@graphprotocol_graph-cli-1536-dependencies.md b/.changeset/@graphprotocol_graph-cli-1536-dependencies.md deleted file mode 100644 index ef1697ea..00000000 --- a/.changeset/@graphprotocol_graph-cli-1536-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`prettier@3.0.3` ↗︎](https://www.npmjs.com/package/prettier/v/3.0.3) (from `1.19.1`, in `dependencies`) diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index 3cbbaec6..5f1bf7b6 100644 --- a/examples/arweave-blocks-transactions/package.json +++ b/examples/arweave-blocks-transactions/package.json @@ -19,7 +19,7 @@ "remove-local": "graph remove arweave-example --node http://localhost:8020" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index 34f6c779..78e75d84 100644 --- a/examples/cosmos-block-filtering/package.json +++ b/examples/cosmos-block-filtering/package.json @@ -24,7 +24,7 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0", "mustache": "^4.2.0" } diff --git a/examples/cosmos-osmosis-token-swaps/package.json b/examples/cosmos-osmosis-token-swaps/package.json index 9a86a133..dac48239 100644 --- a/examples/cosmos-osmosis-token-swaps/package.json +++ b/examples/cosmos-osmosis-token-swaps/package.json @@ -22,7 +22,7 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 0d4a0afa..bf0022bd 100644 --- a/examples/cosmos-validator-delegations/package.json +++ b/examples/cosmos-validator-delegations/package.json @@ -25,7 +25,7 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0", "mustache": "^4.2.0" } diff --git a/examples/cosmos-validator-rewards/package.json b/examples/cosmos-validator-rewards/package.json index d2fd58f8..67fea291 100644 --- a/examples/cosmos-validator-rewards/package.json +++ b/examples/cosmos-validator-rewards/package.json @@ -24,7 +24,7 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0", "mustache": "^4.2.0" } diff --git a/examples/ethereum-basic-event-handlers/package.json b/examples/ethereum-basic-event-handlers/package.json index 6bfedff0..e150d17b 100644 --- a/examples/ethereum-basic-event-handlers/package.json +++ b/examples/ethereum-basic-event-handlers/package.json @@ -31,7 +31,7 @@ "typescript": "^5.0.4" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0", "@nomicfoundation/hardhat-toolbox": "^2.0.2", "apollo-fetch": "^0.7.0", diff --git a/examples/ethereum-gravatar/package.json b/examples/ethereum-gravatar/package.json index de5fe155..c42051c3 100644 --- a/examples/ethereum-gravatar/package.json +++ b/examples/ethereum-gravatar/package.json @@ -18,7 +18,7 @@ "deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0", "@nomicfoundation/hardhat-toolbox": "^2.0.2", "hardhat": "^2.13.1" diff --git a/examples/matic-lens-protocol-posts-subgraph/package.json b/examples/matic-lens-protocol-posts-subgraph/package.json index 6d0a3ade..5c8e8b60 100644 --- a/examples/matic-lens-protocol-posts-subgraph/package.json +++ b/examples/matic-lens-protocol-posts-subgraph/package.json @@ -13,7 +13,7 @@ "test": "graph test" }, "dependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": { diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index e549b283..5b902f9e 100644 --- a/examples/near-blocks/package.json +++ b/examples/near-blocks/package.json @@ -17,7 +17,7 @@ "deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index 302889e6..b703ddd8 100644 --- a/examples/near-receipts/package.json +++ b/examples/near-receipts/package.json @@ -17,7 +17,7 @@ "deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/substreams-powered-subgraph/package.json b/examples/substreams-powered-subgraph/package.json index bdfe616e..e3612ab4 100644 --- a/examples/substreams-powered-subgraph/package.json +++ b/examples/substreams-powered-subgraph/package.json @@ -19,6 +19,6 @@ "substreams:stream": "substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.64.0" + "@graphprotocol/graph-cli": "0.64.1" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1a79cfc9..1dd28e33 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphprotocol/graph-cli +## 0.64.1 + +### Patch Changes + +- [#1536](https://github.com/graphprotocol/graph-tooling/pull/1536) + [`fbce626`](https://github.com/graphprotocol/graph-tooling/commit/fbce626ddd9206f9887576b1a023d9b98914e6a9) + Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates: + - Updated dependency [`prettier@3.0.3` ↗︎](https://www.npmjs.com/package/prettier/v/3.0.3) (from + `1.19.1`, in `dependencies`) + ## 0.64.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e14166ed..73a33730 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.64.0", + "version": "0.64.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {