Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/ninety-balloons-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-eggs-teach.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down