From 71d3ed1fec46cc3403fd816260f65f2f5721ef6c Mon Sep 17 00:00:00 2001 From: pinax-bot Date: Sat, 25 Oct 2025 04:08:13 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/@graphprotocol_graph-cli-2068-dependencies.md | 5 ----- .changeset/metal-lights-train.md | 5 ----- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/@graphprotocol_graph-cli-2068-dependencies.md delete mode 100644 .changeset/metal-lights-train.md diff --git a/.changeset/@graphprotocol_graph-cli-2068-dependencies.md b/.changeset/@graphprotocol_graph-cli-2068-dependencies.md deleted file mode 100644 index c16b6b3a1..000000000 --- a/.changeset/@graphprotocol_graph-cli-2068-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`) diff --git a/.changeset/metal-lights-train.md b/.changeset/metal-lights-train.md deleted file mode 100644 index 7bffa549e..000000000 --- a/.changeset/metal-lights-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fixed entity id format in generated tests diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2f27f28aa..b255aacf4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphprotocol/graph-cli +## 0.98.2 + +### Patch Changes + +- [#2068](https://github.com/graphprotocol/graph-tooling/pull/2068) [`c05a9b3`](https://github.com/graphprotocol/graph-tooling/commit/c05a9b3685e69aeaabe9181966bc244387b40924) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`) + +- [#2078](https://github.com/graphprotocol/graph-tooling/pull/2078) [`921c014`](https://github.com/graphprotocol/graph-tooling/commit/921c01450bb3e8c1d756d98d78c518189a86efec) Thanks [@AndreMiras](https://github.com/AndreMiras)! - Fixed entity id format in generated tests + ## 0.98.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c8bd2531d..69a7b6937 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.98.1", + "version": "0.98.2", "type": "module", "description": "CLI for building for and deploying to The Graph", "repository": {