Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 79dade9

Browse files
committed
chore: changeset
1 parent f3bf366 commit 79dade9

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.changeset/cold-eggs-film.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@blocto/sdk': patch
3+
---
4+
5+
fix story tesnet url, fix multiple chain setting, update polygon url
6+

.changeset/pre.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
"mode": "exit",
33
"tag": "beta",
44
"initialVersions": {
5-
"@blocto/aptos-wallet-adapter-plugin": "0.2.10",
5+
"@blocto/aptos-wallet-adapter-plugin": "0.2.11-beta.0",
66
"@blocto/connectkit-connector": "0.2.3",
7-
"@blocto/rainbowkit-connector": "2.0.2",
8-
"@blocto/wagmi-connector": "2.0.4",
9-
"@blocto/web3-react-connector": "1.0.8",
7+
"@blocto/rainbowkit-connector": "2.0.3-beta.0",
8+
"@blocto/wagmi-connector": "2.0.5-beta.0",
9+
"@blocto/web3-react-connector": "1.0.9-beta.0",
1010
"@blocto/web3modal-connector": "0.1.4",
11-
"@blocto/sdk": "0.10.3",
11+
"@blocto/sdk": "0.10.4-beta.1",
1212
"@blocto/dappauth": "2.2.2",
1313
"eslint-config-custom": "0.0.0",
1414
"tsconfig": "0.0.0"
1515
},
1616
"changesets": [
17-
"nasty-cats-greet"
17+
"nasty-cats-greet",
18+
"yellow-rockets-judge"
1819
]
1920
}

packages/blocto-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @blocto/sdk
22

3+
## 0.10.4-beta.1
4+
5+
### Patch Changes
6+
7+
- 2e2164e: fix multiple chain setting
8+
39
## 0.10.4-beta.0
410

511
### Patch Changes

packages/blocto-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocto/sdk",
3-
"version": "0.10.4-beta.0",
3+
"version": "0.10.4-beta.1",
44
"repository": "git@github.com:portto/blocto-sdk.git",
55
"author": "Chiaki.C",
66
"license": "MIT",

0 commit comments

Comments
 (0)