Skip to content

Commit df7039a

Browse files
committed
version bump: common
1 parent dba6b4e commit df7039a

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

packages/coinbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"dependencies": {
2323
"@coinbase/wallet-sdk": "^3.0.5",
24-
"@web3-onboard/common": "2.1.0"
24+
"@web3-onboard/common": "2.1.1"
2525
}
2626
}

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.1.1-alpha.1",
3+
"version": "2.1.1",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

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.1-alpha.1",
44+
"@web3-onboard/common": "^2.1.1",
4545
"bowser": "^2.11.0",
4646
"ethers": "5.5.3",
4747
"eventemitter3": "^4.0.7",

packages/dcent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "^4.5.5"
1919
},
2020
"dependencies": {
21-
"@web3-onboard/common": "^2.1.0",
21+
"@web3-onboard/common": "^2.1.1",
2222
"@ethereumjs/common": "^2.6.1",
2323
"@ethereumjs/tx": "^3.4.0",
2424
"@ethersproject/providers": "^5.5.0",

packages/fortmatic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@web3-onboard/common": "^2.0.7",
23+
"@web3-onboard/common": "^2.1.1",
2424
"fortmatic": "^2.2.1"
2525
}
2626
}

packages/gnosis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"dependencies": {
2424
"@gnosis.pm/safe-apps-provider": "^0.9.2",
2525
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
26-
"@web3-onboard/common": "^2.0.7"
26+
"@web3-onboard/common": "^2.1.1"
2727
}
2828
}

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"window": "^4.2.7"
2626
},
2727
"dependencies": {
28-
"@web3-onboard/common": "^2.1.0",
28+
"@web3-onboard/common": "^2.1.1",
2929
"joi": "^17.4.2",
3030
"lodash.uniqby": "^4.7.0"
3131
}

packages/keepkey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ethersproject/providers": "^5.5.0",
2828
"@shapeshiftoss/hdwallet-core": "^1.15.2",
2929
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
30-
"@web3-onboard/common": "^2.1.0",
30+
"@web3-onboard/common": "^2.1.1",
3131
"ethereumjs-util": "^7.1.3"
3232
}
3333
}

packages/keystone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@ethereumjs/tx": "^3.4.0",
2222
"@ethersproject/providers": "^5.5.0",
2323
"@keystonehq/eth-keyring": "^0.14.0-alpha.10.3",
24-
"@web3-onboard/common": "^2.1.0"
24+
"@web3-onboard/common": "^2.1.1"
2525
}
2626
}

packages/ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
2828
"@ledgerhq/hw-transport-webusb": "^6.19.0",
2929
"@metamask/eth-sig-util": "^4.0.0",
30-
"@web3-onboard/common": "^2.1.0",
30+
"@web3-onboard/common": "^2.1.1",
3131
"buffer": "^6.0.3",
3232
"ethereumjs-util": "^7.1.3"
3333
}

0 commit comments

Comments
 (0)