Skip to content

Commit b4cd15f

Browse files
committed
v0.12.287
1 parent c825af2 commit b4cd15f

File tree

42 files changed

+401
-401
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

+401
-401
lines changed

apps/extension/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/extension",
3-
"version": "0.12.286",
3+
"version": "0.12.287",
44
"author": "chainapsis",
55
"license": "Apache-2.0",
66
"private": true,
@@ -26,34 +26,34 @@
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.286",
30-
"@keplr-wallet/background": "0.12.286",
31-
"@keplr-wallet/chain-validator": "0.12.286",
32-
"@keplr-wallet/common": "0.12.286",
33-
"@keplr-wallet/cosmos": "0.12.286",
34-
"@keplr-wallet/crypto": "0.12.286",
35-
"@keplr-wallet/hooks": "0.12.286",
36-
"@keplr-wallet/hooks-bitcoin": "0.12.286",
37-
"@keplr-wallet/hooks-internal": "0.12.286",
38-
"@keplr-wallet/hooks-starknet": "0.12.286",
39-
"@keplr-wallet/ledger-cosmos": "0.12.286",
40-
"@keplr-wallet/popup": "0.12.286",
41-
"@keplr-wallet/proto-types": "0.12.286",
42-
"@keplr-wallet/provider": "0.12.286",
43-
"@keplr-wallet/router": "0.12.286",
44-
"@keplr-wallet/router-extension": "0.12.286",
45-
"@keplr-wallet/simple-fetch": "0.12.286",
46-
"@keplr-wallet/stores": "0.12.286",
47-
"@keplr-wallet/stores-bitcoin": "0.12.286",
48-
"@keplr-wallet/stores-core": "0.12.286",
49-
"@keplr-wallet/stores-etc": "0.12.286",
50-
"@keplr-wallet/stores-eth": "0.12.286",
51-
"@keplr-wallet/stores-ibc": "0.12.286",
52-
"@keplr-wallet/stores-internal": "0.12.286",
53-
"@keplr-wallet/stores-starknet": "0.12.286",
54-
"@keplr-wallet/topup-client": "0.12.286",
55-
"@keplr-wallet/types": "0.12.286",
56-
"@keplr-wallet/unit": "0.12.286",
29+
"@keplr-wallet/analytics": "0.12.287",
30+
"@keplr-wallet/background": "0.12.287",
31+
"@keplr-wallet/chain-validator": "0.12.287",
32+
"@keplr-wallet/common": "0.12.287",
33+
"@keplr-wallet/cosmos": "0.12.287",
34+
"@keplr-wallet/crypto": "0.12.287",
35+
"@keplr-wallet/hooks": "0.12.287",
36+
"@keplr-wallet/hooks-bitcoin": "0.12.287",
37+
"@keplr-wallet/hooks-internal": "0.12.287",
38+
"@keplr-wallet/hooks-starknet": "0.12.287",
39+
"@keplr-wallet/ledger-cosmos": "0.12.287",
40+
"@keplr-wallet/popup": "0.12.287",
41+
"@keplr-wallet/proto-types": "0.12.287",
42+
"@keplr-wallet/provider": "0.12.287",
43+
"@keplr-wallet/router": "0.12.287",
44+
"@keplr-wallet/router-extension": "0.12.287",
45+
"@keplr-wallet/simple-fetch": "0.12.287",
46+
"@keplr-wallet/stores": "0.12.287",
47+
"@keplr-wallet/stores-bitcoin": "0.12.287",
48+
"@keplr-wallet/stores-core": "0.12.287",
49+
"@keplr-wallet/stores-etc": "0.12.287",
50+
"@keplr-wallet/stores-eth": "0.12.287",
51+
"@keplr-wallet/stores-ibc": "0.12.287",
52+
"@keplr-wallet/stores-internal": "0.12.287",
53+
"@keplr-wallet/stores-starknet": "0.12.287",
54+
"@keplr-wallet/topup-client": "0.12.287",
55+
"@keplr-wallet/types": "0.12.287",
56+
"@keplr-wallet/unit": "0.12.287",
5757
"@keystonehq/animated-qr": "^0.8.6",
5858
"@keystonehq/hw-app-base": "0.1.1",
5959
"@keystonehq/hw-transport-webusb": "0.4.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.286",
6+
"version": "0.12.287",
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.286",
6+
"version": "0.12.287",
77
"icons": {
88
"16": "assets/icon-16.png",
99
"48": "assets/icon-48.png",

apps/hooks-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/hooks-internal",
3-
"version": "0.12.286",
3+
"version": "0.12.287",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -14,12 +14,12 @@
1414
"lint-fix": "npx eslint --fix \"src/**/*\" && npx prettier --write \"src/**/*\""
1515
},
1616
"dependencies": {
17-
"@keplr-wallet/hooks": "0.12.286",
18-
"@keplr-wallet/stores": "0.12.286",
19-
"@keplr-wallet/stores-eth": "0.12.286",
20-
"@keplr-wallet/stores-internal": "0.12.286",
21-
"@keplr-wallet/types": "0.12.286",
22-
"@keplr-wallet/unit": "0.12.286"
17+
"@keplr-wallet/hooks": "0.12.287",
18+
"@keplr-wallet/stores": "0.12.287",
19+
"@keplr-wallet/stores-eth": "0.12.287",
20+
"@keplr-wallet/stores-internal": "0.12.287",
21+
"@keplr-wallet/types": "0.12.287",
22+
"@keplr-wallet/unit": "0.12.287"
2323
},
2424
"peerDependencies": {
2525
"mobx": "^6",

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.286",
3+
"version": "0.12.287",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -14,12 +14,12 @@
1414
"lint-fix": "npx eslint --fix \"src/**/*\" && npx prettier --write \"src/**/*\""
1515
},
1616
"dependencies": {
17-
"@keplr-wallet/common": "0.12.286",
18-
"@keplr-wallet/cosmos": "0.12.286",
19-
"@keplr-wallet/simple-fetch": "0.12.286",
20-
"@keplr-wallet/stores": "0.12.286",
21-
"@keplr-wallet/types": "0.12.286",
22-
"@keplr-wallet/unit": "0.12.286",
17+
"@keplr-wallet/common": "0.12.287",
18+
"@keplr-wallet/cosmos": "0.12.287",
19+
"@keplr-wallet/simple-fetch": "0.12.287",
20+
"@keplr-wallet/stores": "0.12.287",
21+
"@keplr-wallet/types": "0.12.287",
22+
"@keplr-wallet/unit": "0.12.287",
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.286",
2+
"version": "0.12.287",
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.286",
3+
"version": "0.12.287",
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.286",
3+
"version": "0.12.287",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -28,17 +28,17 @@
2828
"@ethersproject/hash": "^5.7.0",
2929
"@ethersproject/transactions": "^5.7.0",
3030
"@ethersproject/wallet": "^5.7.0",
31-
"@keplr-wallet/chain-validator": "0.12.286",
32-
"@keplr-wallet/common": "0.12.286",
33-
"@keplr-wallet/cosmos": "0.12.286",
34-
"@keplr-wallet/crypto": "0.12.286",
35-
"@keplr-wallet/ledger-cosmos": "0.12.286",
36-
"@keplr-wallet/popup": "0.12.286",
37-
"@keplr-wallet/proto-types": "0.12.286",
38-
"@keplr-wallet/router": "0.12.286",
39-
"@keplr-wallet/simple-fetch": "0.12.286",
40-
"@keplr-wallet/types": "0.12.286",
41-
"@keplr-wallet/unit": "0.12.286",
31+
"@keplr-wallet/chain-validator": "0.12.287",
32+
"@keplr-wallet/common": "0.12.287",
33+
"@keplr-wallet/cosmos": "0.12.287",
34+
"@keplr-wallet/crypto": "0.12.287",
35+
"@keplr-wallet/ledger-cosmos": "0.12.287",
36+
"@keplr-wallet/popup": "0.12.287",
37+
"@keplr-wallet/proto-types": "0.12.287",
38+
"@keplr-wallet/router": "0.12.287",
39+
"@keplr-wallet/simple-fetch": "0.12.287",
40+
"@keplr-wallet/types": "0.12.287",
41+
"@keplr-wallet/unit": "0.12.287",
4242
"@ledgerhq/hw-app-eth": "6.42.8",
4343
"@ledgerhq/hw-app-starknet": "^3.0.1",
4444
"@ledgerhq/hw-transport": "^6.31.4",

packages/chain-validator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/chain-validator",
3-
"version": "0.12.286",
3+
"version": "0.12.287",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@ethersproject/abi": "^5.7.0",
20-
"@keplr-wallet/cosmos": "0.12.286",
21-
"@keplr-wallet/simple-fetch": "0.12.286",
22-
"@keplr-wallet/types": "0.12.286",
20+
"@keplr-wallet/cosmos": "0.12.287",
21+
"@keplr-wallet/simple-fetch": "0.12.287",
22+
"@keplr-wallet/types": "0.12.287",
2323
"joi": "^17.5.0",
2424
"utility-types": "^3.10.0"
2525
}

packages/common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/common",
3-
"version": "0.12.286",
3+
"version": "0.12.287",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -16,8 +16,8 @@
1616
"lint-fix": "npx eslint --fix \"src/**/*\" && npx prettier --write \"src/**/*\""
1717
},
1818
"dependencies": {
19-
"@keplr-wallet/crypto": "0.12.286",
20-
"@keplr-wallet/types": "0.12.286",
19+
"@keplr-wallet/crypto": "0.12.287",
20+
"@keplr-wallet/types": "0.12.287",
2121
"buffer": "^6.0.3",
2222
"delay": "^4.4.0"
2323
}

0 commit comments

Comments
 (0)