Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone committed Mar 14, 2024
1 parent 5876883 commit 76aa677
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion 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 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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 76aa677

Please sign in to comment.