From 6f9a812424fe79685fc5d4f7595992904d1039f7 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:29:17 +0900 Subject: [PATCH] chore(release): update monorepo packages versions (#1278) Co-authored-by: github-actions[bot] --- .changeset/cyan-rats-jog.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cyan-rats-jog.md diff --git a/.changeset/cyan-rats-jog.md b/.changeset/cyan-rats-jog.md deleted file mode 100644 index e33eb5544..000000000 --- a/.changeset/cyan-rats-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -point to correct IPFS URL endpoint diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2f314254a..f1be129c8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.46.1 + +### Patch Changes + +- [#1277](https://github.com/graphprotocol/graph-tooling/pull/1277) + [`6d5378d`](https://github.com/graphprotocol/graph-tooling/commit/6d5378d08839a353559aad1c680b74aed0ce69e9) + Thanks [@saihaj](https://github.com/saihaj)! - point to correct IPFS URL endpoint + ## 0.46.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f96cbc1c2..b9eaf7944 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.46.0", + "version": "0.46.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {