Skip to content

Commit bb0b0d5

Browse files
committed
chore: release horizon testnet packages v1.0.0
Signed-off-by: Tomás Migone <[email protected]>
1 parent 91d89df commit bb0b0d5

File tree

10 files changed

+41
-5
lines changed

10 files changed

+41
-5
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.0
4+
5+
### Major Changes
6+
7+
- Deploy horizon to testnet
8+
39
## 0.1.0
410

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

packages/hardhat-graph-protocol/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hardhat-graph-protocol
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/toolshed@1.0.0
9+
310
## 0.2.5
411

512
### Patch Changes

packages/hardhat-graph-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-graph-protocol",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
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.0.0
4+
5+
### Major Changes
6+
7+
- Deploy horizon to testnet
8+
39
## 0.4.1
410

511
### Patch 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": "0.4.1",
3+
"version": "1.0.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.0.0
4+
5+
### Major Changes
6+
7+
- Deploy horizon to testnet
8+
39
## 0.5.0
410

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

packages/toolshed/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Deploy horizon to testnet
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @graphprotocol/address-book@1.0.0
13+
314
## 0.6.16
415

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

0 commit comments

Comments
 (0)