Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Apr 1, 2021
1 parent dcc3b3c commit 7c18318
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 60 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.1",
"version": "0.8.4",
"useWorkspaces": true,
"npmClient": "yarn"
}
16 changes: 8 additions & 8 deletions packages/background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/background",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -25,13 +25,13 @@
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
"@keplr-wallet/common": "^0.8.2",
"@keplr-wallet/cosmos": "^0.8.2",
"@keplr-wallet/crypto": "^0.8.2",
"@keplr-wallet/popup": "^0.8.2",
"@keplr-wallet/router": "^0.8.2",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"@keplr-wallet/common": "^0.8.4",
"@keplr-wallet/cosmos": "^0.8.4",
"@keplr-wallet/crypto": "^0.8.4",
"@keplr-wallet/popup": "^0.8.4",
"@keplr-wallet/router": "^0.8.4",
"@keplr-wallet/types": "^0.8.4",
"@keplr-wallet/unit": "^0.8.4",
"@ledgerhq/hw-transport-webhid": "^5.43.0",
"@ledgerhq/hw-transport-webusb": "^5.43.0",
"aes-js": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/common",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/cosmos",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -21,9 +21,9 @@
},
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@keplr-wallet/common": "^0.8.2",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"@keplr-wallet/common": "^0.8.4",
"@keplr-wallet/types": "^0.8.4",
"@keplr-wallet/unit": "^0.8.4",
"axios": "^0.21.0",
"bech32": "^1.1.4",
"buffer": "^6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/crypto",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"devDependencies": {
"@keplr-wallet/cosmos": "^0.8.2",
"@keplr-wallet/cosmos": "^0.8.4",
"@types/crypto-js": "^4.0.1",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/ens",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
26 changes: 13 additions & 13 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.1",
"version": "0.8.4",
"author": "chainapsis",
"license": "Apache-2.0",
"private": true,
Expand All @@ -18,18 +18,18 @@
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
"@fortawesome/fontawesome-free": "^5.11.2",
"@keplr-wallet/background": "^0.8.2",
"@keplr-wallet/common": "^0.8.2",
"@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.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.1",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"@keplr-wallet/background": "^0.8.4",
"@keplr-wallet/common": "^0.8.4",
"@keplr-wallet/cosmos": "^0.8.4",
"@keplr-wallet/crypto": "^0.8.4",
"@keplr-wallet/ens": "^0.8.4",
"@keplr-wallet/hooks": "^0.8.4",
"@keplr-wallet/popup": "^0.8.4",
"@keplr-wallet/provider": "^0.8.4",
"@keplr-wallet/router": "^0.8.4",
"@keplr-wallet/stores": "^0.8.4",
"@keplr-wallet/types": "^0.8.4",
"@keplr-wallet/unit": "^0.8.4",
"argon-dashboard-react": "^1.1.0",
"axios": "^0.21.0",
"bip39": "^3.0.2",
Expand Down
20 changes: 10 additions & 10 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.1",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -22,15 +22,15 @@
},
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@keplr-wallet/background": "^0.8.2",
"@keplr-wallet/common": "^0.8.2",
"@keplr-wallet/cosmos": "^0.8.2",
"@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.1",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"@keplr-wallet/background": "^0.8.4",
"@keplr-wallet/common": "^0.8.4",
"@keplr-wallet/cosmos": "^0.8.4",
"@keplr-wallet/crypto": "^0.8.4",
"@keplr-wallet/ens": "^0.8.4",
"@keplr-wallet/popup": "^0.8.4",
"@keplr-wallet/stores": "^0.8.4",
"@keplr-wallet/types": "^0.8.4",
"@keplr-wallet/unit": "^0.8.4",
"long": "^4.0.0",
"mobx": "^6.1.7",
"mobx-utils": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/popup",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/provider",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -23,11 +23,11 @@
"@cosmjs/encoding": "^0.24.0-alpha.25",
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
"@keplr-wallet/background": "^0.8.2",
"@keplr-wallet/cosmos": "^0.8.2",
"@keplr-wallet/router": "^0.8.2",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"@keplr-wallet/background": "^0.8.4",
"@keplr-wallet/cosmos": "^0.8.4",
"@keplr-wallet/router": "^0.8.4",
"@keplr-wallet/types": "^0.8.4",
"@keplr-wallet/unit": "^0.8.4",
"buffer": "^6.0.3",
"secretjs": "^0.10.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/router",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/popup": "^0.8.2",
"@keplr-wallet/popup": "^0.8.4",
"buffer": "^6.0.3",
"p-queue": "^6.6.2"
},
Expand Down
16 changes: 8 additions & 8 deletions 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.1",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -23,13 +23,13 @@
"@cosmjs/encoding": "^0.24.0-alpha.25",
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@cosmjs/tendermint-rpc": "^0.24.1",
"@keplr-wallet/background": "^0.8.2",
"@keplr-wallet/common": "^0.8.2",
"@keplr-wallet/cosmos": "^0.8.2",
"@keplr-wallet/crypto": "^0.8.2",
"@keplr-wallet/router": "^0.8.2",
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/unit": "^0.8.2",
"@keplr-wallet/background": "^0.8.4",
"@keplr-wallet/common": "^0.8.4",
"@keplr-wallet/cosmos": "^0.8.4",
"@keplr-wallet/crypto": "^0.8.4",
"@keplr-wallet/router": "^0.8.4",
"@keplr-wallet/types": "^0.8.4",
"@keplr-wallet/unit": "^0.8.4",
"axios": "^0.21.0",
"buffer": "^6.0.3",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/types",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/unit",
"version": "0.8.2",
"version": "0.8.4",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/types": "^0.8.2",
"@keplr-wallet/types": "^0.8.4",
"big-integer": "^1.6.48",
"utility-types": "^3.10.0"
},
Expand Down

0 comments on commit 7c18318

Please sign in to comment.