Skip to content

Commit 5397eb2

Browse files
Adds repository field (#1109)
* Adds repository field * Version bumpies
1 parent 7c4902c commit 5397eb2

File tree

21 files changed

+60
-40
lines changed

21 files changed

+60
-40
lines changed

packages/coinbase/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/coinbase",
3-
"version": "2.0.6",
3+
"version": "2.0.7-alpha.1",
44
"description": "Coinbase Wallet module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"browser": "dist/index.js",
78
"main": "dist/index.js",
@@ -21,6 +22,6 @@
2122
},
2223
"dependencies": {
2324
"@coinbase/wallet-sdk": "^3.0.5",
24-
"@web3-onboard/common": "^2.1.3"
25+
"@web3-onboard/common": "^2.1.4-alpha.1"
2526
}
2627
}

packages/common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@web3-onboard/common",
3-
"version": "2.1.3",
3+
"version": "2.1.4-alpha.1",
4+
"repository": "blocknative/web3-onboard",
45
"scripts": {
56
"build": "rollup -c",
67
"dev": "rollup -c -w",

packages/core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.3.2-alpha.1",
3+
"version": "2.3.2-alpha.2",
4+
"repository": "blocknative/web3-onboard",
45
"scripts": {
56
"build": "rollup -c",
67
"dev": "rollup -c -w",
@@ -41,7 +42,7 @@
4142
"typescript": "^4.5.5"
4243
},
4344
"dependencies": {
44-
"@web3-onboard/common": "^2.1.3",
45+
"@web3-onboard/common": "^2.1.4-alpha.1",
4546
"bignumber.js": "^9.0.0",
4647
"bnc-sdk": "^4.4.1",
4748
"bowser": "^2.11.0",

packages/dcent/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/dcent",
3-
"version": "2.0.3",
3+
"version": "2.0.4-alpha.1",
44
"description": "D'CENT module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"typings": "dist/index.d.ts",
78
"files": [
@@ -18,7 +19,7 @@
1819
"typescript": "^4.5.5"
1920
},
2021
"dependencies": {
21-
"@web3-onboard/common": "^2.1.3",
22+
"@web3-onboard/common": "^2.1.4-alpha.1",
2223
"@ethereumjs/common": "^2.6.1",
2324
"@ethereumjs/tx": "^3.4.0",
2425
"@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.1",
26+
"@web3-onboard/core": "^2.3.2-alpha.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/fortmatic",
3-
"version": "2.0.5",
3+
"version": "2.0.6-alpha.1",
44
"description": "Fortmatic module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"browser": "dist/index.js",
78
"main": "dist/index.js",
@@ -20,7 +21,7 @@
2021
"typescript": "^4.5.5"
2122
},
2223
"dependencies": {
23-
"@web3-onboard/common": "^2.1.3",
24+
"@web3-onboard/common": "^2.1.4-alpha.1",
2425
"fortmatic": "^2.2.1"
2526
}
2627
}

packages/gnosis/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/gnosis",
3-
"version": "2.0.4",
3+
"version": "2.0.5-alpha.1",
44
"description": "Gnosis module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"browser": "dist/index.js",
78
"main": "dist/index.js",
@@ -23,6 +24,6 @@
2324
"dependencies": {
2425
"@gnosis.pm/safe-apps-provider": "^0.9.2",
2526
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
26-
"@web3-onboard/common": "^2.1.3"
27+
"@web3-onboard/common": "^2.1.4-alpha.1"
2728
}
2829
}

packages/injected/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.0.12-alpha.1",
3+
"version": "2.0.12-alpha.2",
44
"description": "Injected wallets module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"browser": "dist/index.js",
78
"main": "dist/index.js",
@@ -25,7 +26,7 @@
2526
"window": "^4.2.7"
2627
},
2728
"dependencies": {
28-
"@web3-onboard/common": "^2.1.3",
29+
"@web3-onboard/common": "^2.1.4-alpha.1",
2930
"joi": "^17.4.2",
3031
"lodash.uniqby": "^4.7.0"
3132
}

packages/keepkey/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/keepkey",
3-
"version": "2.1.3",
3+
"version": "2.1.4-alpha.1",
44
"description": "KeepKey module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"browser": "dist/index.js",
78
"main": "dist/index.js",
@@ -27,7 +28,7 @@
2728
"@ethersproject/providers": "^5.5.0",
2829
"@shapeshiftoss/hdwallet-core": "^1.15.2",
2930
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
30-
"@web3-onboard/common": "^2.1.3",
31+
"@web3-onboard/common": "^2.1.4-alpha.1",
3132
"ethereumjs-util": "^7.1.3"
3233
}
3334
}

packages/keystone/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@web3-onboard/keystone",
3-
"version": "2.1.4",
3+
"version": "2.1.5-alpha.1",
44
"description": "Keystone module for web3-onboard",
5+
"repository": "blocknative/web3-onboard",
56
"module": "dist/index.js",
67
"typings": "dist/index.d.ts",
78
"files": [
@@ -21,6 +22,6 @@
2122
"@ethereumjs/tx": "^3.4.0",
2223
"@ethersproject/providers": "^5.5.0",
2324
"@keystonehq/eth-keyring": "^0.14.0-alpha.10.3",
24-
"@web3-onboard/common": "^2.1.3"
25+
"@web3-onboard/common": "^2.1.4-alpha.1"
2526
}
2627
}

0 commit comments

Comments
 (0)