Skip to content

Commit 3df0669

Browse files
committed
chore: release fix for subgraph service address book
Signed-off-by: Tomás Migone <[email protected]>
1 parent a191002 commit 3df0669

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

packages/address-book/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Fix L2Curation implementation address in subgraph service address book.
8+
39
## 1.0.0
410

511
### Major Changes

packages/address-book/package.json

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

packages/subgraph-service/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Fix L2Curation implementation address in subgraph service address book.
8+
39
## 1.0.0
410

511
### Major Changes

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/subgraph-service",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Fix L2Curation implementation address in subgraph service address book.
8+
- Updated dependencies
9+
- @graphprotocol/address-book@1.0.1
10+
311
## 1.0.0
412

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

0 commit comments

Comments
 (0)