From 9573567415d2c399a2bf1ce8fd8e63b3810167de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Apr 2023 22:39:48 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/tender-drinks-rhyme.md | 6 ------ packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 .changeset/tender-drinks-rhyme.md diff --git a/.changeset/tender-drinks-rhyme.md b/.changeset/tender-drinks-rhyme.md deleted file mode 100644 index a55dc98c5..000000000 --- a/.changeset/tender-drinks-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fixes dependency error from `ipfs-http-client` and `concat-stream`. Visit -https://github.com/graphprotocol/graph-tooling/issues/1262 for more details. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 61f2d75f6..8b20a9f09 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphprotocol/graph-cli +## 0.45.1 + +### Patch Changes + +- [#1263](https://github.com/graphprotocol/graph-tooling/pull/1263) + [`2ba2ba9`](https://github.com/graphprotocol/graph-tooling/commit/2ba2ba96c6cdc10461903b0712f122eb6d245f86) + Thanks [@mihirgupta0900](https://github.com/mihirgupta0900)! - Fixes dependency error from + `ipfs-http-client` and `concat-stream`. Visit + https://github.com/graphprotocol/graph-tooling/issues/1262 for more details. + ## 0.45.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f4395c48f..2bf212e44 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.45.0", + "version": "0.45.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {