From 950f48f92997c735a52bfcf5e3b6c494966bd0e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:58:39 -0600 Subject: [PATCH] chore(release): update monorepo packages versions (#1567) Co-authored-by: github-actions[bot] --- .changeset/short-radios-cross.md | 5 ----- .changeset/slow-bananas-help.md | 5 ----- examples/arweave-blocks-transactions/package.json | 2 +- examples/cosmos-block-filtering/package.json | 2 +- examples/cosmos-osmosis-token-swaps/package.json | 2 +- .../cosmos-validator-delegations/package.json | 2 +- examples/cosmos-validator-rewards/package.json | 2 +- .../ethereum-basic-event-handlers/package.json | 2 +- examples/ethereum-gravatar/package.json | 2 +- .../package.json | 2 +- examples/near-blocks/package.json | 2 +- examples/near-receipts/package.json | 2 +- examples/substreams-powered-subgraph/package.json | 2 +- packages/cli/CHANGELOG.md | 15 +++++++++++++++ packages/cli/package.json | 2 +- 15 files changed, 27 insertions(+), 22 deletions(-) delete mode 100644 .changeset/short-radios-cross.md delete mode 100644 .changeset/slow-bananas-help.md diff --git a/.changeset/short-radios-cross.md b/.changeset/short-radios-cross.md deleted file mode 100644 index c50d8e78..00000000 --- a/.changeset/short-radios-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix zksync-era-sepolia etherscan url diff --git a/.changeset/slow-bananas-help.md b/.changeset/slow-bananas-help.md deleted file mode 100644 index 432ace26..00000000 --- a/.changeset/slow-bananas-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Add support for endBlock in subgraph manifest diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index f1abf8fc..8728db12 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index 2e33db0a..a1b8640c 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@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 2700217b..bc740bb5 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 7757a988..caddb9a2 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@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 421df859..4c576399 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@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 a0152613..e9b8bde5 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@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 770ca915..a5af5468 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@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 3782760d..5827ed0f 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": { diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index 97939a59..713898c8 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index e2c13017..ce337a69 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.66.0", + "@graphprotocol/graph-cli": "0.67.0", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/substreams-powered-subgraph/package.json b/examples/substreams-powered-subgraph/package.json index 2c1c9c74..8ede68f8 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.66.0" + "@graphprotocol/graph-cli": "0.67.0" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4dfbf329..b7ed457a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphprotocol/graph-cli +## 0.67.0 + +### Minor Changes + +- [#1409](https://github.com/graphprotocol/graph-tooling/pull/1409) + [`e15e036`](https://github.com/graphprotocol/graph-tooling/commit/e15e0361c38348f2ca20a89ab7a49ed2235922e7) + Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for endBlock in subgraph + manifest + +### Patch Changes + +- [#1566](https://github.com/graphprotocol/graph-tooling/pull/1566) + [`82bca91`](https://github.com/graphprotocol/graph-tooling/commit/82bca91aa0ca12af087f470b4637b92c3ee486c2) + Thanks [@saihaj](https://github.com/saihaj)! - fix zksync-era-sepolia etherscan url + ## 0.66.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 532e8785..4c46605c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.66.0", + "version": "0.67.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {