Skip to content

Commit 8d69245

Browse files
committed
chore: release interfaces 0.6.2 and toolshed 0.6.15
Signed-off-by: Tomás Migone <[email protected]>
1 parent 8206345 commit 8d69245

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-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.6.2
4+
5+
### Patch Changes
6+
7+
- Ensure ServiceRegistry loads the correct interface
8+
39
## 0.6.1
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.6.1",
3+
"version": "0.6.2",
44
"publishConfig": {
55
"access": "public"
66
},

packages/toolshed/CHANGELOG.md

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

3+
## 0.6.15
4+
5+
### Patch Changes
6+
7+
- Ensure ServiceRegistry loads the correct interface
8+
- Updated dependencies
9+
- @graphprotocol/interfaces@0.6.2
10+
311
## 0.6.14
412

513
### 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.14",
3+
"version": "0.6.15",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)