Skip to content

Commit 579b044

Browse files
committed
Release version 2.0.0
1 parent 44d9cfd commit 579b044

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

packages/common/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/common",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",
@@ -40,7 +40,7 @@
4040
"typescript": "^4.5.5"
4141
},
4242
"dependencies": {
43-
"@web3-onboard/common": "^2.0.0-alpha.4",
43+
"@web3-onboard/common": "^2.0.0",
4444
"bowser": "^2.11.0",
4545
"ethers": "5.5.3",
4646
"eventemitter3": "^4.0.7",

packages/fortmatic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/fortmatic",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "Fortmatic module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@web3-onboard/common": "^2.0.0-alpha.4",
23+
"@web3-onboard/common": "^2.0.0",
2424
"fortmatic": "^2.2.1"
2525
}
2626
}

packages/gnosis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/gnosis",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "Gnosis module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -21,7 +21,7 @@
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
24-
"@web3-onboard/common": "^2.0.0-alpha.4",
24+
"@web3-onboard/common": "^2.0.0",
2525
"@gnosis.pm/safe-apps-provider": "^0.9.2",
2626
"@gnosis.pm/safe-apps-sdk": "^6.1.1"
2727
}

packages/injected/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.0.0-alpha.5",
3+
"version": "2.0.0",
44
"description": "Injected wallets module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -30,7 +30,7 @@
3030
"window": "^4.2.7"
3131
},
3232
"dependencies": {
33-
"@web3-onboard/common": "^2.0.0-alpha.4",
33+
"@web3-onboard/common": "^2.0.0",
3434
"joi": "^17.4.2",
3535
"lodash.uniqby": "^4.7.0"
3636
}

packages/keepkey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/keepkey",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "KeepKey module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -24,7 +24,7 @@
2424
"typescript": "^4.5.5"
2525
},
2626
"dependencies": {
27-
"@web3-onboard/common": "^2.0.0-alpha.4",
27+
"@web3-onboard/common": "^2.0.0",
2828
"@ethersproject/providers": "^5.5.0",
2929
"@shapeshiftoss/hdwallet-core": "^1.15.2",
3030
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",

packages/keystone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/keystone",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "Keystone module for web3-onboard",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -18,7 +18,7 @@
1818
"typescript": "^4.5.5"
1919
},
2020
"dependencies": {
21-
"@web3-onboard/common": "^2.0.0-alpha.4",
21+
"@web3-onboard/common": "^2.0.0",
2222
"@ethereumjs/common": "^2.6.1",
2323
"@ethereumjs/tx": "^3.4.0",
2424
"@ethersproject/providers": "^5.5.0",

packages/ledger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/ledger",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "Ledger module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -21,7 +21,7 @@
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
24-
"@web3-onboard/common": "^2.0.0-alpha.4",
24+
"@web3-onboard/common": "^2.0.0",
2525
"@ethereumjs/common": "^2.6.1",
2626
"@ethereumjs/tx": "^3.4.0",
2727
"@ethersproject/providers": "^5.5.0",

packages/mew/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/mew",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "MEW module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -23,7 +23,7 @@
2323
"@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/common": "^2.0.0-alpha.4",
26+
"@web3-onboard/common": "^2.0.0",
2727
"rxjs": "^7.5.2"
2828
}
2929
}

packages/portis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/portis",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"description": "Portis module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@web3-onboard/common": "^2.0.0-alpha.4",
23+
"@web3-onboard/common": "^2.0.0",
2424
"@portis/web3": "^4.0.6"
2525
}
2626
}

0 commit comments

Comments
 (0)