Skip to content

Commit

Permalink
chore: update versions (alpha) (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 4, 2023
1 parent d9c7671 commit a943437
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"website": "0.0.1"
},
"changesets": [
"famous-drinks-behave",
"happy-hounds-complain",
"honest-numbers-hug",
"late-birds-compare",
"lovely-months-argue"
"lovely-months-argue",
"modern-comics-smell"
]
}
10 changes: 10 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @totejs/walletkit

## 0.2.6-alpha.2

### Patch Changes

- Fixed TrustWallet will automatically reconnect after reloading the page.
- 204e807: refactor: update the `installed` field that detect whether wallet is installed to a
function
- 26d87fb: Fixed multiple wallets conficts resulting in undetectable issues.
- c47f3a6: Fixed conflict issue between trustwallet and metaMask.

## 0.2.6-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@totejs/walletkit",
"version": "0.2.6-alpha.1",
"version": "0.2.6-alpha.2",
"author": "node-real",
"private": false,
"description": "WalletKit is a React component library for easily connecting a wallet to your dApp.",
Expand Down

0 comments on commit a943437

Please sign in to comment.