Skip to content

Commit e48b88c

Browse files
committed
v0.8.15
1 parent 99ba5e4 commit e48b88c

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

lerna.json

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

packages/background/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/background",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -26,8 +26,8 @@
2626
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2727
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
2828
"@keplr-wallet/common": "^0.8.8",
29-
"@keplr-wallet/cosmos": "^0.8.15-rc.0",
30-
"@keplr-wallet/crypto": "^0.8.15-rc.0",
29+
"@keplr-wallet/cosmos": "^0.8.15",
30+
"@keplr-wallet/crypto": "^0.8.15",
3131
"@keplr-wallet/popup": "^0.8.8",
3232
"@keplr-wallet/router": "^0.8.8",
3333
"@keplr-wallet/types": "^0.8.13",

packages/cosmos/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/cosmos",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",

packages/crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/crypto",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -17,7 +17,7 @@
1717
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
1818
},
1919
"devDependencies": {
20-
"@keplr-wallet/cosmos": "^0.8.15-rc.0",
20+
"@keplr-wallet/cosmos": "^0.8.15",
2121
"@types/crypto-js": "^4.0.1",
2222
"@types/elliptic": "^6.4.12",
2323
"@types/sha.js": "^2.4.0",

packages/extension/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/extension",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"author": "chainapsis",
55
"license": "Apache-2.0",
66
"private": true,
@@ -18,16 +18,16 @@
1818
"@cosmjs/launchpad": "^0.24.0-alpha.25",
1919
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
2020
"@fortawesome/fontawesome-free": "^5.11.2",
21-
"@keplr-wallet/background": "^0.8.15-rc.0",
21+
"@keplr-wallet/background": "^0.8.15",
2222
"@keplr-wallet/common": "^0.8.8",
23-
"@keplr-wallet/cosmos": "^0.8.15-rc.0",
24-
"@keplr-wallet/crypto": "^0.8.15-rc.0",
23+
"@keplr-wallet/cosmos": "^0.8.15",
24+
"@keplr-wallet/crypto": "^0.8.15",
2525
"@keplr-wallet/ens": "^0.8.8",
26-
"@keplr-wallet/hooks": "^0.8.15-rc.0",
26+
"@keplr-wallet/hooks": "^0.8.15",
2727
"@keplr-wallet/popup": "^0.8.8",
28-
"@keplr-wallet/provider": "^0.8.15-rc.0",
28+
"@keplr-wallet/provider": "^0.8.15",
2929
"@keplr-wallet/router": "^0.8.8",
30-
"@keplr-wallet/stores": "^0.8.15-rc.0",
30+
"@keplr-wallet/stores": "^0.8.15",
3131
"@keplr-wallet/types": "^0.8.13",
3232
"@keplr-wallet/unit": "^0.8.13",
3333
"argon-dashboard-react": "^1.1.0",

packages/hooks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/hooks",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -22,13 +22,13 @@
2222
},
2323
"dependencies": {
2424
"@cosmjs/launchpad": "^0.24.0-alpha.25",
25-
"@keplr-wallet/background": "^0.8.15-rc.0",
25+
"@keplr-wallet/background": "^0.8.15",
2626
"@keplr-wallet/common": "^0.8.8",
27-
"@keplr-wallet/cosmos": "^0.8.15-rc.0",
28-
"@keplr-wallet/crypto": "^0.8.15-rc.0",
27+
"@keplr-wallet/cosmos": "^0.8.15",
28+
"@keplr-wallet/crypto": "^0.8.15",
2929
"@keplr-wallet/ens": "^0.8.8",
3030
"@keplr-wallet/popup": "^0.8.8",
31-
"@keplr-wallet/stores": "^0.8.15-rc.0",
31+
"@keplr-wallet/stores": "^0.8.15",
3232
"@keplr-wallet/types": "^0.8.13",
3333
"@keplr-wallet/unit": "^0.8.13",
3434
"long": "^4.0.0",

packages/provider/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/provider",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -23,8 +23,8 @@
2323
"@cosmjs/encoding": "^0.24.0-alpha.25",
2424
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2525
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
26-
"@keplr-wallet/background": "^0.8.15-rc.0",
27-
"@keplr-wallet/cosmos": "^0.8.15-rc.0",
26+
"@keplr-wallet/background": "^0.8.15",
27+
"@keplr-wallet/cosmos": "^0.8.15",
2828
"@keplr-wallet/router": "^0.8.8",
2929
"@keplr-wallet/types": "^0.8.13",
3030
"@keplr-wallet/unit": "^0.8.13",

packages/stores/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/stores",
3-
"version": "0.8.15-rc.0",
3+
"version": "0.8.15",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -23,10 +23,10 @@
2323
"@cosmjs/encoding": "^0.24.0-alpha.25",
2424
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2525
"@cosmjs/tendermint-rpc": "^0.24.1",
26-
"@keplr-wallet/background": "^0.8.15-rc.0",
26+
"@keplr-wallet/background": "^0.8.15",
2727
"@keplr-wallet/common": "^0.8.8",
28-
"@keplr-wallet/cosmos": "^0.8.15-rc.0",
29-
"@keplr-wallet/crypto": "^0.8.15-rc.0",
28+
"@keplr-wallet/cosmos": "^0.8.15",
29+
"@keplr-wallet/crypto": "^0.8.15",
3030
"@keplr-wallet/router": "^0.8.8",
3131
"@keplr-wallet/types": "^0.8.13",
3232
"@keplr-wallet/unit": "^0.8.13",

0 commit comments

Comments
 (0)