From 57214053e8daa129a64dda4acf1302cc81a56dc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 07:55:21 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#1408) Co-authored-by: github-actions[bot] --- .changeset/fast-experts-play.md | 5 ----- .changeset/nice-shirts-try.md | 5 ----- .changeset/pretty-cows-end.md | 5 ----- .../arweave-blocks-transactions/package.json | 2 +- examples/cosmos-block-filtering/package.json | 2 +- .../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 +- examples/near-blocks/package.json | 2 +- examples/near-receipts/package.json | 2 +- .../substreams-powered-subgraph/package.json | 2 +- packages/cli/CHANGELOG.md | 18 ++++++++++++++++++ packages/cli/package.json | 2 +- 15 files changed, 29 insertions(+), 26 deletions(-) delete mode 100644 .changeset/fast-experts-play.md delete mode 100644 .changeset/nice-shirts-try.md delete mode 100644 .changeset/pretty-cows-end.md diff --git a/.changeset/fast-experts-play.md b/.changeset/fast-experts-play.md deleted file mode 100644 index 7f8b52d5f..000000000 --- a/.changeset/fast-experts-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- - -fix ABI api endpoint zksync mainnet diff --git a/.changeset/nice-shirts-try.md b/.changeset/nice-shirts-try.md deleted file mode 100644 index 11468a9a1..000000000 --- a/.changeset/nice-shirts-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -add support for arweave file datasource diff --git a/.changeset/pretty-cows-end.md b/.changeset/pretty-cows-end.md deleted file mode 100644 index f18276756..000000000 --- a/.changeset/pretty-cows-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -add skipInstall flag for init diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index 46b4e847e..e7912aac8 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index d95843d3d..74b24b5eb 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0", "mustache": "^4.2.0" } diff --git a/examples/cosmos-osmosis-token-swaps/package.json b/examples/cosmos-osmosis-token-swaps/package.json index 1561409f8..e41fd57f2 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 4a8df445c..beabfb610 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0", "mustache": "^4.2.0" } diff --git a/examples/cosmos-validator-rewards/package.json b/examples/cosmos-validator-rewards/package.json index 0665bf62b..79f369ba2 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0", "mustache": "^4.2.0" } diff --git a/examples/ethereum-basic-event-handlers/package.json b/examples/ethereum-basic-event-handlers/package.json index ed360f063..4e98b05db 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.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 d296c04fd..120a941a4 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0", "@nomicfoundation/hardhat-toolbox": "^2.0.2", "hardhat": "^2.13.1" diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index 259c4d8d9..8c2373a62 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index 48ae62dda..913d8970d 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.53.0", + "@graphprotocol/graph-cli": "0.54.0", "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/substreams-powered-subgraph/package.json b/examples/substreams-powered-subgraph/package.json index 4b66ea572..afa652a7a 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.53.0" + "@graphprotocol/graph-cli": "0.54.0" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 529ed04f7..be5566f73 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # @graphprotocol/graph-cli +## 0.54.0 + +### Minor Changes + +- [#1411](https://github.com/graphprotocol/graph-tooling/pull/1411) + [`0ae0625`](https://github.com/graphprotocol/graph-tooling/commit/0ae06258b31c979c8e83922be77021bc004a0d12) + Thanks [@saihaj](https://github.com/saihaj)! - add support for arweave file datasource + +- [#1407](https://github.com/graphprotocol/graph-tooling/pull/1407) + [`d388127`](https://github.com/graphprotocol/graph-tooling/commit/d388127aa46a47feaab5024d0a2f2da49c9cabac) + Thanks [@saihaj](https://github.com/saihaj)! - add skipInstall flag for init + +### Patch Changes + +- [#1410](https://github.com/graphprotocol/graph-tooling/pull/1410) + [`c1eed12`](https://github.com/graphprotocol/graph-tooling/commit/c1eed1219b015145bd428c201577659c61ab64bc) + Thanks [@uF4No](https://github.com/uF4No)! - fix ABI api endpoint zksync mainnet + ## 0.53.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ed30fd592..08154a43a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.53.0", + "version": "0.54.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {