diff --git a/.changeset/big-hornets-relate.md b/.changeset/big-hornets-relate.md deleted file mode 100644 index 39cfaf269..000000000 --- a/.changeset/big-hornets-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-ts": minor ---- - -export `loadRelated` host function diff --git a/.changeset/rotten-lemons-pull.md b/.changeset/rotten-lemons-pull.md deleted file mode 100644 index 5ebd6be2f..000000000 --- a/.changeset/rotten-lemons-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Add support for codegen for derived field loaders, This adds getters for derived fields defined in -the schema for entities. diff --git a/.changeset/seven-kiwis-know.md b/.changeset/seven-kiwis-know.md deleted file mode 100644 index c893497f3..000000000 --- a/.changeset/seven-kiwis-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -add `graph clean` command to delete generated artifacts diff --git a/.changeset/twelve-tables-design.md b/.changeset/twelve-tables-design.md deleted file mode 100644 index 06cbdcacb..000000000 --- a/.changeset/twelve-tables-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/graph-ts': minor -'@graphprotocol/graph-cli': minor ---- - -Added support for handling GraphQL `Int8` scalar as `i64` (AssemblyScript) diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index 3b6a6c028..4ad0f4b50 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.50.1", - "@graphprotocol/graph-ts": "0.30.0" + "@graphprotocol/graph-cli": "0.51.0", + "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index 6fcd74361..fefccd574 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.50.1", - "@graphprotocol/graph-ts": "0.30.0", + "@graphprotocol/graph-cli": "0.51.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 17ee89dd7..aedd8de30 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.50.1", - "@graphprotocol/graph-ts": "0.30.0" + "@graphprotocol/graph-cli": "0.51.0", + "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index dc6127459..142e6950e 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.50.1", - "@graphprotocol/graph-ts": "0.30.0", + "@graphprotocol/graph-cli": "0.51.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 205c1dae1..c2d53cc7a 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.50.1", - "@graphprotocol/graph-ts": "0.30.0", + "@graphprotocol/graph-cli": "0.51.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 3afe26fb2..486fb49ab 100644 --- a/examples/ethereum-basic-event-handlers/package.json +++ b/examples/ethereum-basic-event-handlers/package.json @@ -31,8 +31,8 @@ "typescript": "^5.0.4" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.50.1", - "@graphprotocol/graph-ts": "0.30.0", + "@graphprotocol/graph-cli": "0.51.0", + "@graphprotocol/graph-ts": "0.31.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 80b3c969f..ac2e005b3 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.50.1", - "@graphprotocol/graph-ts": "0.30.0", + "@graphprotocol/graph-cli": "0.51.0", + "@graphprotocol/graph-ts": "0.31.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 31de18967..937bd4c16 100644 --- a/examples/example-subgraph/package.json +++ b/examples/example-subgraph/package.json @@ -13,7 +13,7 @@ "codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml" }, "devDependencies": { - "@graphprotocol/graph-ts": "0.30.0" + "@graphprotocol/graph-ts": "0.31.0" }, "resolutions": { "assemblyscript": "0.19.10" diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index e73c86666..98e4c33d3 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.50.1", - "@graphprotocol/graph-ts": "0.30.0" + "@graphprotocol/graph-cli": "0.51.0", + "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index f6a0e5c6b..fdec9a126 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.50.1", - "@graphprotocol/graph-ts": "0.30.0" + "@graphprotocol/graph-cli": "0.51.0", + "@graphprotocol/graph-ts": "0.31.0" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ed7615952..23fe7d658 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,24 @@ # @graphprotocol/graph-cli +## 0.51.0 + +### Minor Changes + +- [#1340](https://github.com/graphprotocol/graph-tooling/pull/1340) + [`2375877`](https://github.com/graphprotocol/graph-tooling/commit/23758774b33b5b7c6934f57a3e137870205ca6f0) + Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for codegen for derived field + loaders, This adds getters for derived fields defined in the schema for entities. + +- [#1363](https://github.com/graphprotocol/graph-tooling/pull/1363) + [`f928262`](https://github.com/graphprotocol/graph-tooling/commit/f9282626d7e906cfdc0fc826bdbc92ff2c907e97) + Thanks [@saihaj](https://github.com/saihaj)! - add `graph clean` command to delete generated + artifacts + +- [#1296](https://github.com/graphprotocol/graph-tooling/pull/1296) + [`dab4ca1`](https://github.com/graphprotocol/graph-tooling/commit/dab4ca1f5df7dcd0928bbaa20304f41d23b20ced) + Thanks [@dotansimha](https://github.com/dotansimha)! - Added support for handling GraphQL `Int8` + scalar as `i64` (AssemblyScript) + ## 0.50.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 407e50746..ec4615a3a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.50.1", + "version": "0.51.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 ba214a9c3..099c04dd7 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphprotocol/graph-ts +## 0.31.0 + +### Minor Changes + +- [#1340](https://github.com/graphprotocol/graph-tooling/pull/1340) + [`2375877`](https://github.com/graphprotocol/graph-tooling/commit/23758774b33b5b7c6934f57a3e137870205ca6f0) + Thanks [@incrypto32](https://github.com/incrypto32)! - export `loadRelated` host function + +- [#1296](https://github.com/graphprotocol/graph-tooling/pull/1296) + [`dab4ca1`](https://github.com/graphprotocol/graph-tooling/commit/dab4ca1f5df7dcd0928bbaa20304f41d23b20ced) + Thanks [@dotansimha](https://github.com/dotansimha)! - Added support for handling GraphQL `Int8` + scalar as `i64` (AssemblyScript) + ## 0.30.0 ### Minor Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index da5e28c59..93d29f4a1 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-ts", - "version": "0.30.0", + "version": "0.31.0", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts",