Skip to content

Commit

Permalink
v0.8.4-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Mar 30, 2021
1 parent 684e964 commit dcc3b3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.4-rc.0",
"version": "0.8.4-rc.1",
"useWorkspaces": true,
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/extension",
"version": "0.8.4-rc.0",
"version": "0.8.4-rc.1",
"author": "chainapsis",
"license": "Apache-2.0",
"private": true,
Expand All @@ -23,11 +23,11 @@
"@keplr-wallet/cosmos": "^0.8.2",
"@keplr-wallet/crypto": "^0.8.2",
"@keplr-wallet/ens": "^0.8.2",
"@keplr-wallet/hooks": "^0.8.4-rc.0",
"@keplr-wallet/hooks": "^0.8.4-rc.1",
"@keplr-wallet/popup": "^0.8.2",
"@keplr-wallet/provider": "^0.8.2",
"@keplr-wallet/router": "^0.8.2",
"@keplr-wallet/stores": "^0.8.4-rc.0",
"@keplr-wallet/stores": "^0.8.4-rc.1",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"argon-dashboard-react": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/hooks",
"version": "0.8.4-rc.0",
"version": "0.8.4-rc.1",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@keplr-wallet/crypto": "^0.8.2",
"@keplr-wallet/ens": "^0.8.2",
"@keplr-wallet/popup": "^0.8.2",
"@keplr-wallet/stores": "^0.8.4-rc.0",
"@keplr-wallet/stores": "^0.8.4-rc.1",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"long": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/stores",
"version": "0.8.4-rc.0",
"version": "0.8.4-rc.1",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down

0 comments on commit dcc3b3c

Please sign in to comment.