Skip to content

Commit aed1cb3

Browse files
authored
Merge pull request #285 from node-real/changeset-release/1.x-alpha
chore: update versions (alpha)
2 parents d8de4b4 + 5f7b10b commit aed1cb3

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"example-nextjs": "0.0.1",
6+
"example-vite": "0.0.1",
7+
"@node-real/walletkit": "1.1.4",
8+
"website": "0.0.1"
9+
},
10+
"changesets": [
11+
"moody-shrimps-melt"
12+
]
13+
}

packages/walletkit/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @node-real/walletkit
22

3+
## 1.2.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- d8de4b4: feat: add desktop extension support for Binance Web3 Wallet
8+
39
## 1.1.4
410

511
### Patch Changes
@@ -215,7 +221,6 @@
215221
### Patch Changes
216222

217223
- 12ebee8:
218-
219224
- Add Binance Web3 Wallet & Coinbase Wallet & OKX Wallet & MathWallet support.
220225

221226
- Add showQRCode & getQRCodeUri configuration items to support display a QR code when a wallet is

packages/walletkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-real/walletkit",
3-
"version": "1.1.4",
3+
"version": "1.2.0-alpha.0",
44
"author": "node-real",
55
"private": false,
66
"description": "WalletKit is a React component library for easily connecting a wallet to your dApp.",

0 commit comments

Comments
 (0)