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

Commit 344478f

Browse files
committed
chore: changeset
1 parent d68bcfb commit 344478f

File tree

12 files changed

+66
-9
lines changed

12 files changed

+66
-9
lines changed

.changeset/pre.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mode": "exit",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@blocto/aptos-wallet-adapter-plugin": "0.2.10",
6+
"@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",
10+
"@blocto/web3modal-connector": "0.1.4",
11+
"@blocto/sdk": "0.10.3",
12+
"@blocto/dappauth": "2.2.2",
13+
"eslint-config-custom": "0.0.0",
14+
"tsconfig": "0.0.0"
15+
},
16+
"changesets": [
17+
"yellow-rockets-judge"
18+
]
19+
}

.changeset/yellow-rockets-judge.md

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

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

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

3+
## 0.2.11-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @blocto/sdk@0.10.4-beta.0
9+
310
## 0.2.10
411

512
### 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.10",
3+
"version": "0.2.11-beta.0",
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.10.3",
22+
"@blocto/sdk": "^0.10.4-beta.0",
2323
"aptos": "^1.9.1"
2424
},
2525
"devDependencies": {

adapters/rainbowkit-connector/CHANGELOG.md

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

3+
## 2.0.3-beta.0
4+
5+
### Patch Changes
6+
7+
- @blocto/wagmi-connector@2.0.5-beta.0
8+
39
## 2.0.2
410

511
### 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": "2.0.2",
3+
"version": "2.0.3-beta.0",
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": "^2.0.5",
37-
"@blocto/wagmi-connector": "^2.0.4"
37+
"@blocto/wagmi-connector": "^2.0.5-beta.0"
3838
},
3939
"devDependencies": {
4040
"@types/jest": "^29.5.2",

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.5-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @blocto/sdk@0.10.4-beta.0
9+
310
## 2.0.4
411

512
### Patch 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": "2.0.4",
5+
"version": "2.0.5-beta.0",
66
"type": "module",
77
"main": "./dist/index.umd.cjs",
88
"module": "./dist/index.js",
@@ -32,7 +32,7 @@
3232
"/dist"
3333
],
3434
"dependencies": {
35-
"@blocto/sdk": "^0.10.3"
35+
"@blocto/sdk": "^0.10.4-beta.0"
3636
},
3737
"peerDependencies": {
3838
"@wagmi/core": "^2.2.0",

adapters/web3-react-connector/CHANGELOG.md

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

3+
## 1.0.9-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @blocto/sdk@0.10.4-beta.0
9+
310
## 1.0.8
411

512
### Patch Changes

adapters/web3-react-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/web3-react-connector",
3-
"version": "1.0.8",
3+
"version": "1.0.9-beta.0",
44
"description": "A Blocto SDK connector for web3-react",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -43,7 +43,7 @@
4343
"url": "git://github.com/portto/blocto-sdk.git"
4444
},
4545
"dependencies": {
46-
"@blocto/sdk": "^0.10.3",
46+
"@blocto/sdk": "^0.10.4-beta.0",
4747
"@web3-react/types": "^8.1.2-beta.0"
4848
},
4949
"devDependencies": {

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.0
4+
5+
### Patch Changes
6+
7+
- fix multiple chain setting
8+
39
## 0.10.3
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.3",
3+
"version": "0.10.4-beta.0",
44
"repository": "git@github.com:portto/blocto-sdk.git",
55
"author": "Chiaki.C",
66
"license": "MIT",

0 commit comments

Comments
 (0)