diff --git a/.changeset/@graphprotocol_graph-cli-1535-dependencies.md b/.changeset/@graphprotocol_graph-cli-1535-dependencies.md deleted file mode 100644 index 46f504dac..000000000 --- a/.changeset/@graphprotocol_graph-cli-1535-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Added dependency [`@babel/core@^7.20.5` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.20.5) (to `dependencies`) - - Added dependency [`@babel/preset-typescript@^7.18.6` ↗︎](https://www.npmjs.com/package/@babel/preset-typescript/v/7.18.6) (to `dependencies`) - - Added dependency [`memoizee@^0.4.15` ↗︎](https://www.npmjs.com/package/memoizee/v/0.4.15) (to `dependencies`) diff --git a/.changeset/eleven-ducks-sneeze.md b/.changeset/eleven-ducks-sneeze.md deleted file mode 100644 index c85470287..000000000 --- a/.changeset/eleven-ducks-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -Add `--skip-git` option to `init` cli command diff --git a/.changeset/nervous-windows-serve.md b/.changeset/nervous-windows-serve.md deleted file mode 100644 index b120c4ead..000000000 --- a/.changeset/nervous-windows-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -substreams based triggers support diff --git a/.changeset/ninety-comics-joke.md b/.changeset/ninety-comics-joke.md deleted file mode 100644 index 9350b0110..000000000 --- a/.changeset/ninety-comics-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-ts': minor ---- - -add starknet data types diff --git a/.changeset/six-crabs-crash.md b/.changeset/six-crabs-crash.md deleted file mode 100644 index f109f8778..000000000 --- a/.changeset/six-crabs-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -add validation for handlers from subgraph manifest diff --git a/.changeset/spotty-horses-peel.md b/.changeset/spotty-horses-peel.md deleted file mode 100644 index 892ff5537..000000000 --- a/.changeset/spotty-horses-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -Add support for M3 apple silicon for `graph test` diff --git a/.changeset/three-fans-attend.md b/.changeset/three-fans-attend.md deleted file mode 100644 index 48e2f23ae..000000000 --- a/.changeset/three-fans-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -remove studio network validation checks diff --git a/examples/arweave-blocks-transactions/package.json b/examples/arweave-blocks-transactions/package.json index 4788d82af..dcde376aa 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.62.0", - "@graphprotocol/graph-ts": "0.31.0" + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-block-filtering/package.json b/examples/cosmos-block-filtering/package.json index ad3d1a737..52334c7e7 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.62.0", - "@graphprotocol/graph-ts": "0.31.0", + "@graphprotocol/graph-cli": "0.63.0", + "@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 8dfd553b7..2f44b0a4f 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.62.0", - "@graphprotocol/graph-ts": "0.31.0" + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/cosmos-validator-delegations/package.json b/examples/cosmos-validator-delegations/package.json index 803797360..3f9f3fcc8 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.62.0", - "@graphprotocol/graph-ts": "0.31.0", + "@graphprotocol/graph-cli": "0.63.0", + "@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 a075fb5af..a209a75cc 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.62.0", - "@graphprotocol/graph-ts": "0.31.0", + "@graphprotocol/graph-cli": "0.63.0", + "@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 d6dc55ca7..5a5375719 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.62.0", - "@graphprotocol/graph-ts": "0.31.0", + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.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 d49499f02..151f536f7 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.62.0", - "@graphprotocol/graph-ts": "0.31.0", + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.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 905e8b341..aff95fb20 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.31.0" + "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/matic-lens-protocol-posts-subgraph/package.json b/examples/matic-lens-protocol-posts-subgraph/package.json index ab6858063..6ae4d83e8 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.62.0", - "@graphprotocol/graph-ts": "0.31.0" + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": { "matchstick-as": "0.6.0" diff --git a/examples/near-blocks/package.json b/examples/near-blocks/package.json index e33ba3d79..7c6d219fa 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.62.0", - "@graphprotocol/graph-ts": "0.31.0" + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/near-receipts/package.json b/examples/near-receipts/package.json index 3165c2a18..ce6f7e22b 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.62.0", - "@graphprotocol/graph-ts": "0.31.0" + "@graphprotocol/graph-cli": "0.63.0", + "@graphprotocol/graph-ts": "0.32.0" } } diff --git a/examples/substreams-powered-subgraph/package.json b/examples/substreams-powered-subgraph/package.json index 71bf535e0..b9494df4e 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.62.0" + "@graphprotocol/graph-cli": "0.63.0" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9885441bf..49751db66 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,44 @@ # @graphprotocol/graph-cli +## 0.63.0 + +### Minor Changes + +- [#1531](https://github.com/graphprotocol/graph-tooling/pull/1531) + [`b168be1`](https://github.com/graphprotocol/graph-tooling/commit/b168be1526376fbb386b2ef650813b6696ab59f1) + Thanks [@travs](https://github.com/travs)! - Add `--skip-git` option to `init` cli command + +- [#1490](https://github.com/graphprotocol/graph-tooling/pull/1490) + [`95eb9d0`](https://github.com/graphprotocol/graph-tooling/commit/95eb9d0244a99fdfb7a4750963c1a982d024dd87) + Thanks [@mangas](https://github.com/mangas)! - substreams based triggers support + +- [#1535](https://github.com/graphprotocol/graph-tooling/pull/1535) + [`7d5c818`](https://github.com/graphprotocol/graph-tooling/commit/7d5c818fc832cf824421957b02ff3198bcf25a22) + Thanks [@saihaj](https://github.com/saihaj)! - add validation for handlers from subgraph manifest + +- [#1524](https://github.com/graphprotocol/graph-tooling/pull/1524) + [`086a2da`](https://github.com/graphprotocol/graph-tooling/commit/086a2da03a4388277b69b6db541a0673dc9505bb) + Thanks [@pedropregueiro](https://github.com/pedropregueiro)! - Add support for M3 apple silicon + for `graph test` + +### Patch Changes + +- [#1535](https://github.com/graphprotocol/graph-tooling/pull/1535) + [`7d5c818`](https://github.com/graphprotocol/graph-tooling/commit/7d5c818fc832cf824421957b02ff3198bcf25a22) + Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates: + + - Added dependency [`@babel/core@^7.20.5` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.20.5) + (to `dependencies`) + - Added dependency + [`@babel/preset-typescript@^7.18.6` ↗︎](https://www.npmjs.com/package/@babel/preset-typescript/v/7.18.6) + (to `dependencies`) + - Added dependency [`memoizee@^0.4.15` ↗︎](https://www.npmjs.com/package/memoizee/v/0.4.15) (to + `dependencies`) + +- [#1521](https://github.com/graphprotocol/graph-tooling/pull/1521) + [`3571a57`](https://github.com/graphprotocol/graph-tooling/commit/3571a571b2a094f41932e7cbc91b605c7ba0962c) + Thanks [@saihaj](https://github.com/saihaj)! - remove studio network validation checks + ## 0.62.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0ac019de4..455c5324d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.62.0", + "version": "0.63.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 099c04dd7..78a3597a4 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-ts +## 0.32.0 + +### Minor Changes + +- [#1523](https://github.com/graphprotocol/graph-tooling/pull/1523) + [`167696e`](https://github.com/graphprotocol/graph-tooling/commit/167696eb611db0da27a6cf92a7390e72c74672ca) + Thanks [@xJonathanLEI](https://github.com/xJonathanLEI)! - add starknet data types + ## 0.31.0 ### Minor Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index b78e35522..7599d7900 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-ts", - "version": "0.31.0", + "version": "0.32.0", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts",