Skip to content

Commit

Permalink
chore: update versions (alpha) (#41)
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 Nov 29, 2023
1 parent 3dd2578 commit 56d4526
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"@totejs/walletkit": "1.0.7-alpha.1",
"website": "0.0.1"
},
"changesets": []
"changesets": [
"late-birds-compare"
]
}
7 changes: 7 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @totejs/walletkit

## 1.0.7-alpha.1

### Patch Changes

- 3dd2578: Fixed `WalletConnect` automatic connection issue in the follow scenario: connect the
WalletConnect

## 1.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/walletkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ WalletKit is a React component library for easily connecting a wallet to your dA

## Documentation

For full documentation, visit [here](https://node-real.github.io/walletkit/website/dist/#/index).
For full documentation, visit [here](https://node-real.github.io/walletkit).

## Examples

The following examples are provided in the [examples](./examples/) folder of this repo.

- [nextjs](https://github.com/node-real/walletkit/tree/main/examples/nextjs)
- [vite](https://github.com/node-real/walletkit/tree/main/examples/vite)
- [nextjs](./examples/nextjs/)
- [vite](./examples/vite/)

## Installation

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.0",
"version": "1.0.7-alpha.1",
"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 56d4526

Please sign in to comment.