From af637f1c09753bae240e63a3604ebb94a425365a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:27:18 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#1541) Co-authored-by: github-actions[bot] --- .changeset/tame-pets-smash.md | 5 ----- .changeset/thin-buttons-swim.md | 5 ----- examples/arweave-blocks-transactions/package.json | 2 +- examples/cosmos-block-filtering/package.json | 2 +- examples/cosmos-osmosis-token-swaps/package.json | 2 +- examples/cosmos-validator-delegations/package.json | 2 +- examples/cosmos-validator-rewards/package.json | 2 +- examples/ethereum-basic-event-handlers/package.json | 2 +- examples/ethereum-gravatar/package.json | 2 +- .../matic-lens-protocol-posts-subgraph/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 | 13 +++++++++++++ packages/cli/package.json | 2 +- 15 files changed, 25 insertions(+), 22 deletions(-) delete mode 100644 .changeset/tame-pets-smash.md delete mode 100644 .changeset/thin-buttons-swim.md diff --git a/.changeset/tame-pets-smash.md b/.changeset/tame-pets-smash.md deleted file mode 100644 index 90010e6ee..000000000 --- a/.changeset/tame-pets-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -upgrade `graph init` to use latest version of `graph-ts` diff --git a/.changeset/thin-buttons-swim.md b/.changeset/thin-buttons-swim.md deleted file mode 100644 index 597624d81..000000000 --- a/.changeset/thin-buttons-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix graph build for templates diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index dcde376aa..634bbf178 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.63.0", + "@graphprotocol/graph-cli": "0.63.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index 52334c7e7..2e731d54e 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.63.0", + "@graphprotocol/graph-cli": "0.63.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 2f44b0a4f..1875dabf5 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.63.0", + "@graphprotocol/graph-cli": "0.63.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 3f9f3fcc8..262882085 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.63.0", + "@graphprotocol/graph-cli": "0.63.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 a209a75cc..3408d3b57 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.63.0", + "@graphprotocol/graph-cli": "0.63.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 5a5375719..de51c0f5b 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.63.0", + "@graphprotocol/graph-cli": "0.63.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 151f536f7..98dc638ff 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.63.0", + "@graphprotocol/graph-cli": "0.63.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 6ae4d83e8..f47c0dc3e 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.63.0", + "@graphprotocol/graph-cli": "0.63.1", "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": { diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index 7c6d219fa..aab19f24a 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.63.0", + "@graphprotocol/graph-cli": "0.63.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index ce6f7e22b..4c2567dca 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.63.0", + "@graphprotocol/graph-cli": "0.63.1", "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/substreams-powered-subgraph/package.json b/examples/substreams-powered-subgraph/package.json index b9494df4e..9ec436cdd 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.63.0" + "@graphprotocol/graph-cli": "0.63.1" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 49751db66..7dc0f1628 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphprotocol/graph-cli +## 0.63.1 + +### Patch Changes + +- [#1539](https://github.com/graphprotocol/graph-tooling/pull/1539) + [`3e29dfd`](https://github.com/graphprotocol/graph-tooling/commit/3e29dfdf0175634246aca5d2b57328cdd32ea45a) + Thanks [@saihaj](https://github.com/saihaj)! - upgrade `graph init` to use latest version of + `graph-ts` + +- [#1540](https://github.com/graphprotocol/graph-tooling/pull/1540) + [`8a79d05`](https://github.com/graphprotocol/graph-tooling/commit/8a79d0501dfb95452f198b6744c459716d112275) + Thanks [@saihaj](https://github.com/saihaj)! - fix graph build for templates + ## 0.63.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 455c5324d..af8430f06 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.63.0", + "version": "0.63.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {