Skip to content

Commit b85e82a

Browse files
chore(release): update monorepo packages versions
1 parent b4564a7 commit b85e82a

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

.changeset/blue-insects-visit.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/wild-pears-yell.md

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

packages/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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+
- [#1879](https://github.com/graphprotocol/graph-tooling/pull/1879)
19+
[`f6079a6`](https://github.com/graphprotocol/graph-tooling/commit/f6079a68c016e8d9864f2fc94526a60d4b21eb69)
20+
Thanks [@McAronDev](https://github.com/McAronDev)! - fix bug with missing Graft type in SpS
21+
manifest definition
22+
323
## 0.93.3
424

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