Skip to content

Commit

Permalink
chore: bump contracts to a new major version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Mar 14, 2024
1 parent 4c554e2 commit 33b5790
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/contracts

## 7.0.0

### Major Changes

- 9686ce1: Add Horizon staking interface

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/contracts",
"version": "6.2.1",
"version": "7.0.0",
"description": "Contracts for the Graph Protocol",
"directories": {
"test": "test"
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/sdk

## 0.5.1

### Patch Changes

- Bump contracts dependency

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/sdk",
"version": "0.5.0",
"version": "0.5.1",
"description": "TypeScript based SDK to interact with The Graph protocol contracts",
"main": "build/index.js",
"types": "src/index.ts",
Expand All @@ -21,7 +21,7 @@
"@arbitrum/sdk": "~3.1.13",
"@ethersproject/experimental": "^5.7.0",
"@graphprotocol/common-ts": "^2.0.7",
"@graphprotocol/contracts": "workspace:^6.2.0",
"@graphprotocol/contracts": "workspace:^7.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"debug": "^4.3.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/token-distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @graphprotocol/token-distribution

## 1.2.1

### Patch Changes

- Bump contracts dependency
4 changes: 2 additions & 2 deletions packages/token-distribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/token-distribution",
"version": "1.2.0",
"version": "1.2.1",
"description": "Graph Token Distribution",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@ethersproject/experimental": "^5.0.7",
"@graphprotocol/client-cli": "^2.0.2",
"@graphprotocol/contracts": "^5.0.0",
"@graphprotocol/contracts": "workspace:^7.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ __metadata:
languageName: node
linkType: hard

"@graphprotocol/contracts@npm:5.3.3, @graphprotocol/contracts@npm:^5.0.0":
"@graphprotocol/contracts@npm:5.3.3":
version: 5.3.3
resolution: "@graphprotocol/contracts@npm:5.3.3"
dependencies:
Expand All @@ -2617,7 +2617,7 @@ __metadata:
languageName: node
linkType: hard

"@graphprotocol/contracts@workspace:^6.2.0, @graphprotocol/contracts@workspace:packages/contracts":
"@graphprotocol/contracts@workspace:^7.0.0, @graphprotocol/contracts@workspace:packages/contracts":
version: 0.0.0-use.local
resolution: "@graphprotocol/contracts@workspace:packages/contracts"
dependencies:
Expand Down Expand Up @@ -2707,7 +2707,7 @@ __metadata:
"@arbitrum/sdk": "npm:~3.1.13"
"@ethersproject/experimental": "npm:^5.7.0"
"@graphprotocol/common-ts": "npm:^2.0.7"
"@graphprotocol/contracts": "workspace:^6.2.0"
"@graphprotocol/contracts": "workspace:^7.0.0"
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.9"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
"@types/chai": "npm:^4.3.9"
Expand Down Expand Up @@ -2744,7 +2744,7 @@ __metadata:
dependencies:
"@ethersproject/experimental": "npm:^5.0.7"
"@graphprotocol/client-cli": "npm:^2.0.2"
"@graphprotocol/contracts": "npm:^5.0.0"
"@graphprotocol/contracts": "workspace:^7.0.0"
"@nomiclabs/hardhat-ethers": "npm:^2.0.0"
"@nomiclabs/hardhat-etherscan": "npm:^3.1.7"
"@nomiclabs/hardhat-waffle": "npm:^2.0.0"
Expand Down

0 comments on commit 33b5790

Please sign in to comment.