diff --git a/.changeset/breezy-eels-sniff.md b/.changeset/breezy-eels-sniff.md deleted file mode 100644 index 694a5c8ea..000000000 --- a/.changeset/breezy-eels-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Update deprecated endpoints and support API key for updating published subgraphs diff --git a/.changeset/cyan-spoons-greet.md b/.changeset/cyan-spoons-greet.md deleted file mode 100644 index c4161fd56..000000000 --- a/.changeset/cyan-spoons-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Support parsing full path contract name from block explorers diff --git a/.changeset/swift-bottles-trade.md b/.changeset/swift-bottles-trade.md deleted file mode 100644 index 26b75ea31..000000000 --- a/.changeset/swift-bottles-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Add new chains: `abstract-testnet`, `corn` and `corn-testnet` diff --git a/.changeset/warm-moose-act.md b/.changeset/warm-moose-act.md deleted file mode 100644 index 18420827c..000000000 --- a/.changeset/warm-moose-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix CLI validation for `startBlock` and `contractName` fetched from external APIs diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9235cda24..2adca0b8b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,30 @@ # @graphprotocol/graph-cli +## 0.90.0 + +### Minor Changes + +- [`098b433`](https://github.com/graphprotocol/graph-tooling/commit/098b433815390e5aff2e0e52f22ab0ee44b9c206) + Thanks [@DenisCarriere](https://github.com/DenisCarriere)! - Update deprecated endpoints and + support API key for updating published subgraphs + +### Patch Changes + +- [#1771](https://github.com/graphprotocol/graph-tooling/pull/1771) + [`93271b0`](https://github.com/graphprotocol/graph-tooling/commit/93271b07116752c74419720a39c1fdbd460c078d) + Thanks [@0237h](https://github.com/0237h)! - Support parsing full path contract name from block + explorers + +- [#1774](https://github.com/graphprotocol/graph-tooling/pull/1774) + [`5d9f0c9`](https://github.com/graphprotocol/graph-tooling/commit/5d9f0c9c9d714d95ed455deb02137ea5440f3e2d) + Thanks [@0237h](https://github.com/0237h)! - Add new chains: `abstract-testnet`, `corn` and + `corn-testnet` + +- [#1767](https://github.com/graphprotocol/graph-tooling/pull/1767) + [`6f2cb45`](https://github.com/graphprotocol/graph-tooling/commit/6f2cb45e5a07d8de2946a485763feb0b1bcfd4f0) + Thanks [@0237h](https://github.com/0237h)! - Fix CLI validation for `startBlock` and + `contractName` fetched from external APIs + ## 0.89.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 791f07969..3b26bcaed 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.89.0", + "version": "0.90.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {