Skip to content

Commit 801cac7

Browse files
chore(release): update monorepo packages versions (#1674)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 03c907a commit 801cac7

File tree

4 files changed

+39
-31
lines changed

4 files changed

+39
-31
lines changed

.changeset/@graphprotocol_graph-cli-1670-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bright-readers-remember.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.73.0
4+
5+
### Minor Changes
6+
7+
- [#1670](https://github.com/graphprotocol/graph-tooling/pull/1670)
8+
[`03c907a`](https://github.com/graphprotocol/graph-tooling/commit/03c907acbddfb9f598c8e36bbc8b6c9b3a91a43a)
9+
Thanks [@saihaj](https://github.com/saihaj)! - Introduce `graph publish` command.
10+
11+
Now you can publish your subgraphs directly from the CLI. This command will build your subgraph,
12+
deploy, prompt you to add metadata and then sign the transaction to publish it to the Graph
13+
Network.
14+
15+
1. Build the subgraph and publish it to the network.
16+
17+
```sh
18+
graph publish
19+
```
20+
21+
2. Provide a IPFS Hash for the subgraph and publish it to the network.
22+
23+
```sh
24+
graph publish --ipfs <ipfs-hash>
25+
```
26+
27+
3. You can use a custom webapp url for deploying.
28+
29+
```sh
30+
graph publish --webapp-url <webapp-url>
31+
```
32+
33+
### Patch Changes
34+
35+
- [#1670](https://github.com/graphprotocol/graph-tooling/pull/1670)
36+
[`03c907a`](https://github.com/graphprotocol/graph-tooling/commit/03c907acbddfb9f598c8e36bbc8b6c9b3a91a43a)
37+
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
38+
- Added dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/open/v/8.4.2) (to
39+
`dependencies`)
40+
341
## 0.72.2
442

543
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.72.2",
3+
"version": "0.73.0",
44
"description": "CLI for building for and deploying to The Graph",
55
"license": "(Apache-2.0 OR MIT)",
66
"engines": {

0 commit comments

Comments
 (0)