From 86a46ad45d43210df820ed0849d7e64576bd1103 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Oct 2024 18:29:24 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/fair-suns-pay.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fair-suns-pay.md diff --git a/.changeset/fair-suns-pay.md b/.changeset/fair-suns-pay.md deleted file mode 100644 index ac212d2a4..000000000 --- a/.changeset/fair-suns-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -added new chain diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 25b65ec6d..0b9b761e2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.86.0 + +### Minor Changes + +- [#1740](https://github.com/graphprotocol/graph-tooling/pull/1740) + [`7b4f787`](https://github.com/graphprotocol/graph-tooling/commit/7b4f787ebe4f65dbb233d3dda02f179f75ef21d9) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - added new chain + ## 0.85.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index dc44d84c7..0e8b1b4f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.85.0", + "version": "0.86.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {