Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/brown-yaks-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-pillows-crash.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/sdk/python/human-protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @human-protocol/python-sdk

## 7.1.0

### Minor Changes

- 7da7b12: Extended SDK to return block and tx hash for "getStatusEvents".
Fixed "status" field in return value to be consistent in SDKs.

### Patch Changes

- a49202f: Delete references to totalHMTAmountReceived that was removed from subgraph

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/python/human-protocol-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@human-protocol/python-sdk",
"version": "7.0.0",
"version": "7.1.0",
"private": true,
"description": "Stub package to integrate the Python SDK with Changesets (dev-only).",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/typescript/human-protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @human-protocol/sdk

## 7.1.0

### Minor Changes

- 7da7b12: Extended SDK to return block and tx hash for "getStatusEvents".
Fixed "status" field in return value to be consistent in SDKs.

### Patch Changes

- a49202f: Delete references to totalHMTAmountReceived that was removed from subgraph

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/typescript/human-protocol-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@human-protocol/sdk",
"description": "Human Protocol SDK",
"version": "7.0.0",
"version": "7.1.0",
"files": [
"src",
"dist"
Expand Down
Loading