From 27659e56adfa3ef395ceaf39053dc4a31e6d86b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:01:50 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#1887) Co-authored-by: github-actions[bot] --- .changeset/blue-insects-visit.md | 5 ----- .changeset/ninety-laws-exercise.md | 5 ----- .changeset/purple-kids-talk.md | 5 ----- .changeset/quick-zoos-brake.md | 5 ----- .changeset/wild-pears-yell.md | 5 ----- packages/cli/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/cli/package.json | 2 +- 7 files changed, 31 insertions(+), 26 deletions(-) delete mode 100644 .changeset/blue-insects-visit.md delete mode 100644 .changeset/ninety-laws-exercise.md delete mode 100644 .changeset/purple-kids-talk.md delete mode 100644 .changeset/quick-zoos-brake.md delete mode 100644 .changeset/wild-pears-yell.md diff --git a/.changeset/blue-insects-visit.md b/.changeset/blue-insects-visit.md deleted file mode 100644 index 70092a2ef..000000000 --- a/.changeset/blue-insects-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix bug with duplicate IDs - #1604 diff --git a/.changeset/ninety-laws-exercise.md b/.changeset/ninety-laws-exercise.md deleted file mode 100644 index 35b513f5a..000000000 --- a/.changeset/ninety-laws-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix confusing "no error" message when pressing Escape on prompts diff --git a/.changeset/purple-kids-talk.md b/.changeset/purple-kids-talk.md deleted file mode 100644 index 175f60de1..000000000 --- a/.changeset/purple-kids-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix bug with missing Graft type in SpS manifest definition diff --git a/.changeset/quick-zoos-brake.md b/.changeset/quick-zoos-brake.md deleted file mode 100644 index 0dbd96777..000000000 --- a/.changeset/quick-zoos-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -`graph init`: fix tests generation for events with [][] params #1878 diff --git a/.changeset/wild-pears-yell.md b/.changeset/wild-pears-yell.md deleted file mode 100644 index 9df6f2b74..000000000 --- a/.changeset/wild-pears-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -handle tuple[] and address[] for event parameters - #949 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f9818bfbc..b077ac3a4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,35 @@ # @graphprotocol/graph-cli +## 0.94.0 + +### Minor Changes + +- [#1892](https://github.com/graphprotocol/graph-tooling/pull/1892) + [`b4564a7`](https://github.com/graphprotocol/graph-tooling/commit/b4564a71134c310dee983f6eff613b953bf481be) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle tuple[] and address[] for + event parameters - #949 + +### Patch Changes + +- [#1891](https://github.com/graphprotocol/graph-tooling/pull/1891) + [`d1fa5e0`](https://github.com/graphprotocol/graph-tooling/commit/d1fa5e0e34a92f24db29d3def26e133e87e7bdde) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with duplicate IDs - #1604 + +- [#1889](https://github.com/graphprotocol/graph-tooling/pull/1889) + [`e085e39`](https://github.com/graphprotocol/graph-tooling/commit/e085e39e48cd0241277ede246aa2b7833e6a91f3) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix confusing "no error" message when + pressing Escape on prompts + +- [#1879](https://github.com/graphprotocol/graph-tooling/pull/1879) + [`f6079a6`](https://github.com/graphprotocol/graph-tooling/commit/f6079a68c016e8d9864f2fc94526a60d4b21eb69) + Thanks [@McAronDev](https://github.com/McAronDev)! - fix bug with missing Graft type in SpS + manifest definition + +- [#1884](https://github.com/graphprotocol/graph-tooling/pull/1884) + [`93d87a8`](https://github.com/graphprotocol/graph-tooling/commit/93d87a8c6912b87ed8dbdce0e1b4d2765bc1df39) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph init`: fix tests generation + for events with [][] params #1878 + ## 0.93.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 10e5802a4..5daf977a0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.93.3", + "version": "0.94.0", "type": "module", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)",