Skip to content

Commit 8d41a1f

Browse files
chore(release): update monorepo packages versions
1 parent 08914a8 commit 8d41a1f

File tree

5 files changed

+34
-29
lines changed

5 files changed

+34
-29
lines changed

.changeset/cold-snails-bake.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/wild-weeks-protect.md

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

packages/cli/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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+
336
## 0.87.0
437

538
### 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)