diff --git a/.changeset/four-baboons-ring.md b/.changeset/four-baboons-ring.md deleted file mode 100644 index f308b1b4..00000000 --- a/.changeset/four-baboons-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-ts': minor ---- - -Added getBalance call to ethereum API diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index 445f9d9f..7cf9bdd3 100644 --- a/examples/arweave-blocks-transactions/package.json +++ b/examples/arweave-blocks-transactions/package.json @@ -20,6 +20,6 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0" + "@graphprotocol/graph-ts": "0.33.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index 541b7174..d64e98e5 100644 --- a/examples/cosmos-block-filtering/package.json +++ b/examples/cosmos-block-filtering/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0", + "@graphprotocol/graph-ts": "0.33.0", "mustache": "^4.2.0" } } diff --git a/examples/cosmos-osmosis-token-swaps/package.json b/examples/cosmos-osmosis-token-swaps/package.json index e1acd0bc..900499ae 100644 --- a/examples/cosmos-osmosis-token-swaps/package.json +++ b/examples/cosmos-osmosis-token-swaps/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0" + "@graphprotocol/graph-ts": "0.33.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 053dc504..21ad0556 100644 --- a/examples/cosmos-validator-delegations/package.json +++ b/examples/cosmos-validator-delegations/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0", + "@graphprotocol/graph-ts": "0.33.0", "mustache": "^4.2.0" } } diff --git a/examples/cosmos-validator-rewards/package.json b/examples/cosmos-validator-rewards/package.json index 7ad581f2..75fcadff 100644 --- a/examples/cosmos-validator-rewards/package.json +++ b/examples/cosmos-validator-rewards/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0", + "@graphprotocol/graph-ts": "0.33.0", "mustache": "^4.2.0" } } diff --git a/examples/ethereum-basic-event-handlers/package.json b/examples/ethereum-basic-event-handlers/package.json index 4bd92bdc..ffb3a555 100644 --- a/examples/ethereum-basic-event-handlers/package.json +++ b/examples/ethereum-basic-event-handlers/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0", + "@graphprotocol/graph-ts": "0.33.0", "@nomicfoundation/hardhat-toolbox": "^2.0.2", "apollo-fetch": "^0.7.0", "hardhat": "^2.13.1" diff --git a/examples/ethereum-gravatar/package.json b/examples/ethereum-gravatar/package.json index 06e6f5b1..032fd245 100644 --- a/examples/ethereum-gravatar/package.json +++ b/examples/ethereum-gravatar/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0", + "@graphprotocol/graph-ts": "0.33.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 aff95fb2..389b16f3 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.32.0" + "@graphprotocol/graph-ts": "0.33.0" } } diff --git a/examples/matic-lens-protocol-posts-subgraph/package.json b/examples/matic-lens-protocol-posts-subgraph/package.json index 8e7332b1..8e401335 100644 --- a/examples/matic-lens-protocol-posts-subgraph/package.json +++ b/examples/matic-lens-protocol-posts-subgraph/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0" + "@graphprotocol/graph-ts": "0.33.0" }, "devDependencies": { "matchstick-as": "0.6.0" diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index 501c0e85..6fc4a885 100644 --- a/examples/near-blocks/package.json +++ b/examples/near-blocks/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0" + "@graphprotocol/graph-ts": "0.33.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index 469ad0ad..3a3eb4e9 100644 --- a/examples/near-receipts/package.json +++ b/examples/near-receipts/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "0.68.0", - "@graphprotocol/graph-ts": "0.32.0" + "@graphprotocol/graph-ts": "0.33.0" } } diff --git a/packages/ts/CHANGELOG.md b/packages/ts/CHANGELOG.md index 78a3597a..aa2ababf 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-ts +## 0.33.0 + +### Minor Changes + +- [#1584](https://github.com/graphprotocol/graph-tooling/pull/1584) + [`0075f06`](https://github.com/graphprotocol/graph-tooling/commit/0075f06ddaa6d37606e42e1c12d11d19674d00ad) + Thanks [@incrypto32](https://github.com/incrypto32)! - Added getBalance call to ethereum API + ## 0.32.0 ### Minor Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index 7599d790..55bdbbc6 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-ts", - "version": "0.32.0", + "version": "0.33.0", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts",