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

Commit a35987d

Browse files
committed
chore: beta-release
1 parent 9e6eb25 commit a35987d

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

.changeset/pre.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mode": "exit",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@blocto/aptos-wallet-adapter-plugin": "0.2.8",
6+
"@blocto/connectkit-connector": "0.2.3",
7+
"@blocto/rainbowkit-connector": "0.2.9",
8+
"@blocto/wagmi-connector": "2.0.0",
9+
"@blocto/web3-react-connector": "1.0.6",
10+
"@blocto/web3modal-connector": "0.1.4",
11+
"@blocto/sdk": "0.9.1",
12+
"@blocto/dappauth": "2.2.2",
13+
"eslint-config-custom": "0.0.0",
14+
"tsconfig": "0.0.0"
15+
},
16+
"changesets": [
17+
"afraid-hairs-exercise",
18+
"wicked-shirts-flash"
19+
]
20+
}

adapters/wagmi-connector/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @blocto/wagmi-connector
22

3+
## 2.0.1-beta.0
4+
5+
### Patch Changes
6+
7+
- 7f68b54: fix(wagmi): obtain chainId through request
8+
- 073daf0: Show not in config error message when attempt to switch dapp unsupport chain
9+
310
## 2.0.0
411

512
### Major Changes

adapters/wagmi-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocto/wagmi-connector",
33
"description": "Blocto wallet connector extend from wagmi Connector",
44
"author": "Calvin Chang",
5-
"version": "2.0.0",
5+
"version": "2.0.1-beta.0",
66
"type": "module",
77
"main": "./dist/index.umd.cjs",
88
"module": "./dist/index.js",

0 commit comments

Comments
 (0)