Skip to content

Commit 263f0a5

Browse files
authored
Release 2.2.0 - Develop (#1103)
* Update react package version * Update version for release branch * Update versions, remove alpha tag for publish * Update to latest SDK for bugfix, modify to new API * Update package versions * Update .github/ISSUE_TEMPLATE/BUG.yml * Bump monorepo version to minor instead of patch
1 parent 29ab8d9 commit 263f0a5

File tree

23 files changed

+58
-58
lines changed

23 files changed

+58
-58
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ body:
115115
label: Sanity Check
116116
description: Sanity check to ensure that issue has been properly filled out to reduce friction for all involved parties.
117117
options:
118-
- label: If this is a build issue, I have included my build config. If this is a runtime issues, I have included reproduction steps and/or a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example).
118+
- label: If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example).
119119
required: true

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.1.0",
3+
"version": "2.2.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.6-alpha.2",
3+
"version": "2.0.6",
44
"description": "Coinbase Wallet module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -21,6 +21,6 @@
2121
},
2222
"dependencies": {
2323
"@coinbase/wallet-sdk": "^3.0.5",
24-
"@web3-onboard/common": "^2.1.3-alpha.2"
24+
"@web3-onboard/common": "^2.1.3"
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.3-alpha.2",
3+
"version": "2.1.3",
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.3.1-alpha.4",
3+
"version": "2.3.1",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",
@@ -41,7 +41,7 @@
4141
"typescript": "^4.5.5"
4242
},
4343
"dependencies": {
44-
"@web3-onboard/common": "^2.1.3-alpha.2",
44+
"@web3-onboard/common": "^2.1.3",
4545
"bignumber.js": "^9.0.0",
4646
"bnc-sdk": "^4.4.1",
4747
"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.3-alpha.2",
3+
"version": "2.0.3",
44
"description": "D'CENT 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.1.3-alpha.2",
21+
"@web3-onboard/common": "^2.1.3",
2222
"@ethereumjs/common": "^2.6.1",
2323
"@ethereumjs/tx": "^3.4.0",
2424
"@ethersproject/providers": "^5.5.0",

packages/demo/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"webpack-dev-server": "4.7.4"
2323
},
2424
"dependencies": {
25-
"@web3-onboard/coinbase": "^2.0.6-alpha.1",
26-
"@web3-onboard/core": "^2.3.1-alpha.3",
27-
"@web3-onboard/dcent": "^2.0.3-alpha.1",
28-
"@web3-onboard/fortmatic": "^2.0.5-alpha.1",
29-
"@web3-onboard/gnosis": "^2.0.4-alpha.1",
30-
"@web3-onboard/injected-wallets": "^2.0.11-alpha.1",
31-
"@web3-onboard/keepkey": "^2.1.3-alpha.1",
32-
"@web3-onboard/keystone": "^2.1.4-alpha.1",
33-
"@web3-onboard/ledger": "^2.1.3-alpha.1",
34-
"@web3-onboard/magic": "^2.0.6-alpha.1",
35-
"@web3-onboard/portis": "^2.0.3-alpha.1",
36-
"@web3-onboard/torus": "^2.0.4-alpha.1",
37-
"@web3-onboard/trezor": "^2.1.3-alpha.1",
38-
"@web3-onboard/walletconnect": "^2.0.4-alpha.2",
39-
"@web3-onboard/web3auth": "^2.0.2-alpha.1",
25+
"@web3-onboard/coinbase": "^2.0.6",
26+
"@web3-onboard/core": "^2.3.1",
27+
"@web3-onboard/dcent": "^2.0.3",
28+
"@web3-onboard/fortmatic": "^2.0.5",
29+
"@web3-onboard/gnosis": "^2.0.4",
30+
"@web3-onboard/injected-wallets": "^2.0.11",
31+
"@web3-onboard/keepkey": "^2.1.3",
32+
"@web3-onboard/keystone": "^2.1.4",
33+
"@web3-onboard/ledger": "^2.1.3",
34+
"@web3-onboard/magic": "^2.0.6",
35+
"@web3-onboard/portis": "^2.0.3",
36+
"@web3-onboard/torus": "^2.0.4",
37+
"@web3-onboard/trezor": "^2.1.3",
38+
"@web3-onboard/walletconnect": "^2.0.4",
39+
"@web3-onboard/web3auth": "^2.0.2",
4040
"vconsole": "^3.9.5"
4141
},
4242
"license": "MIT",

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.5-alpha.2",
3+
"version": "2.0.5",
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.1.3-alpha.2",
23+
"@web3-onboard/common": "^2.1.3",
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.4-alpha.2",
3+
"version": "2.0.4",
44
"description": "Gnosis module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -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.1.3-alpha.2"
26+
"@web3-onboard/common": "^2.1.3"
2727
}
2828
}

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.11-alpha.2",
3+
"version": "2.0.11",
44
"description": "Injected wallets module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -25,7 +25,7 @@
2525
"window": "^4.2.7"
2626
},
2727
"dependencies": {
28-
"@web3-onboard/common": "^2.1.3-alpha.2",
28+
"@web3-onboard/common": "^2.1.3",
2929
"joi": "^17.4.2",
3030
"lodash.uniqby": "^4.7.0"
3131
}

0 commit comments

Comments
 (0)