From 82855a659088467676d2d3d223b2f3ce5d13eec3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 15:25:08 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/cold-snails-bake.md | 5 ---- .changeset/cyan-jobs-report.md | 5 ---- .changeset/gold-deers-kick.md | 18 -------------- .changeset/pretty-shrimps-kick.md | 5 ---- .changeset/wild-weeks-protect.md | 5 ---- packages/cli/CHANGELOG.md | 41 +++++++++++++++++++++++++++++++ packages/cli/package.json | 2 +- 7 files changed, 42 insertions(+), 39 deletions(-) delete mode 100644 .changeset/cold-snails-bake.md delete mode 100644 .changeset/cyan-jobs-report.md delete mode 100644 .changeset/gold-deers-kick.md delete mode 100644 .changeset/pretty-shrimps-kick.md delete mode 100644 .changeset/wild-weeks-protect.md diff --git a/.changeset/cold-snails-bake.md b/.changeset/cold-snails-bake.md deleted file mode 100644 index e8e22abb7..000000000 --- a/.changeset/cold-snails-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Using `graph add` with `localhost` network now prompts the user for input diff --git a/.changeset/cyan-jobs-report.md b/.changeset/cyan-jobs-report.md deleted file mode 100644 index 2b698200a..000000000 --- a/.changeset/cyan-jobs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Add prompt for existing directory in `init` flow diff --git a/.changeset/gold-deers-kick.md b/.changeset/gold-deers-kick.md deleted file mode 100644 index b123b0cad..000000000 --- a/.changeset/gold-deers-kick.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Breaking changes to the CLI to prepare for the sunset of the hosted service. - -- `graph auth` - - Removed `--product` flag - - Removed `--studio` flag - - Removed `node` argument -- `graph deploy` - - Removed `--product` flag - - Removed `--studio` flag - - Removed `--from-hosted-service` flag -- `graph init` - - Removed `--product` flag - - Removed `--studio` flag - - Removed `--allow-simple-name` flag diff --git a/.changeset/pretty-shrimps-kick.md b/.changeset/pretty-shrimps-kick.md deleted file mode 100644 index 7063adcc6..000000000 --- a/.changeset/pretty-shrimps-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix `matic` RPC endpoint and improve error message diff --git a/.changeset/wild-weeks-protect.md b/.changeset/wild-weeks-protect.md deleted file mode 100644 index 9a200059f..000000000 --- a/.changeset/wild-weeks-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Add warning for available CLI updates diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 505ce79b3..9ccd902af 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,46 @@ # @graphprotocol/graph-cli +## 0.88.0 + +### Minor Changes + +- [#1680](https://github.com/graphprotocol/graph-tooling/pull/1680) + [`08914a8`](https://github.com/graphprotocol/graph-tooling/commit/08914a89179e31363765bb3a6e72945f4585e207) + Thanks [@saihaj](https://github.com/saihaj)! - Breaking changes to the CLI to prepare for the + sunset of the hosted service. + + - `graph auth` + - Removed `--product` flag + - Removed `--studio` flag + - Removed `node` argument + - `graph deploy` + - Removed `--product` flag + - Removed `--studio` flag + - Removed `--from-hosted-service` flag + - `graph init` + - Removed `--product` flag + - Removed `--studio` flag + - Removed `--allow-simple-name` flag + +- [#1749](https://github.com/graphprotocol/graph-tooling/pull/1749) + [`bf43cbf`](https://github.com/graphprotocol/graph-tooling/commit/bf43cbf8283c53f0005d7cb9dfa681c92f3a6a91) + Thanks [@0237h](https://github.com/0237h)! - Add warning for available CLI updates + +### Patch Changes + +- [#1751](https://github.com/graphprotocol/graph-tooling/pull/1751) + [`0ba99dc`](https://github.com/graphprotocol/graph-tooling/commit/0ba99dcd6783fb20779d4f5a6791fc155969939e) + Thanks [@0237h](https://github.com/0237h)! - Using `graph add` with `localhost` network now + prompts the user for input + +- [#1750](https://github.com/graphprotocol/graph-tooling/pull/1750) + [`d764867`](https://github.com/graphprotocol/graph-tooling/commit/d764867dc7eab32e2f1db8505419ea4fa03ed503) + Thanks [@0237h](https://github.com/0237h)! - Add prompt for existing directory in `init` flow + +- [#1756](https://github.com/graphprotocol/graph-tooling/pull/1756) + [`04bd901`](https://github.com/graphprotocol/graph-tooling/commit/04bd901d3ff974c197b82fd29426309ce7de1558) + Thanks [@0237h](https://github.com/0237h)! - Fix `matic` RPC endpoint and improve error message + ## 0.87.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0d464daa4..c22ef779c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.87.0", + "version": "0.88.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {