Skip to content

Commit

Permalink
chore: bump contracts to 6.2.0 and sdk to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Feb 13, 2024
1 parent ae7006c commit c2973e1
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/tall-items-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-moons-lay.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphprotocol/contracts

## 6.2.0

### Minor Changes

- Update implementation addresses with GGP 31, 34 and 35

### Patch Changes

- 554af2c: feat(utils): add utility to parse subgraph ids
- Updated dependencies [554af2c]
- Updated dependencies [c5641c5]
- @graphprotocol/sdk@0.5.0

## 6.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/contracts",
"version": "6.1.3",
"version": "6.2.0",
"description": "Contracts for the Graph Protocol",
"directories": {
"test": "test"
Expand All @@ -13,7 +13,7 @@
"addresses.json"
],
"dependencies": {
"@graphprotocol/sdk": "workspace:^0.4.0",
"@graphprotocol/sdk": "workspace:^0.5.0",
"console-table-printer": "^2.11.1"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @graphprotocol/sdk

## 0.5.0

### Minor Changes

- 554af2c: feat(utils): add utility to parse subgraph ids

### Patch Changes

- c5641c5: Ensure L2 aliased addresses are the correct length
- Updated dependencies
- Updated dependencies [554af2c]
- @graphprotocol/contracts@6.2.0
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.4.0",
"version": "0.5.0",
"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.12",
"@ethersproject/experimental": "^5.7.0",
"@graphprotocol/common-ts": "^2.0.7",
"@graphprotocol/contracts": "workspace:^6.0.0",
"@graphprotocol/contracts": "workspace:^6.2.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"debug": "^4.3.4",
Expand Down

0 comments on commit c2973e1

Please sign in to comment.