Skip to content

Commit

Permalink
chore: update versions (alpha) (#48)
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 1, 2023
1 parent e418a56 commit 7549880
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"@totejs/walletkit": "1.0.7-alpha.2",
"website": "0.0.1"
},
"changesets": ["lovely-months-argue"]
"changesets": [
"happy-hounds-complain",
"late-birds-compare",
"lovely-months-argue",
"modern-comics-smell"
]
}
11 changes: 11 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @totejs/walletkit

## 1.0.7-alpha.3

### Patch Changes

- e418a56: refactor: update the `installed` field that detect whether wallet is installed to a
function
- e418a56: Fixed `WalletConnect` automatic connection issue in the follow scenario: connect the
WalletConnect -> close browser -> reopen browser -> disconnect -> select WalletConnect, will
automatically connect.
- e418a56: Fixed conflict issue between trustwallet and metaMask.

## 1.0.7-alpha.2

### 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": "1.0.7-alpha.2",
"version": "1.0.7-alpha.3",
"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 7549880

Please sign in to comment.