Skip to content

Commit 62a1dcf

Browse files
committed
Bump versions for release
1 parent 4e57f6e commit 62a1dcf

File tree

22 files changed

+43
-43
lines changed

22 files changed

+43
-43
lines changed

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-monorepo",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"workspaces": [
66
"./packages/*"

packages/coinbase/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/coinbase",
3-
"version": "2.0.7-alpha.1",
3+
"version": "2.0.7",
44
"description": "Coinbase Wallet module for web3-onboard",
55
"repository": "blocknative/web3-onboard",
66
"module": "dist/index.js",
@@ -22,6 +22,6 @@
2222
},
2323
"dependencies": {
2424
"@coinbase/wallet-sdk": "^3.0.5",
25-
"@web3-onboard/common": "^2.1.4-alpha.1"
25+
"@web3-onboard/common": "^2.1.4"
2626
}
2727
}

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.4-alpha.1",
3+
"version": "2.1.4",
44
"repository": "blocknative/web3-onboard",
55
"scripts": {
66
"build": "rollup -c",

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.3.2-alpha.4",
3+
"version": "2.3.2",
44
"repository": "blocknative/web3-onboard",
55
"scripts": {
66
"build": "rollup -c",
@@ -42,7 +42,7 @@
4242
"typescript": "^4.5.5"
4343
},
4444
"dependencies": {
45-
"@web3-onboard/common": "^2.1.4-alpha.1",
45+
"@web3-onboard/common": "^2.1.4",
4646
"bignumber.js": "^9.0.0",
4747
"bnc-sdk": "^4.4.1",
4848
"bowser": "^2.11.0",

packages/dcent/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/dcent",
3-
"version": "2.0.4-alpha.1",
3+
"version": "2.0.4",
44
"description": "D'CENT module for web3-onboard",
55
"repository": "blocknative/web3-onboard",
66
"module": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"typescript": "^4.5.5"
2020
},
2121
"dependencies": {
22-
"@web3-onboard/common": "^2.1.4-alpha.1",
22+
"@web3-onboard/common": "^2.1.4",
2323
"@ethereumjs/common": "^2.6.1",
2424
"@ethereumjs/tx": "^3.4.0",
2525
"@ethersproject/providers": "^5.5.0",

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@web3-onboard/coinbase": "^2.0.6",
26-
"@web3-onboard/core": "^2.3.2-alpha.2",
26+
"@web3-onboard/core": "^2.3.2",
2727
"@web3-onboard/dcent": "^2.0.3",
2828
"@web3-onboard/fortmatic": "^2.0.5",
2929
"@web3-onboard/gnosis": "^2.0.4",

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.6-alpha.1",
3+
"version": "2.0.6",
44
"description": "Fortmatic module for web3-onboard",
55
"repository": "blocknative/web3-onboard",
66
"module": "dist/index.js",
@@ -21,7 +21,7 @@
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
24-
"@web3-onboard/common": "^2.1.4-alpha.1",
24+
"@web3-onboard/common": "^2.1.4",
2525
"fortmatic": "^2.2.1"
2626
}
2727
}

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.5-alpha.1",
3+
"version": "2.0.5",
44
"description": "Gnosis module for web3-onboard",
55
"repository": "blocknative/web3-onboard",
66
"module": "dist/index.js",
@@ -24,6 +24,6 @@
2424
"dependencies": {
2525
"@gnosis.pm/safe-apps-provider": "^0.9.2",
2626
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
27-
"@web3-onboard/common": "^2.1.4-alpha.1"
27+
"@web3-onboard/common": "^2.1.4"
2828
}
2929
}

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.12-alpha.2",
3+
"version": "2.0.12",
44
"description": "Injected wallets module for web3-onboard",
55
"repository": "blocknative/web3-onboard",
66
"module": "dist/index.js",
@@ -26,7 +26,7 @@
2626
"window": "^4.2.7"
2727
},
2828
"dependencies": {
29-
"@web3-onboard/common": "^2.1.4-alpha.1",
29+
"@web3-onboard/common": "^2.1.4",
3030
"joi": "^17.4.2",
3131
"lodash.uniqby": "^4.7.0"
3232
}

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.1.4-alpha.1",
3+
"version": "2.1.4",
44
"description": "KeepKey module for web3-onboard",
55
"repository": "blocknative/web3-onboard",
66
"module": "dist/index.js",
@@ -28,7 +28,7 @@
2828
"@ethersproject/providers": "^5.5.0",
2929
"@shapeshiftoss/hdwallet-core": "^1.15.2",
3030
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
31-
"@web3-onboard/common": "^2.1.4-alpha.1",
31+
"@web3-onboard/common": "^2.1.4",
3232
"ethereumjs-util": "^7.1.3"
3333
}
3434
}

0 commit comments

Comments
 (0)