Skip to content

Commit 4f8cfc3

Browse files
committed
fix: add missing public getter to toolshed interface
Signed-off-by: Tomás Migone <[email protected]>
1 parent 193ab52 commit 4f8cfc3

File tree

7 files changed

+25
-5
lines changed

7 files changed

+25
-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.1.9
4+
5+
### Patch Changes
6+
7+
- @graphprotocol/toolshed@0.2.6
8+
39
## 0.1.8
410

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

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"hardhat": "^2.22.18",
5353
"hardhat-contract-sizer": "^2.10.0",
5454
"hardhat-gas-reporter": "^1.0.8",
55-
"hardhat-graph-protocol": "workspace:^0.1.8",
55+
"hardhat-graph-protocol": "workspace:^0.1.9",
5656
"hardhat-secure-accounts": "^1.0.5",
5757
"lint-staged": "^15.2.2",
5858
"prettier": "^3.2.5",

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+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Fix missing public getter from toolshed interface
8+
39
## 0.3.2
410

511
### Patch Changes

packages/subgraph-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/subgraph-service",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "",
55
"author": "The Graph core devs",
66
"license": "GPL-2.0-or-later",
@@ -53,7 +53,7 @@
5353
"hardhat": "^2.22.18",
5454
"hardhat-contract-sizer": "^2.10.0",
5555
"hardhat-gas-reporter": "^1.0.8",
56-
"hardhat-graph-protocol": "workspace:^0.1.8",
56+
"hardhat-graph-protocol": "workspace:^0.1.9",
5757
"hardhat-secure-accounts": "^1.0.5",
5858
"json5": "^2.2.3",
5959
"lint-staged": "^15.2.2",

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+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/subgraph-service@0.3.3
9+
- @graphprotocol/horizon@0.3.1
10+
311
## 0.2.5
412

513
### 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.2.5",
3+
"version": "0.2.6",
44
"description": "A collection of tools and utilities for the Graph Protocol Typescript components",
55
"author": "Tomás Migone <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)