From 6a886f92a61582ff96dbcd711cae9eecd4828ac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:58:00 -0400 Subject: [PATCH] chore(release): update monorepo packages versions (#1682) Co-authored-by: github-actions[bot] --- .changeset/ninety-balloons-stare.md | 5 ----- .changeset/real-eggs-teach.md | 5 ----- packages/cli/CHANGELOG.md | 15 +++++++++++++++ packages/cli/package.json | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 .changeset/ninety-balloons-stare.md delete mode 100644 .changeset/real-eggs-teach.md diff --git a/.changeset/ninety-balloons-stare.md b/.changeset/ninety-balloons-stare.md deleted file mode 100644 index 621eac424..000000000 --- a/.changeset/ninety-balloons-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -remove ipfs check for studio deploys diff --git a/.changeset/real-eggs-teach.md b/.changeset/real-eggs-teach.md deleted file mode 100644 index a9b5e34cf..000000000 --- a/.changeset/real-eggs-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Part of the Hosted Service migration throw an error when users are trying to use `hosted-service` product in `graph [auth|deploy|init]` commands. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c961ffe0e..3f60a23e4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphprotocol/graph-cli +## 0.74.0 + +### Minor Changes + +- [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681) + [`0a16b41`](https://github.com/graphprotocol/graph-tooling/commit/0a16b41979bc0644a1599b9434d9f5bf30687f64) + Thanks [@saihaj](https://github.com/saihaj)! - Part of the Hosted Service migration throw an error + when users are trying to use `hosted-service` product in `graph [auth|deploy|init]` commands. + +### Patch Changes + +- [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681) + [`0a16b41`](https://github.com/graphprotocol/graph-tooling/commit/0a16b41979bc0644a1599b9434d9f5bf30687f64) + Thanks [@saihaj](https://github.com/saihaj)! - remove ipfs check for studio deploys + ## 0.73.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index cbb815d15..20145a908 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.73.0", + "version": "0.74.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {