Skip to content

Commit e75ae57

Browse files
committed
chore: bump package versions and publish
Signed-off-by: Tomás Migone <[email protected]>
1 parent 5ef5fe9 commit e75ae57

File tree

16 files changed

+74
-13
lines changed

16 files changed

+74
-13
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.3.0
4+
5+
### Minor Changes
6+
7+
- Extracted contract interfaces into its own package
8+
39
## 7.2.1
410

511
### Patch Changes

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/contracts/task/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/contracts@7.3.0
9+
310
## 1.0.2
411

512
### Patch Changes

packages/contracts/task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts-task",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"description": "Task utilities for @graphprotocol/contracts",
66
"main": "src/index.ts",

packages/contracts/test/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/contracts@7.3.0
9+
310
## 1.0.2
411

512
### Patch Changes

packages/contracts/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts-tests",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"description": "Tests for @graphprotocol/contracts",
66
"dependencies": {

packages/hardhat-graph-protocol/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Extracted contract interfaces into its own package
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @graphprotocol/toolshed@0.6.0
13+
314
## 0.1.24
415

516
### 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.24",
3+
"version": "0.2.0",
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.4.0
4+
5+
### Minor Changes
6+
7+
- Extracted contract interfaces into its own package
8+
39
## 0.3.3
410

511
### Patch Changes

packages/horizon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/horizon",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@defi-wonderland/natspec-smells": "^1.1.6",
37-
"@graphprotocol/contracts": "workspace:^7.2.1",
37+
"@graphprotocol/contracts": "workspace:^7.3.0",
3838
"@graphprotocol/interfaces": "workspace:^",
3939
"@graphprotocol/toolshed": "workspace:^",
4040
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
@@ -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.1.24",
65+
"hardhat-graph-protocol": "workspace:^0.2.0",
6666
"hardhat-secure-accounts": "^1.0.5",
6767
"lint-staged": "^15.2.2",
6868
"prettier": "^3.2.5",

0 commit comments

Comments
 (0)