Skip to content

Commit 76aa677

Browse files
committed
chore: bump packages
Signed-off-by: Tomás Migone <[email protected]>
1 parent 5876883 commit 76aa677

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

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

+1-1
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",
+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

+1-1
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": {

0 commit comments

Comments
 (0)