Skip to content

Commit 27659e5

Browse files
chore(release): update monorepo packages versions (#1887)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 93d87a8 commit 27659e5

File tree

7 files changed

+31
-26
lines changed

7 files changed

+31
-26
lines changed

.changeset/blue-insects-visit.md

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

.changeset/ninety-laws-exercise.md

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

.changeset/purple-kids-talk.md

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

.changeset/quick-zoos-brake.md

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

.changeset/wild-pears-yell.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.94.0
4+
5+
### Minor Changes
6+
7+
- [#1892](https://github.com/graphprotocol/graph-tooling/pull/1892)
8+
[`b4564a7`](https://github.com/graphprotocol/graph-tooling/commit/b4564a71134c310dee983f6eff613b953bf481be)
9+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle tuple[] and address[] for
10+
event parameters - #949
11+
12+
### Patch Changes
13+
14+
- [#1891](https://github.com/graphprotocol/graph-tooling/pull/1891)
15+
[`d1fa5e0`](https://github.com/graphprotocol/graph-tooling/commit/d1fa5e0e34a92f24db29d3def26e133e87e7bdde)
16+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with duplicate IDs - #1604
17+
18+
- [#1889](https://github.com/graphprotocol/graph-tooling/pull/1889)
19+
[`e085e39`](https://github.com/graphprotocol/graph-tooling/commit/e085e39e48cd0241277ede246aa2b7833e6a91f3)
20+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix confusing "no error" message when
21+
pressing Escape on prompts
22+
23+
- [#1879](https://github.com/graphprotocol/graph-tooling/pull/1879)
24+
[`f6079a6`](https://github.com/graphprotocol/graph-tooling/commit/f6079a68c016e8d9864f2fc94526a60d4b21eb69)
25+
Thanks [@McAronDev](https://github.com/McAronDev)! - fix bug with missing Graft type in SpS
26+
manifest definition
27+
28+
- [#1884](https://github.com/graphprotocol/graph-tooling/pull/1884)
29+
[`93d87a8`](https://github.com/graphprotocol/graph-tooling/commit/93d87a8c6912b87ed8dbdce0e1b4d2765bc1df39)
30+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph init`: fix tests generation
31+
for events with [][] params #1878
32+
333
## 0.93.3
434

535
### Patch 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.93.3",
3+
"version": "0.94.0",
44
"type": "module",
55
"description": "CLI for building for and deploying to The Graph",
66
"license": "(Apache-2.0 OR MIT)",

0 commit comments

Comments
 (0)