From e15d50a39bc0cffbf7048a64a6ff082363d62fc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:31:00 +0100 Subject: [PATCH] chore(release): update monorepo packages versions (#1684) Co-authored-by: github-actions[bot] --- .changeset/six-moles-appear.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/six-moles-appear.md diff --git a/.changeset/six-moles-appear.md b/.changeset/six-moles-appear.md deleted file mode 100644 index 2369edbc9..000000000 --- a/.changeset/six-moles-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix graph auth diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3f60a23e4..e490c2a6f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.74.1 + +### Patch Changes + +- [#1683](https://github.com/graphprotocol/graph-tooling/pull/1683) + [`f5bfa07`](https://github.com/graphprotocol/graph-tooling/commit/f5bfa07e04c0c70ed3285db4e90bf99cfdb265a3) + Thanks [@azf20](https://github.com/azf20)! - fix graph auth + ## 0.74.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 20145a908..63624171a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.74.0", + "version": "0.74.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {