From 7d18704954c82e7c03f531897931f0df7ddddeb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:31:02 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#1784) Co-authored-by: github-actions[bot] --- .changeset/old-dryers-judge.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/old-dryers-judge.md diff --git a/.changeset/old-dryers-judge.md b/.changeset/old-dryers-judge.md deleted file mode 100644 index 4598186ec..000000000 --- a/.changeset/old-dryers-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix bug with network selection diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 40d16ff4a..fd7c94acb 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.91.1 + +### Patch Changes + +- [#1783](https://github.com/graphprotocol/graph-tooling/pull/1783) + [`ea1d948`](https://github.com/graphprotocol/graph-tooling/commit/ea1d94863783e19a379ce6d545d5f8523d8bf9e8) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix bug with network selection + ## 0.91.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3fe3940f1..2f467f24e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.91.0", + "version": "0.91.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {