Skip to content

Commit 9675000

Browse files
chore(release): update monorepo packages versions (#1752)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d764867 commit 9675000

File tree

7 files changed

+42
-39
lines changed

7 files changed

+42
-39
lines changed

.changeset/cold-snails-bake.md

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

.changeset/cyan-jobs-report.md

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

.changeset/gold-deers-kick.md

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

.changeset/pretty-shrimps-kick.md

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

.changeset/wild-weeks-protect.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.88.0
4+
5+
### Minor Changes
6+
7+
- [#1680](https://github.com/graphprotocol/graph-tooling/pull/1680)
8+
[`08914a8`](https://github.com/graphprotocol/graph-tooling/commit/08914a89179e31363765bb3a6e72945f4585e207)
9+
Thanks [@saihaj](https://github.com/saihaj)! - Breaking changes to the CLI to prepare for the
10+
sunset of the hosted service.
11+
12+
- `graph auth`
13+
- Removed `--product` flag
14+
- Removed `--studio` flag
15+
- Removed `node` argument
16+
- `graph deploy`
17+
- Removed `--product` flag
18+
- Removed `--studio` flag
19+
- Removed `--from-hosted-service` flag
20+
- `graph init`
21+
- Removed `--product` flag
22+
- Removed `--studio` flag
23+
- Removed `--allow-simple-name` flag
24+
25+
- [#1749](https://github.com/graphprotocol/graph-tooling/pull/1749)
26+
[`bf43cbf`](https://github.com/graphprotocol/graph-tooling/commit/bf43cbf8283c53f0005d7cb9dfa681c92f3a6a91)
27+
Thanks [@0237h](https://github.com/0237h)! - Add warning for available CLI updates
28+
29+
### Patch Changes
30+
31+
- [#1751](https://github.com/graphprotocol/graph-tooling/pull/1751)
32+
[`0ba99dc`](https://github.com/graphprotocol/graph-tooling/commit/0ba99dcd6783fb20779d4f5a6791fc155969939e)
33+
Thanks [@0237h](https://github.com/0237h)! - Using `graph add` with `localhost` network now
34+
prompts the user for input
35+
36+
- [#1750](https://github.com/graphprotocol/graph-tooling/pull/1750)
37+
[`d764867`](https://github.com/graphprotocol/graph-tooling/commit/d764867dc7eab32e2f1db8505419ea4fa03ed503)
38+
Thanks [@0237h](https://github.com/0237h)! - Add prompt for existing directory in `init` flow
39+
40+
- [#1756](https://github.com/graphprotocol/graph-tooling/pull/1756)
41+
[`04bd901`](https://github.com/graphprotocol/graph-tooling/commit/04bd901d3ff974c197b82fd29426309ce7de1558)
42+
Thanks [@0237h](https://github.com/0237h)! - Fix `matic` RPC endpoint and improve error message
43+
344
## 0.87.0
445

546
### Minor 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.87.0",
3+
"version": "0.88.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)