Skip to content

Commit

Permalink
Merge pull request #391 from blocto/beta/0126
Browse files Browse the repository at this point in the history
chore: beta-release
  • Loading branch information
q20274982 authored Jan 31, 2024
2 parents 31ea4aa + da450d7 commit 06766cd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@blocto/aptos-wallet-adapter-plugin": "0.2.8",
"@blocto/connectkit-connector": "0.2.3",
"@blocto/rainbowkit-connector": "0.2.9",
"@blocto/wagmi-connector": "2.0.0",
"@blocto/web3-react-connector": "1.0.6",
"@blocto/web3modal-connector": "0.1.4",
"@blocto/sdk": "0.9.1",
"@blocto/dappauth": "2.2.2",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"changesets": [
"afraid-hairs-exercise",
"wicked-shirts-flash"
]
}
7 changes: 7 additions & 0 deletions adapters/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blocto/wagmi-connector

## 2.0.1-beta.0

### Patch Changes

- 7f68b54: fix(wagmi): obtain chainId through request
- 073daf0: Show not in config error message when attempt to switch dapp unsupport chain

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion adapters/wagmi-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blocto/wagmi-connector",
"description": "Blocto wallet connector extend from wagmi Connector",
"author": "Calvin Chang",
"version": "2.0.0",
"version": "2.0.1-beta.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 06766cd

Please sign in to comment.