Skip to content

Commit a922900

Browse files
committed
v0.13.16
1 parent 26475e3 commit a922900

File tree

43 files changed

+421
-421
lines changed

Some content is hidden

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

43 files changed

+421
-421
lines changed

apps/extension/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/extension",
3-
"version": "0.13.15",
3+
"version": "0.13.16",
44
"author": "chainapsis",
55
"license": "Apache-2.0",
66
"private": true,
@@ -27,35 +27,35 @@
2727
"@ethersproject/transactions": "^5.7.0",
2828
"@floating-ui/react": "^0.23.0",
2929
"@floating-ui/react-dom": "^1.3.0",
30-
"@keplr-wallet/analytics": "0.13.15",
31-
"@keplr-wallet/background": "0.13.15",
32-
"@keplr-wallet/chain-validator": "0.13.15",
33-
"@keplr-wallet/common": "0.13.15",
34-
"@keplr-wallet/cosmos": "0.13.15",
35-
"@keplr-wallet/crypto": "0.13.15",
36-
"@keplr-wallet/hooks": "0.13.15",
37-
"@keplr-wallet/hooks-bitcoin": "0.13.15",
38-
"@keplr-wallet/hooks-evm": "0.13.15",
39-
"@keplr-wallet/hooks-internal": "0.13.15",
40-
"@keplr-wallet/hooks-starknet": "0.13.15",
41-
"@keplr-wallet/ledger-cosmos": "0.13.15",
42-
"@keplr-wallet/popup": "0.13.15",
43-
"@keplr-wallet/proto-types": "0.13.15",
44-
"@keplr-wallet/provider": "0.13.15",
45-
"@keplr-wallet/router": "0.13.15",
46-
"@keplr-wallet/router-extension": "0.13.15",
47-
"@keplr-wallet/simple-fetch": "0.13.15",
48-
"@keplr-wallet/stores": "0.13.15",
49-
"@keplr-wallet/stores-bitcoin": "0.13.15",
50-
"@keplr-wallet/stores-core": "0.13.15",
51-
"@keplr-wallet/stores-etc": "0.13.15",
52-
"@keplr-wallet/stores-eth": "0.13.15",
53-
"@keplr-wallet/stores-ibc": "0.13.15",
54-
"@keplr-wallet/stores-internal": "0.13.15",
55-
"@keplr-wallet/stores-starknet": "0.13.15",
56-
"@keplr-wallet/topup-client": "0.13.15",
57-
"@keplr-wallet/types": "0.13.15",
58-
"@keplr-wallet/unit": "0.13.15",
30+
"@keplr-wallet/analytics": "0.13.16",
31+
"@keplr-wallet/background": "0.13.16",
32+
"@keplr-wallet/chain-validator": "0.13.16",
33+
"@keplr-wallet/common": "0.13.16",
34+
"@keplr-wallet/cosmos": "0.13.16",
35+
"@keplr-wallet/crypto": "0.13.16",
36+
"@keplr-wallet/hooks": "0.13.16",
37+
"@keplr-wallet/hooks-bitcoin": "0.13.16",
38+
"@keplr-wallet/hooks-evm": "0.13.16",
39+
"@keplr-wallet/hooks-internal": "0.13.16",
40+
"@keplr-wallet/hooks-starknet": "0.13.16",
41+
"@keplr-wallet/ledger-cosmos": "0.13.16",
42+
"@keplr-wallet/popup": "0.13.16",
43+
"@keplr-wallet/proto-types": "0.13.16",
44+
"@keplr-wallet/provider": "0.13.16",
45+
"@keplr-wallet/router": "0.13.16",
46+
"@keplr-wallet/router-extension": "0.13.16",
47+
"@keplr-wallet/simple-fetch": "0.13.16",
48+
"@keplr-wallet/stores": "0.13.16",
49+
"@keplr-wallet/stores-bitcoin": "0.13.16",
50+
"@keplr-wallet/stores-core": "0.13.16",
51+
"@keplr-wallet/stores-etc": "0.13.16",
52+
"@keplr-wallet/stores-eth": "0.13.16",
53+
"@keplr-wallet/stores-ibc": "0.13.16",
54+
"@keplr-wallet/stores-internal": "0.13.16",
55+
"@keplr-wallet/stores-starknet": "0.13.16",
56+
"@keplr-wallet/topup-client": "0.13.16",
57+
"@keplr-wallet/types": "0.13.16",
58+
"@keplr-wallet/unit": "0.13.16",
5959
"@keystonehq/animated-qr": "^0.8.6",
6060
"@keystonehq/hw-app-base": "0.1.1",
6161
"@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.13.15",
6+
"version": "0.13.16",
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.13.15",
6+
"version": "0.13.16",
77
"icons": {
88
"16": "assets/icon-16.png",
99
"48": "assets/icon-48.png",

apps/hooks-internal/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/hooks-internal",
3-
"version": "0.13.15",
3+
"version": "0.13.16",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -15,13 +15,13 @@
1515
"typecheck": "npx tsc -p tsconfig.check.json"
1616
},
1717
"dependencies": {
18-
"@keplr-wallet/hooks": "0.13.15",
19-
"@keplr-wallet/hooks-evm": "0.13.15",
20-
"@keplr-wallet/stores": "0.13.15",
21-
"@keplr-wallet/stores-eth": "0.13.15",
22-
"@keplr-wallet/stores-internal": "0.13.15",
23-
"@keplr-wallet/types": "0.13.15",
24-
"@keplr-wallet/unit": "0.13.15"
18+
"@keplr-wallet/hooks": "0.13.16",
19+
"@keplr-wallet/hooks-evm": "0.13.16",
20+
"@keplr-wallet/stores": "0.13.16",
21+
"@keplr-wallet/stores-eth": "0.13.16",
22+
"@keplr-wallet/stores-internal": "0.13.16",
23+
"@keplr-wallet/types": "0.13.16",
24+
"@keplr-wallet/unit": "0.13.16"
2525
},
2626
"peerDependencies": {
2727
"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.13.15",
3+
"version": "0.13.16",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -15,12 +15,12 @@
1515
"typecheck": "npx tsc -p tsconfig.check.json"
1616
},
1717
"dependencies": {
18-
"@keplr-wallet/common": "0.13.15",
19-
"@keplr-wallet/cosmos": "0.13.15",
20-
"@keplr-wallet/simple-fetch": "0.13.15",
21-
"@keplr-wallet/stores": "0.13.15",
22-
"@keplr-wallet/types": "0.13.15",
23-
"@keplr-wallet/unit": "0.13.15",
18+
"@keplr-wallet/common": "0.13.16",
19+
"@keplr-wallet/cosmos": "0.13.16",
20+
"@keplr-wallet/simple-fetch": "0.13.16",
21+
"@keplr-wallet/stores": "0.13.16",
22+
"@keplr-wallet/types": "0.13.16",
23+
"@keplr-wallet/unit": "0.13.16",
2424
"joi": "^17.5.0",
2525
"lodash.chunk": "^4.2.0",
2626
"utility-types": "^3.10.0"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.15",
2+
"version": "0.13.16",
33
"npmClient": "yarn",
44
"command": {
55
"version": {

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.13.15",
3+
"version": "0.13.16",
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.13.15",
3+
"version": "0.13.16",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -33,17 +33,17 @@
3333
"@ethersproject/hash": "^5.7.0",
3434
"@ethersproject/transactions": "^5.7.0",
3535
"@ethersproject/wallet": "^5.7.0",
36-
"@keplr-wallet/chain-validator": "0.13.15",
37-
"@keplr-wallet/common": "0.13.15",
38-
"@keplr-wallet/cosmos": "0.13.15",
39-
"@keplr-wallet/crypto": "0.13.15",
40-
"@keplr-wallet/ledger-cosmos": "0.13.15",
41-
"@keplr-wallet/popup": "0.13.15",
42-
"@keplr-wallet/proto-types": "0.13.15",
43-
"@keplr-wallet/router": "0.13.15",
44-
"@keplr-wallet/simple-fetch": "0.13.15",
45-
"@keplr-wallet/types": "0.13.15",
46-
"@keplr-wallet/unit": "0.13.15",
36+
"@keplr-wallet/chain-validator": "0.13.16",
37+
"@keplr-wallet/common": "0.13.16",
38+
"@keplr-wallet/cosmos": "0.13.16",
39+
"@keplr-wallet/crypto": "0.13.16",
40+
"@keplr-wallet/ledger-cosmos": "0.13.16",
41+
"@keplr-wallet/popup": "0.13.16",
42+
"@keplr-wallet/proto-types": "0.13.16",
43+
"@keplr-wallet/router": "0.13.16",
44+
"@keplr-wallet/simple-fetch": "0.13.16",
45+
"@keplr-wallet/types": "0.13.16",
46+
"@keplr-wallet/unit": "0.13.16",
4747
"@ledgerhq/hw-app-eth": "6.42.8",
4848
"@ledgerhq/hw-app-starknet": "^3.0.1",
4949
"@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.13.15",
3+
"version": "0.13.16",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
2222
},
2323
"dependencies": {
2424
"@ethersproject/abi": "^5.7.0",
25-
"@keplr-wallet/cosmos": "0.13.15",
26-
"@keplr-wallet/simple-fetch": "0.13.15",
27-
"@keplr-wallet/types": "0.13.15",
25+
"@keplr-wallet/cosmos": "0.13.16",
26+
"@keplr-wallet/simple-fetch": "0.13.16",
27+
"@keplr-wallet/types": "0.13.16",
2828
"joi": "^17.5.0",
2929
"utility-types": "^3.10.0"
3030
}

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.13.15",
3+
"version": "0.13.16",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -21,8 +21,8 @@
2121
"typecheck": "npx tsc -p tsconfig.check.json"
2222
},
2323
"dependencies": {
24-
"@keplr-wallet/crypto": "0.13.15",
25-
"@keplr-wallet/types": "0.13.15",
24+
"@keplr-wallet/crypto": "0.13.16",
25+
"@keplr-wallet/types": "0.13.16",
2626
"buffer": "^6.0.3",
2727
"delay": "^4.4.0",
2828
"p-queue": "^6.6.2"

0 commit comments

Comments
 (0)