Skip to content

Commit baf9249

Browse files
committed
Merge branch 'develop'
2 parents 0239dc1 + 37db560 commit baf9249

File tree

42 files changed

+368
-332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+368
-332
lines changed

apps/extension/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/extension",
3-
"version": "0.12.129",
3+
"version": "0.12.130-rc.1",
44
"author": "chainapsis",
55
"license": "Apache-2.0",
66
"private": true,
@@ -26,29 +26,29 @@
2626
"@ethersproject/transactions": "^5.7.0",
2727
"@floating-ui/react": "^0.23.0",
2828
"@floating-ui/react-dom": "^1.3.0",
29-
"@keplr-wallet/analytics": "0.12.129",
30-
"@keplr-wallet/background": "0.12.129",
31-
"@keplr-wallet/chain-validator": "0.12.129",
32-
"@keplr-wallet/common": "0.12.129",
33-
"@keplr-wallet/cosmos": "0.12.129",
34-
"@keplr-wallet/crypto": "0.12.129",
35-
"@keplr-wallet/hooks": "0.12.129",
36-
"@keplr-wallet/hooks-internal": "0.12.129",
37-
"@keplr-wallet/ledger-cosmos": "0.12.129",
38-
"@keplr-wallet/popup": "0.12.129",
39-
"@keplr-wallet/proto-types": "0.12.129",
40-
"@keplr-wallet/provider": "0.12.129",
41-
"@keplr-wallet/router": "0.12.129",
42-
"@keplr-wallet/router-extension": "0.12.129",
43-
"@keplr-wallet/simple-fetch": "0.12.129",
44-
"@keplr-wallet/stores": "0.12.129",
45-
"@keplr-wallet/stores-core": "0.12.129",
46-
"@keplr-wallet/stores-etc": "0.12.129",
47-
"@keplr-wallet/stores-eth": "0.12.129",
48-
"@keplr-wallet/stores-ibc": "0.12.129",
49-
"@keplr-wallet/stores-internal": "0.12.129",
50-
"@keplr-wallet/types": "0.12.129",
51-
"@keplr-wallet/unit": "0.12.129",
29+
"@keplr-wallet/analytics": "0.12.130-rc.1",
30+
"@keplr-wallet/background": "0.12.130-rc.1",
31+
"@keplr-wallet/chain-validator": "0.12.130-rc.1",
32+
"@keplr-wallet/common": "0.12.130-rc.1",
33+
"@keplr-wallet/cosmos": "0.12.130-rc.1",
34+
"@keplr-wallet/crypto": "0.12.130-rc.1",
35+
"@keplr-wallet/hooks": "0.12.130-rc.1",
36+
"@keplr-wallet/hooks-internal": "0.12.130-rc.1",
37+
"@keplr-wallet/ledger-cosmos": "0.12.130-rc.1",
38+
"@keplr-wallet/popup": "0.12.130-rc.1",
39+
"@keplr-wallet/proto-types": "0.12.130-rc.1",
40+
"@keplr-wallet/provider": "0.12.130-rc.1",
41+
"@keplr-wallet/router": "0.12.130-rc.1",
42+
"@keplr-wallet/router-extension": "0.12.130-rc.1",
43+
"@keplr-wallet/simple-fetch": "0.12.130-rc.1",
44+
"@keplr-wallet/stores": "0.12.130-rc.1",
45+
"@keplr-wallet/stores-core": "0.12.130-rc.1",
46+
"@keplr-wallet/stores-etc": "0.12.130-rc.1",
47+
"@keplr-wallet/stores-eth": "0.12.130-rc.1",
48+
"@keplr-wallet/stores-ibc": "0.12.130-rc.1",
49+
"@keplr-wallet/stores-internal": "0.12.130-rc.1",
50+
"@keplr-wallet/types": "0.12.130-rc.1",
51+
"@keplr-wallet/unit": "0.12.130-rc.1",
5252
"@keystonehq/animated-qr": "^0.8.6",
5353
"@keystonehq/keystone-sdk": "^0.2.3",
5454
"@ledgerhq/devices": "^6.20.0",

apps/extension/src/manifest.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Keplr",
55
"description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.",
6-
"version": "0.12.129",
6+
"version": "0.12.130",
77
"icons": {
88
"16": "assets/icon-16.png",
99
"48": "assets/icon-48.png",

apps/extension/src/manifest.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Keplr",
55
"description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.",
6-
"version": "0.12.129",
6+
"version": "0.12.130",
77
"icons": {
88
"16": "assets/icon-16.png",
99
"48": "assets/icon-48.png",

apps/extension/src/pages/permission/basic-access-for-evm/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const PermissionBasicAccessForEVMPage: FunctionComponent<{
134134
onSelect={(chainId) => setCurrentChainIdForEVM(chainId)}
135135
selectedItemKey={currentChainIdForEVM}
136136
style={{ padding: "1rem", height: "auto" }}
137+
allowSearch={true}
137138
/>
138139
<Body2
139140
color={

apps/hooks-internal/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/hooks-internal",
3-
"version": "0.12.129",
3+
"version": "0.12.130-rc.1",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -14,11 +14,11 @@
1414
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
1515
},
1616
"dependencies": {
17-
"@keplr-wallet/hooks": "0.12.129",
18-
"@keplr-wallet/stores": "0.12.129",
19-
"@keplr-wallet/stores-internal": "0.12.129",
20-
"@keplr-wallet/types": "0.12.129",
21-
"@keplr-wallet/unit": "0.12.129"
17+
"@keplr-wallet/hooks": "0.12.130-rc.1",
18+
"@keplr-wallet/stores": "0.12.130-rc.1",
19+
"@keplr-wallet/stores-internal": "0.12.130-rc.1",
20+
"@keplr-wallet/types": "0.12.130-rc.1",
21+
"@keplr-wallet/unit": "0.12.130-rc.1"
2222
},
2323
"peerDependencies": {
2424
"mobx": "^6",

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/mobile",
3-
"version": "0.12.129",
3+
"version": "0.12.130-rc.1",
44
"private": true,
55
"installConfig": {
66
"hoistingLimits": "workspaces"

apps/stores-internal/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/stores-internal",
3-
"version": "0.12.129",
3+
"version": "0.12.130-rc.1",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -14,12 +14,12 @@
1414
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
1515
},
1616
"dependencies": {
17-
"@keplr-wallet/common": "0.12.129",
18-
"@keplr-wallet/cosmos": "0.12.129",
19-
"@keplr-wallet/simple-fetch": "0.12.129",
20-
"@keplr-wallet/stores": "0.12.129",
21-
"@keplr-wallet/types": "0.12.129",
22-
"@keplr-wallet/unit": "0.12.129",
17+
"@keplr-wallet/common": "0.12.130-rc.1",
18+
"@keplr-wallet/cosmos": "0.12.130-rc.1",
19+
"@keplr-wallet/simple-fetch": "0.12.130-rc.1",
20+
"@keplr-wallet/stores": "0.12.130-rc.1",
21+
"@keplr-wallet/types": "0.12.130-rc.1",
22+
"@keplr-wallet/unit": "0.12.130-rc.1",
2323
"joi": "^17.5.0",
2424
"utility-types": "^3.10.0"
2525
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.12.129",
2+
"version": "0.12.130-rc.1",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
55
"command": {

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/analytics",
3-
"version": "0.12.129",
3+
"version": "0.12.130-rc.1",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",

packages/background/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/background",
3-
"version": "0.12.129",
3+
"version": "0.12.130-rc.1",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -29,17 +29,17 @@
2929
"@ethersproject/hash": "^5.7.0",
3030
"@ethersproject/transactions": "^5.7.0",
3131
"@ethersproject/wallet": "^5.7.0",
32-
"@keplr-wallet/chain-validator": "0.12.129",
33-
"@keplr-wallet/common": "0.12.129",
34-
"@keplr-wallet/cosmos": "0.12.129",
35-
"@keplr-wallet/crypto": "0.12.129",
36-
"@keplr-wallet/ledger-cosmos": "0.12.129",
37-
"@keplr-wallet/popup": "0.12.129",
38-
"@keplr-wallet/proto-types": "0.12.129",
39-
"@keplr-wallet/router": "0.12.129",
40-
"@keplr-wallet/simple-fetch": "0.12.129",
41-
"@keplr-wallet/types": "0.12.129",
42-
"@keplr-wallet/unit": "0.12.129",
32+
"@keplr-wallet/chain-validator": "0.12.130-rc.1",
33+
"@keplr-wallet/common": "0.12.130-rc.1",
34+
"@keplr-wallet/cosmos": "0.12.130-rc.1",
35+
"@keplr-wallet/crypto": "0.12.130-rc.1",
36+
"@keplr-wallet/ledger-cosmos": "0.12.130-rc.1",
37+
"@keplr-wallet/popup": "0.12.130-rc.1",
38+
"@keplr-wallet/proto-types": "0.12.130-rc.1",
39+
"@keplr-wallet/router": "0.12.130-rc.1",
40+
"@keplr-wallet/simple-fetch": "0.12.130-rc.1",
41+
"@keplr-wallet/types": "0.12.130-rc.1",
42+
"@keplr-wallet/unit": "0.12.130-rc.1",
4343
"@ledgerhq/hw-app-eth": "^6.29.3",
4444
"@ledgerhq/hw-transport": "^6.20.0",
4545
"@ledgerhq/hw-transport-webhid": "^6.20.0",

0 commit comments

Comments
 (0)