Skip to content

Commit de70653

Browse files
committed
Changeset bump and fix docs readme
1 parent cb2a6aa commit de70653

9 files changed

Lines changed: 37 additions & 27 deletions

File tree

.changeset/forty-plums-pay.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/new-suits-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-carrots-stop.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/three-plants-open.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@
1010
- Python docs: `mkdocs serve -f docs/mkdocs-python.yaml`
1111

1212
## Deploying a new version (mike)
13-
- TypeScript:
13+
- TypeScript:
14+
1415
`yarn workspace @human-protocol/sdk build:doc`
16+
1517
`make -f ./docs/Makefile sync-typescript-changelog`
18+
1619
`mike deploy -F ./docs/mkdocs-ts.yaml --deploy-prefix docs/ts [VERSION]`
20+
1721
`mike set-default -F ./docs/mkdocs-ts.yaml --deploy-prefix docs/ts [VERSION]`
22+
1823
- Python:
24+
1925
`make -f ./docs/Makefile sync-python-changelog`
20-
`mike deploy -F ./docs/mkdocs-python.yaml --deploy-prefix docs/python [VERSION]`
26+
27+
`mike deploy -F ./docs/mkdocs-python.yaml --deploy-prefix docs/python [VERSION]`
28+
2129
`mike set-default -F ./docs/mkdocs-python.yaml --deploy-prefix docs/python [VERSION]`
2230

2331
### Final step
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @human-protocol/python-sdk
2+
3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 39e76d1: Enhance transaction handling with timeout and confirmations
8+
9+
### Patch Changes
10+
11+
- cb2a6aa: Add prune to subgraph and update ids for the new version
12+
- 68da3b1: Remove SUBGRAPH_API_KEY placeholder and simplify subgraph URL handling

packages/sdk/python/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@human-protocol/python-sdk",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"private": true,
55
"description": "Stub package to integrate the Python SDK with Changesets (dev-only).",
66
"license": "MIT",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @human-protocol/sdk
2+
3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 39e76d1: Enhance transaction handling with timeout and confirmations
8+
9+
### Patch Changes
10+
11+
- cb2a6aa: Add prune to subgraph and update ids for the new version
12+
- f9c729c: Enhance transaction handling to support bigint for block filters
13+
- 68da3b1: Remove SUBGRAPH_API_KEY placeholder and simplify subgraph URL handling

packages/sdk/typescript/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@human-protocol/sdk",
33
"description": "Human Protocol SDK",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"files": [
66
"src",
77
"dist"

0 commit comments

Comments
 (0)