Skip to content

Commit f6c2e1c

Browse files
committed
chore: bump package versions
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
1 parent 039a32e commit f6c2e1c

File tree

8 files changed

+24
-5
lines changed

8 files changed

+24
-5
lines changed

packages/hardhat-graph-protocol/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- @graphprotocol/toolshed@0.6.1
8+
39
## 0.2.0
410

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

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"hardhat": "^2.22.18",
6363
"hardhat-contract-sizer": "^2.10.0",
6464
"hardhat-gas-reporter": "^1.0.8",
65-
"hardhat-graph-protocol": "workspace:^0.2.0",
65+
"hardhat-graph-protocol": "workspace:^0.2.1",
6666
"hardhat-secure-accounts": "^1.0.5",
6767
"lint-staged": "^15.2.2",
6868
"prettier": "^3.2.5",

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.2.1
4+
5+
### Patch Changes
6+
7+
- Make interfaces package public
8+
39
## 0.2.0
410

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

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"hardhat": "^2.22.18",
6262
"hardhat-contract-sizer": "^2.10.0",
6363
"hardhat-gas-reporter": "^1.0.8",
64-
"hardhat-graph-protocol": "workspace:^0.2.0",
64+
"hardhat-graph-protocol": "workspace:^0.2.1",
6565
"hardhat-secure-accounts": "^1.0.5",
6666
"json5": "^2.2.3",
6767
"lint-staged": "^15.2.2",

packages/toolshed/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/interfaces@0.2.1
9+
310
## 0.6.0
411

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

0 commit comments

Comments
 (0)