Skip to content

Commit 72162d1

Browse files
committed
chore: bump package version
Signed-off-by: Tomás Migone <[email protected]>
1 parent bcb63c1 commit 72162d1

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

packages/interfaces/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/interfaces
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Add wagmi type generation for interfaces package
8+
39
## 0.2.5
410

511
### Patch Changes

packages/interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/interfaces",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/toolshed/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/toolshed
22

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/interfaces@0.3.0
9+
310
## 0.6.5
411

512
### Patch Changes

packages/toolshed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/toolshed",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)