Skip to content

Commit 310db0b

Browse files
tmigoneRembrandtK
authored andcommitted
release: interfaces 0.6.3 and toolshed 0.6.16
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
1 parent a03c9bd commit 310db0b

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

packages/interfaces/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Add LegacyRewardsManager interface
8+
9+
## 0.6.2
10+
11+
### Patch Changes
12+
13+
- Ensure ServiceRegistry loads the correct interface
14+
15+
## 0.6.1
16+
17+
### Patch Changes
18+
19+
- Add ServiceRegistered to LegacyServiceRegistry interface
20+
321
## 0.6.0
422

523
### Minor 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.0",
3+
"version": "0.6.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/toolshed/CHANGELOG.md

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

3+
## 0.6.16
4+
5+
### Patch Changes
6+
7+
- Add LegacyRewardsManager interface
8+
- Updated dependencies
9+
- @graphprotocol/interfaces@0.6.3
10+
11+
## 0.6.15
12+
13+
### Patch Changes
14+
15+
- Ensure ServiceRegistry loads the correct interface
16+
- Updated dependencies
17+
- @graphprotocol/interfaces@0.6.2
18+
19+
## 0.6.14
20+
21+
### Patch Changes
22+
23+
- Update to latest interfaces package
24+
325
## 0.6.13
426

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

0 commit comments

Comments
 (0)