This repository was archived by the owner on Apr 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +55
-7
lines changed
aptos-wallet-adapter-plugin Expand file tree Collapse file tree 9 files changed +55
-7
lines changed Original file line number Diff line number Diff line change 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.1" ,
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+ " empty-candles-remain" ,
18+ " famous-crabs-flow"
19+ ]
20+ }
Original file line number Diff line number Diff line change 11# @blocto/aptos-wallet-adapter-plugin
22
3+ ## 0.2.9-beta.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 74abbd7]
8+ - @blocto/sdk @0.10.0-beta.0
9+
310## 0.2.8
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocto/aptos-wallet-adapter-plugin" ,
3- "version" : " 0.2.8 " ,
3+ "version" : " 0.2.9-beta.0 " ,
44 "description" : " Blocto Wallet plugin to use with Aptos Wallet Adapter" ,
55 "author" : " Blocto Wallet" ,
66 "main" : " ./dist/index.js" ,
1919 },
2020 "dependencies" : {
2121 "@aptos-labs/wallet-adapter-core" : " ^2.2.0" ,
22- "@blocto/sdk" : " ^0.9.1 " ,
22+ "@blocto/sdk" : " ^0.10.0-beta.0 " ,
2323 "aptos" : " ^1.9.1"
2424 },
2525 "devDependencies" : {
Original file line number Diff line number Diff line change 11# @blocto/wagmi-connector
22
3+ ## 2.0.2-beta.0
4+
5+ ### Patch Changes
6+
7+ - 5191913: adjust the usage of getAddress function
8+ - Updated dependencies [ 74abbd7]
9+ - @blocto/sdk @0.10.0-beta.0
10+
311## 2.0.1
412
513### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " @blocto/wagmi-connector" ,
33 "description" : " Blocto wallet connector extend from wagmi Connector" ,
44 "author" : " Calvin Chang" ,
5- "version" : " 2.0.1 " ,
5+ "version" : " 2.0.2-beta.0 " ,
66 "type" : " module" ,
77 "main" : " ./dist/index.umd.cjs" ,
88 "module" : " ./dist/index.js" ,
3232 " /dist"
3333 ],
3434 "dependencies" : {
35- "@blocto/sdk" : " ^0.9.1 "
35+ "@blocto/sdk" : " ^0.10.0-beta.0 "
3636 },
3737 "peerDependencies" : {
3838 "@wagmi/core" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 11# @blocto/web3-react-connector
22
3+ ## 1.0.7-beta.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 74abbd7]
8+ - @blocto/sdk @0.10.0-beta.0
9+
310## 1.0.6
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocto/web3-react-connector" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7-beta.0 " ,
44 "description" : " A Blocto SDK connector for web3-react" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.mjs" ,
4343 "url" : " git://github.com/portto/blocto-sdk.git"
4444 },
4545 "dependencies" : {
46- "@blocto/sdk" : " ^0.9.1 " ,
46+ "@blocto/sdk" : " ^0.10.0-beta.0 " ,
4747 "@web3-react/types" : " ^8.1.2-beta.0"
4848 },
4949 "devDependencies" : {
Original file line number Diff line number Diff line change 11# @blocto/sdk
22
3+ ## 0.10.0-beta.0
4+
5+ ### Minor Changes
6+
7+ - 74abbd7: Add L2 Blast & Blast Sepolia Testnet
8+
39## 0.9.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocto/sdk" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 0.10.0-beta.0 " ,
44 "repository" : " git@github.com:portto/blocto-sdk.git" ,
55 "author" : " Chiaki.C" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments