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

Commit c9f52f0

Browse files
authored
Merge pull request #383 from blocto/release/0118.1
Release: Merge to publish new version to npm
2 parents 3a69d07 + d65faa9 commit c9f52f0

File tree

20 files changed

+302
-79
lines changed

20 files changed

+302
-79
lines changed

adapters/aptos-wallet-adapter-plugin/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @blocto/aptos-wallet-adapter-plugin
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 48fa07a: fix: handle existedSDK handle window not defined
8+
- Updated dependencies [48fa07a]
9+
- Updated dependencies [4ea8a07]
10+
- @blocto/sdk@0.9.1
11+
12+
## 0.2.8-beta.1
13+
14+
### Patch Changes
15+
16+
- 48fa07a: fix: handle existedSDK handle window not defined
17+
- Updated dependencies [48fa07a]
18+
- @blocto/sdk@0.9.1-beta.1
19+
20+
## 0.2.8-beta.0
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [4ea8a07]
25+
- @blocto/sdk@0.9.1-beta.0
26+
327
## 0.2.7
428

529
### Patch Changes

adapters/aptos-wallet-adapter-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocto/aptos-wallet-adapter-plugin",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Blocto Wallet plugin to use with Aptos Wallet Adapter",
55
"author": "Blocto Wallet",
66
"main": "./dist/index.js",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@aptos-labs/wallet-adapter-core": "^2.2.0",
22-
"@blocto/sdk": "^0.9.0",
22+
"@blocto/sdk": "^0.9.1",
2323
"aptos": "^1.9.1"
2424
},
2525
"devDependencies": {

adapters/connectkit-connector/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 267f154: fix(wagmi): correct typo with chainId
8+
- 48fa07a: fix: handle existedSDK handle window not defined
9+
- Updated dependencies [267f154]
10+
- Updated dependencies [48fa07a]
11+
- @blocto/wagmi-connector@1.3.1
12+
13+
## 0.2.3-beta.2
14+
15+
### Patch Changes
16+
17+
- 267f154: fix(wagmi): correct typo with chainId
18+
- Updated dependencies [267f154]
19+
- @blocto/wagmi-connector@1.3.1-beta.2
20+
21+
## 0.2.3-beta.1
22+
23+
### Patch Changes
24+
25+
- 48fa07a: fix: handle existedSDK handle window not defined
26+
- Updated dependencies [48fa07a]
27+
- @blocto/wagmi-connector@1.3.1-beta.1
28+
29+
## 0.2.3-beta.0
30+
31+
### Patch Changes
32+
33+
- @blocto/wagmi-connector@1.3.1-beta.0
34+
335
## 0.2.2
436

537
### Patch Changes

adapters/connectkit-connector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocto/connectkit-connector",
33
"description": "blocto wallet connector to use with connectkit",
44
"author": "Blocto Wallet",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"type": "module",
77
"main": "./dist/index.umd.cjs",
88
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
3030
"/dist"
3131
],
3232
"dependencies": {
33-
"@blocto/wagmi-connector": "^1.3.0"
33+
"@blocto/wagmi-connector": "^1.3.1"
3434
},
3535
"peerDependencies": {
3636
"connectkit": "^1.5.3",

adapters/rainbowkit-connector/CHANGELOG.md

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

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- 267f154: fix(wagmi): correct typo with chainId
8+
- 48fa07a: fix: handle existedSDK handle window not defined
9+
- Updated dependencies [267f154]
10+
- Updated dependencies [48fa07a]
11+
- @blocto/wagmi-connector@1.3.1
12+
13+
## 0.2.9-beta.2
14+
15+
### Patch Changes
16+
17+
- 267f154: fix(wagmi): correct typo with chainId
18+
- Updated dependencies [267f154]
19+
- @blocto/wagmi-connector@1.3.1-beta.2
20+
21+
## 0.2.9-beta.1
22+
23+
### Patch Changes
24+
25+
- 48fa07a: fix: handle existedSDK handle window not defined
26+
- Updated dependencies [48fa07a]
27+
- @blocto/wagmi-connector@1.3.1-beta.1
28+
29+
## 0.2.9-beta.0
30+
31+
### Patch Changes
32+
33+
- @blocto/wagmi-connector@1.3.1-beta.0
34+
335
## 0.2.8
436

537
### Patch Changes

adapters/rainbowkit-connector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocto/rainbowkit-connector",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "blocto wallet connector to use rainbowkit",
55
"author": "Blocto Wallet",
66
"main": "./dist/index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@rainbow-me/rainbowkit": "^1.0.8",
37-
"@blocto/wagmi-connector": "^1.3.0"
37+
"@blocto/wagmi-connector": "^1.3.1"
3838
},
3939
"devDependencies": {
4040
"@types/jest": "^29.5.2",

adapters/wagmi-connector/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 267f154: fix(wagmi): correct typo with chainId
8+
- 48fa07a: fix: handle existedSDK handle window not defined
9+
- Updated dependencies [48fa07a]
10+
- Updated dependencies [4ea8a07]
11+
- @blocto/sdk@0.9.1
12+
13+
## 1.3.1-beta.2
14+
15+
### Patch Changes
16+
17+
- 267f154: fix(wagmi): correct typo with chainId
18+
19+
## 1.3.1-beta.1
20+
21+
### Patch Changes
22+
23+
- 48fa07a: fix: handle existedSDK handle window not defined
24+
- Updated dependencies [48fa07a]
25+
- @blocto/sdk@0.9.1-beta.1
26+
27+
## 1.3.1-beta.0
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [4ea8a07]
32+
- @blocto/sdk@0.9.1-beta.0
33+
334
## 1.3.0
435

536
### Minor Changes

adapters/wagmi-connector/package.json

Lines changed: 2 additions & 2 deletions
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": "1.3.0",
5+
"version": "1.3.1",
66
"type": "module",
77
"main": "./dist/index.umd.cjs",
88
"module": "./dist/index.js",
@@ -28,7 +28,7 @@
2828
"/dist"
2929
],
3030
"dependencies": {
31-
"@blocto/sdk": "^0.9.0"
31+
"@blocto/sdk": "^0.9.1"
3232
},
3333
"peerDependencies": {
3434
"@wagmi/core": ">=1",

adapters/wagmi-connector/src/connector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class BloctoConnector extends Connector<BloctoProvider, BloctoOptions> {
139139
const chain = this.chains.find((x) => x.id === chainId);
140140
const networks = await provider.supportChainList();
141141
const evmSupportMap = networks.reduce(
142-
(a: any, v: any) => ({ ...a, [v.chain_id]: v }),
142+
(a: any, v: any) => ({ ...a, [v.chainId]: v }),
143143
{}
144144
);
145145
const isBloctoSupportChain = evmSupportMap[`${chainId}`];

adapters/web3-react-connector/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# @blocto/web3-react-connector
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- 267f154: fix(wagmi): correct typo with chainId
8+
- 48fa07a: fix: handle existedSDK handle window not defined
9+
- ebda1c4: fix(web3-react): use eth_requestAccounts replace eth_accounts
10+
- 4ea8a07: fix web3-react-connector duplicate authn popup
11+
- Updated dependencies [48fa07a]
12+
- Updated dependencies [4ea8a07]
13+
- @blocto/sdk@0.9.1
14+
15+
## 1.0.6-beta.2
16+
17+
### Patch Changes
18+
19+
- 267f154: fix(wagmi): correct typo with chainId
20+
- ebda1c4: fix(web3-react): use eth_requestAccounts replace eth_accounts
21+
22+
## 1.0.6-beta.1
23+
24+
### Patch Changes
25+
26+
- 48fa07a: fix: handle existedSDK handle window not defined
27+
- Updated dependencies [48fa07a]
28+
- @blocto/sdk@0.9.1-beta.1
29+
30+
## 1.0.6-beta.0
31+
32+
### Patch Changes
33+
34+
- 4ea8a07: fix web3-react-connector duplicate authn popup
35+
- Updated dependencies [4ea8a07]
36+
- @blocto/sdk@0.9.1-beta.0
37+
338
## 1.0.5
439

540
### Patch Changes

0 commit comments

Comments
 (0)