Skip to content

Commit 278c476

Browse files
committed
Remove missed alpha tags
1 parent c760b5a commit 278c476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript": "^4.5.5"
4242
},
4343
"dependencies": {
44-
"@web3-onboard/common": "^2.1.0-alpha.2",
44+
"@web3-onboard/common": "^2.1.0",
4545
"bowser": "^2.11.0",
4646
"ethers": "5.5.3",
4747
"eventemitter3": "^4.0.7",

packages/walletlink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletlink",
3-
"version": "2.0.1-alpha",
3+
"version": "2.0.1",
44
"description": "WalletLink module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

0 commit comments

Comments
 (0)