Skip to content

Commit edceedc

Browse files
committed
chore: bump packages
Signed-off-by: Tomás Migone <[email protected]>
1 parent c0c256c commit edceedc

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

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.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/toolshed@0.3.0
9+
310
## 0.1.9
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.1.9",
3+
"version": "0.1.10",
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.9",
55+
"hardhat-graph-protocol": "workspace:^0.1.10",
5656
"hardhat-secure-accounts": "^1.0.5",
5757
"lint-staged": "^15.2.2",
5858
"prettier": "^3.2.5",

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.9",
56+
"hardhat-graph-protocol": "workspace:^0.1.10",
5757
"hardhat-secure-accounts": "^1.0.5",
5858
"json5": "^2.2.3",
5959
"lint-staged": "^15.2.2",

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+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Proper path resolution for contract artifacts
8+
9+
### Patch Changes
10+
11+
- @graphprotocol/horizon@0.3.1
12+
- @graphprotocol/subgraph-service@0.3.3
13+
314
## 0.2.6
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.2.6",
3+
"version": "0.3.0",
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)