Skip to content

Commit 7daba3a

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

File tree

10 files changed

+59
-11
lines changed

10 files changed

+59
-11
lines changed

packages/contracts/CHANGELOG.md

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

3+
## 7.1.2
4+
5+
### Patch Changes
6+
7+
- chore: fix package visibility
8+
39
## 7.1.1
410

511
### Patch Changes

packages/contracts/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "Contracts for the Graph Protocol",
58
"directories": {
69
"test": "test"
@@ -133,4 +136,4 @@
133136
"url": "https://github.com/graphprotocol/contracts/issues"
134137
},
135138
"homepage": "https://github.com/graphprotocol/contracts#readme"
136-
}
139+
}

packages/hardhat-graph-protocol/CHANGELOG.md

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

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- chore: fix package visibility
8+
- Updated dependencies
9+
- @graphprotocol/toolshed@0.3.1
10+
311
## 0.1.10
412

513
### 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.10",
3+
"version": "0.1.11",
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+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- chore: fix package visibility
8+
39
## 0.3.1
410

511
### Patch Changes

packages/horizon/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@graphprotocol/horizon",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "",
58
"author": "The Graph core devs",
69
"license": "GPL-2.0-or-later",
@@ -26,7 +29,7 @@
2629
},
2730
"devDependencies": {
2831
"@defi-wonderland/natspec-smells": "^1.1.6",
29-
"@graphprotocol/contracts": "workspace:^7.1.1",
32+
"@graphprotocol/contracts": "workspace:^7.1.2",
3033
"@graphprotocol/toolshed": "workspace:^",
3134
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
3235
"@nomicfoundation/hardhat-ethers": "3.0.8",
@@ -52,7 +55,7 @@
5255
"hardhat": "^2.22.18",
5356
"hardhat-contract-sizer": "^2.10.0",
5457
"hardhat-gas-reporter": "^1.0.8",
55-
"hardhat-graph-protocol": "workspace:^0.1.10",
58+
"hardhat-graph-protocol": "workspace:^0.1.11",
5659
"hardhat-secure-accounts": "^1.0.5",
5760
"lint-staged": "^15.2.2",
5861
"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.4
4+
5+
### Patch Changes
6+
7+
- chore: fix package visibility
8+
39
## 0.3.3
410

511
### Patch Changes

packages/subgraph-service/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@graphprotocol/subgraph-service",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "",
58
"author": "The Graph core devs",
69
"license": "GPL-2.0-or-later",
@@ -26,8 +29,8 @@
2629
},
2730
"devDependencies": {
2831
"@defi-wonderland/natspec-smells": "^1.1.6",
29-
"@graphprotocol/contracts": "workspace:^7.1.1",
30-
"@graphprotocol/horizon": "workspace:^0.3.1",
32+
"@graphprotocol/contracts": "workspace:^7.1.2",
33+
"@graphprotocol/horizon": "workspace:^0.3.2",
3134
"@graphprotocol/toolshed": "workspace:^",
3235
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
3336
"@nomicfoundation/hardhat-ethers": "3.0.8",
@@ -53,7 +56,7 @@
5356
"hardhat": "^2.22.18",
5457
"hardhat-contract-sizer": "^2.10.0",
5558
"hardhat-gas-reporter": "^1.0.8",
56-
"hardhat-graph-protocol": "workspace:^0.1.10",
59+
"hardhat-graph-protocol": "workspace:^0.1.11",
5760
"hardhat-secure-accounts": "^1.0.5",
5861
"json5": "^2.2.3",
5962
"lint-staged": "^15.2.2",

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+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- chore: fix package visibility
8+
- Updated dependencies
9+
- @graphprotocol/subgraph-service@0.3.4
10+
- @graphprotocol/contracts@7.1.2
11+
- @graphprotocol/horizon@0.3.2
12+
313
## 0.3.0
414

515
### Minor Changes

packages/toolshed/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@graphprotocol/toolshed",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "A collection of tools and utilities for the Graph Protocol Typescript components",
58
"author": "Tomás Migone <[email protected]>",
69
"license": "MIT",

0 commit comments

Comments
 (0)