Skip to content

Commit 33b5790

Browse files
committed
chore: bump contracts to a new major version
Signed-off-by: Tomás Migone <[email protected]>
1 parent 4c554e2 commit 33b5790

File tree

7 files changed

+28
-9
lines changed

7 files changed

+28
-9
lines changed

packages/contracts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/contracts
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- 9686ce1: Add Horizon staking interface
8+
39
## 6.2.1
410

511
### Patch Changes

packages/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "6.2.1",
3+
"version": "7.0.0",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

packages/sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/sdk
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Bump contracts dependency
8+
39
## 0.5.0
410

511
### Minor Changes

packages/sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/sdk",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "TypeScript based SDK to interact with The Graph protocol contracts",
55
"main": "build/index.js",
66
"types": "src/index.ts",
@@ -21,7 +21,7 @@
2121
"@arbitrum/sdk": "~3.1.13",
2222
"@ethersproject/experimental": "^5.7.0",
2323
"@graphprotocol/common-ts": "^2.0.7",
24-
"@graphprotocol/contracts": "workspace:^6.2.0",
24+
"@graphprotocol/contracts": "workspace:^7.0.0",
2525
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
2626
"@nomiclabs/hardhat-ethers": "^2.2.3",
2727
"debug": "^4.3.4",
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @graphprotocol/token-distribution
2+
3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Bump contracts dependency

packages/token-distribution/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/token-distribution",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Graph Token Distribution",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@ethersproject/experimental": "^5.0.7",
3333
"@graphprotocol/client-cli": "^2.0.2",
34-
"@graphprotocol/contracts": "^5.0.0",
34+
"@graphprotocol/contracts": "workspace:^7.0.0",
3535
"@nomiclabs/hardhat-ethers": "^2.0.0",
3636
"@nomiclabs/hardhat-etherscan": "^3.1.7",
3737
"@nomiclabs/hardhat-waffle": "^2.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ __metadata:
26072607
languageName: node
26082608
linkType: hard
26092609

2610-
"@graphprotocol/contracts@npm:5.3.3, @graphprotocol/contracts@npm:^5.0.0":
2610+
"@graphprotocol/contracts@npm:5.3.3":
26112611
version: 5.3.3
26122612
resolution: "@graphprotocol/contracts@npm:5.3.3"
26132613
dependencies:
@@ -2617,7 +2617,7 @@ __metadata:
26172617
languageName: node
26182618
linkType: hard
26192619

2620-
"@graphprotocol/contracts@workspace:^6.2.0, @graphprotocol/contracts@workspace:packages/contracts":
2620+
"@graphprotocol/contracts@workspace:^7.0.0, @graphprotocol/contracts@workspace:packages/contracts":
26212621
version: 0.0.0-use.local
26222622
resolution: "@graphprotocol/contracts@workspace:packages/contracts"
26232623
dependencies:
@@ -2707,7 +2707,7 @@ __metadata:
27072707
"@arbitrum/sdk": "npm:~3.1.13"
27082708
"@ethersproject/experimental": "npm:^5.7.0"
27092709
"@graphprotocol/common-ts": "npm:^2.0.7"
2710-
"@graphprotocol/contracts": "workspace:^6.2.0"
2710+
"@graphprotocol/contracts": "workspace:^7.0.0"
27112711
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.9"
27122712
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
27132713
"@types/chai": "npm:^4.3.9"
@@ -2744,7 +2744,7 @@ __metadata:
27442744
dependencies:
27452745
"@ethersproject/experimental": "npm:^5.0.7"
27462746
"@graphprotocol/client-cli": "npm:^2.0.2"
2747-
"@graphprotocol/contracts": "npm:^5.0.0"
2747+
"@graphprotocol/contracts": "workspace:^7.0.0"
27482748
"@nomiclabs/hardhat-ethers": "npm:^2.0.0"
27492749
"@nomiclabs/hardhat-etherscan": "npm:^3.1.7"
27502750
"@nomiclabs/hardhat-waffle": "npm:^2.0.0"

0 commit comments

Comments
 (0)