Skip to content

Commit 502cdf5

Browse files
committed
@polkadot-api/[email protected]
1 parent d0ee5ad commit 502cdf5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
sdk-multisig,
4242
sdk-remote-proxy,
4343
sdk-statement,
44+
sdk-staking,
4445
]
4546
steps:
4647
- uses: actions/checkout@v4

packages/sdk-staking/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
## Unreleased
44

5+
## 0.1.0 2025-09-21
6+
57
Initial release

packages/sdk-staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-api/sdk-staking",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"sideEffects": false,
55
"author": "Carlo Sala (https://github.com/carlosala)",
66
"repository": {

0 commit comments

Comments
 (0)