From 1c68a6b3b213fb4cd1c4b9d200c85c2272e12725 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:06:48 +0000 Subject: [PATCH] chore(release): update monorepo packages versions (#1762) Co-authored-by: github-actions[bot] --- .changeset/lovely-grapes-relate.md | 5 ----- .changeset/nervous-grapes-mix.md | 5 ----- .changeset/nice-penguins-raise.md | 5 ----- .changeset/soft-scissors-help.md | 5 ----- .changeset/violet-panthers-report.md | 5 ----- packages/cli/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/cli/package.json | 2 +- 7 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 .changeset/lovely-grapes-relate.md delete mode 100644 .changeset/nervous-grapes-mix.md delete mode 100644 .changeset/nice-penguins-raise.md delete mode 100644 .changeset/soft-scissors-help.md delete mode 100644 .changeset/violet-panthers-report.md diff --git a/.changeset/lovely-grapes-relate.md b/.changeset/lovely-grapes-relate.md deleted file mode 100644 index f14dcb4d..00000000 --- a/.changeset/lovely-grapes-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -Add new chain: Lens testnet diff --git a/.changeset/nervous-grapes-mix.md b/.changeset/nervous-grapes-mix.md deleted file mode 100644 index 86452d6c..00000000 --- a/.changeset/nervous-grapes-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Refactor debug log for failed Etherscan ABI lookups diff --git a/.changeset/nice-penguins-raise.md b/.changeset/nice-penguins-raise.md deleted file mode 100644 index 19f6bcf7..00000000 --- a/.changeset/nice-penguins-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- - -chore(rpcs): update gnosis chain RPC endpoint diff --git a/.changeset/soft-scissors-help.md b/.changeset/soft-scissors-help.md deleted file mode 100644 index 48142656..00000000 --- a/.changeset/soft-scissors-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Improve ABI file path validation diff --git a/.changeset/violet-panthers-report.md b/.changeset/violet-panthers-report.md deleted file mode 100644 index dc6754ea..00000000 --- a/.changeset/violet-panthers-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -update soneium-testnet blockexplorer url diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9ccd902a..9235cda2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,31 @@ # @graphprotocol/graph-cli +## 0.89.0 + +### Minor Changes + +- [#1763](https://github.com/graphprotocol/graph-tooling/pull/1763) + [`58dbd28`](https://github.com/graphprotocol/graph-tooling/commit/58dbd2845b9e336bb06d7cee09929a92db7f2cf5) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - Add new chain: Lens testnet + +### Patch Changes + +- [#1759](https://github.com/graphprotocol/graph-tooling/pull/1759) + [`1d4217a`](https://github.com/graphprotocol/graph-tooling/commit/1d4217a506b38307ad0d750a9abe37bffa0a734d) + Thanks [@0237h](https://github.com/0237h)! - Refactor debug log for failed Etherscan ABI lookups + +- [#1764](https://github.com/graphprotocol/graph-tooling/pull/1764) + [`0b4cfe9`](https://github.com/graphprotocol/graph-tooling/commit/0b4cfe91091a86a0871d486f91754ea87f302b3e) + Thanks [@adamazad](https://github.com/adamazad)! - chore(rpcs): update gnosis chain RPC endpoint + +- [#1766](https://github.com/graphprotocol/graph-tooling/pull/1766) + [`d2fda94`](https://github.com/graphprotocol/graph-tooling/commit/d2fda940ace2b719354df9da43890c559ebfd3a8) + Thanks [@0237h](https://github.com/0237h)! - Improve ABI file path validation + +- [#1761](https://github.com/graphprotocol/graph-tooling/pull/1761) + [`baf36b4`](https://github.com/graphprotocol/graph-tooling/commit/baf36b42bc531f3aee2709c2f55682a7ec44e5ac) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - update soneium-testnet blockexplorer url + ## 0.88.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c22ef779..791f0796 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.88.0", + "version": "0.89.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {