From 7f553437f0a7e289946743ca00172a738c65c23f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Dec 2024 15:32:26 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/quick-bats-teach.md | 6 ------ .changeset/wise-crews-study.md | 5 ----- examples/arweave-blocks-transactions/package.json | 4 ++-- examples/cosmos-block-filtering/package.json | 4 ++-- examples/cosmos-osmosis-token-swaps/package.json | 4 ++-- examples/cosmos-validator-delegations/package.json | 4 ++-- examples/cosmos-validator-rewards/package.json | 4 ++-- .../ethereum-basic-event-handlers/package.json | 4 ++-- examples/ethereum-gravatar/package.json | 4 ++-- examples/example-subgraph/package.json | 2 +- .../package.json | 4 ++-- examples/near-blocks/package.json | 4 ++-- examples/near-receipts/package.json | 4 ++-- packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- packages/ts/CHANGELOG.md | 9 +++++++++ packages/ts/package.json | 2 +- 17 files changed, 46 insertions(+), 34 deletions(-) delete mode 100644 .changeset/quick-bats-teach.md delete mode 100644 .changeset/wise-crews-study.md diff --git a/.changeset/quick-bats-teach.md b/.changeset/quick-bats-teach.md deleted file mode 100644 index c2cc44861..000000000 --- a/.changeset/quick-bats-teach.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor -'@graphprotocol/graph-ts': minor ---- - -Add support for subgraph datasource and associated types. diff --git a/.changeset/wise-crews-study.md b/.changeset/wise-crews-study.md deleted file mode 100644 index add37fdb3..000000000 --- a/.changeset/wise-crews-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -added rpc and api urls for botanix-testnet diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index 2227c5d4b..df6dbc3d1 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.71.2", - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index ba833528e..2820ab55c 100644 --- a/examples/cosmos-block-filtering/package.json +++ b/examples/cosmos-block-filtering/package.json @@ -24,8 +24,8 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.71.2", - "@graphprotocol/graph-ts": "0.35.1", + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0", "mustache": "^4.2.0" } } diff --git a/examples/cosmos-osmosis-token-swaps/package.json b/examples/cosmos-osmosis-token-swaps/package.json index 871ad16ba..268a149e4 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.71.2", - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 0675b31a4..3d6c5e046 100644 --- a/examples/cosmos-validator-delegations/package.json +++ b/examples/cosmos-validator-delegations/package.json @@ -25,8 +25,8 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.71.2", - "@graphprotocol/graph-ts": "0.35.1", + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0", "mustache": "^4.2.0" } } diff --git a/examples/cosmos-validator-rewards/package.json b/examples/cosmos-validator-rewards/package.json index 1491890ce..82049607f 100644 --- a/examples/cosmos-validator-rewards/package.json +++ b/examples/cosmos-validator-rewards/package.json @@ -24,8 +24,8 @@ "babel-register": "^6.26.0" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.71.2", - "@graphprotocol/graph-ts": "0.35.1", + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0", "mustache": "^4.2.0" } } diff --git a/examples/ethereum-basic-event-handlers/package.json b/examples/ethereum-basic-event-handlers/package.json index aa85639fa..5fc2f8599 100644 --- a/examples/ethereum-basic-event-handlers/package.json +++ b/examples/ethereum-basic-event-handlers/package.json @@ -32,8 +32,8 @@ "typescript": "^5.0.4" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.71.2", - "@graphprotocol/graph-ts": "0.35.1", + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0", "@nomicfoundation/hardhat-toolbox": "^2.0.2", "apollo-fetch": "^0.7.0", "hardhat": "^2.22.1" diff --git a/examples/ethereum-gravatar/package.json b/examples/ethereum-gravatar/package.json index 0cf17b7ec..ce8b1b63d 100644 --- a/examples/ethereum-gravatar/package.json +++ b/examples/ethereum-gravatar/package.json @@ -18,8 +18,8 @@ "deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.71.2", - "@graphprotocol/graph-ts": "0.35.1", + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0", "@nomicfoundation/hardhat-toolbox": "^2.0.2", "hardhat": "^2.13.1" } diff --git a/examples/example-subgraph/package.json b/examples/example-subgraph/package.json index d6174529e..fcc66d3ec 100644 --- a/examples/example-subgraph/package.json +++ b/examples/example-subgraph/package.json @@ -13,6 +13,6 @@ "codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml" }, "devDependencies": { - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-ts": "0.36.0" } } diff --git a/examples/matic-lens-protocol-posts-subgraph/package.json b/examples/matic-lens-protocol-posts-subgraph/package.json index e8d071493..ec38c840e 100644 --- a/examples/matic-lens-protocol-posts-subgraph/package.json +++ b/examples/matic-lens-protocol-posts-subgraph/package.json @@ -13,8 +13,8 @@ "test": "graph test" }, "dependencies": { - "@graphprotocol/graph-cli": "0.71.2", - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0" }, "devDependencies": { "matchstick-as": "0.6.0" diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index af1bd5909..96efe5228 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.71.2", - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index f04fecd53..63027c79b 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.71.2", - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-cli": "0.91.0", + "@graphprotocol/graph-ts": "0.36.0" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e156ca813..40d16ff4a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphprotocol/graph-cli +## 0.91.0 + +### Minor Changes + +- [#1754](https://github.com/graphprotocol/graph-tooling/pull/1754) + [`2050bf6`](https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd) + Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for subgraph datasource and + associated types. + +- [#1781](https://github.com/graphprotocol/graph-tooling/pull/1781) + [`e8218ee`](https://github.com/graphprotocol/graph-tooling/commit/e8218eedec4292a95957efc5cadcbcf5280c0375) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rpc and api urls for + botanix-testnet + ## 0.90.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7999e3e90..3fe3940f1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.90.1", + "version": "0.91.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": { diff --git a/packages/ts/CHANGELOG.md b/packages/ts/CHANGELOG.md index 1b11f2a61..60cac0c88 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphprotocol/graph-ts +## 0.36.0 + +### Minor Changes + +- [#1754](https://github.com/graphprotocol/graph-tooling/pull/1754) + [`2050bf6`](https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd) + Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for subgraph datasource and + associated types. + ## 0.35.1 ### Patch Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index 090c545bc..cc5b5a7bc 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-ts", - "version": "0.35.1", + "version": "0.36.0", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts",