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": {