Skip to content

Commit c155f0e

Browse files
authored
Merge pull request #1252 from graphprotocol/horizon-mainnet
2 parents 16b83ad + 8b1478a commit c155f0e

File tree

8 files changed

+32
-4
lines changed

8 files changed

+32
-4
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.1.0
4+
5+
### Minor Changes
6+
7+
- Graph Horizon phase 3 mainnet deployment
8+
39
## 1.0.1
410

511
### Patch 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.1",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/horizon/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Graph Horizon phase 3 mainnet deployment
8+
39
## 1.0.0
410

511
### Major Changes

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/horizon",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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.1.0
4+
5+
### Minor Changes
6+
7+
- Graph Horizon phase 3 mainnet deployment
8+
39
## 1.0.1
410

511
### Patch 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.1",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/toolshed/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Graph Horizon phase 3 mainnet deployment
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @graphprotocol/address-book@1.1.0
313
## 1.0.3
414

515
### 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": "1.0.3",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)