Skip to content

Commit

Permalink
v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jul 20, 2021
1 parent 8b57356 commit 7bf4ac3
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 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.12-rc.0",
"version": "0.8.12",
"useWorkspaces": true,
"npmClient": "yarn"
}
10 changes: 5 additions & 5 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.12-rc.0",
"version": "0.8.12",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -26,12 +26,12 @@
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
"@keplr-wallet/common": "^0.8.8",
"@keplr-wallet/cosmos": "^0.8.12-rc.0",
"@keplr-wallet/crypto": "^0.8.12-rc.0",
"@keplr-wallet/cosmos": "^0.8.12",
"@keplr-wallet/crypto": "^0.8.12",
"@keplr-wallet/popup": "^0.8.8",
"@keplr-wallet/router": "^0.8.8",
"@keplr-wallet/types": "^0.8.12-rc.0",
"@keplr-wallet/unit": "^0.8.12-rc.0",
"@keplr-wallet/types": "^0.8.12",
"@keplr-wallet/unit": "^0.8.12",
"@ledgerhq/hw-transport-webhid": "^5.51.1",
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"aes-js": "^3.1.2",
Expand Down
6 changes: 3 additions & 3 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.12-rc.0",
"version": "0.8.12",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.25",
"@keplr-wallet/common": "^0.8.8",
"@keplr-wallet/types": "^0.8.12-rc.0",
"@keplr-wallet/unit": "^0.8.12-rc.0",
"@keplr-wallet/types": "^0.8.12",
"@keplr-wallet/unit": "^0.8.12",
"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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"@keplr-wallet/cosmos": "^0.8.12",
"@types/crypto-js": "^4.0.1",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",
Expand Down
18 changes: 9 additions & 9 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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"@keplr-wallet/background": "^0.8.12",
"@keplr-wallet/common": "^0.8.8",
"@keplr-wallet/cosmos": "^0.8.12-rc.0",
"@keplr-wallet/crypto": "^0.8.12-rc.0",
"@keplr-wallet/cosmos": "^0.8.12",
"@keplr-wallet/crypto": "^0.8.12",
"@keplr-wallet/ens": "^0.8.8",
"@keplr-wallet/hooks": "^0.8.12-rc.0",
"@keplr-wallet/hooks": "^0.8.12",
"@keplr-wallet/popup": "^0.8.8",
"@keplr-wallet/provider": "^0.8.12-rc.0",
"@keplr-wallet/provider": "^0.8.12",
"@keplr-wallet/router": "^0.8.8",
"@keplr-wallet/stores": "^0.8.12-rc.0",
"@keplr-wallet/types": "^0.8.12-rc.0",
"@keplr-wallet/unit": "^0.8.12-rc.0",
"@keplr-wallet/stores": "^0.8.12",
"@keplr-wallet/types": "^0.8.12",
"@keplr-wallet/unit": "^0.8.12",
"argon-dashboard-react": "^1.1.0",
"axios": "^0.21.0",
"bip39": "^3.0.2",
Expand Down
14 changes: 7 additions & 7 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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"@keplr-wallet/background": "^0.8.12",
"@keplr-wallet/common": "^0.8.8",
"@keplr-wallet/cosmos": "^0.8.12-rc.0",
"@keplr-wallet/crypto": "^0.8.12-rc.0",
"@keplr-wallet/cosmos": "^0.8.12",
"@keplr-wallet/crypto": "^0.8.12",
"@keplr-wallet/ens": "^0.8.8",
"@keplr-wallet/popup": "^0.8.8",
"@keplr-wallet/stores": "^0.8.12-rc.0",
"@keplr-wallet/types": "^0.8.12-rc.0",
"@keplr-wallet/unit": "^0.8.12-rc.0",
"@keplr-wallet/stores": "^0.8.12",
"@keplr-wallet/types": "^0.8.12",
"@keplr-wallet/unit": "^0.8.12",
"long": "^4.0.0",
"mobx": "^6.1.7",
"mobx-utils": "^6.0.3",
Expand Down
10 changes: 5 additions & 5 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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"@keplr-wallet/cosmos": "^0.8.12-rc.0",
"@keplr-wallet/background": "^0.8.12",
"@keplr-wallet/cosmos": "^0.8.12",
"@keplr-wallet/router": "^0.8.8",
"@keplr-wallet/types": "^0.8.12-rc.0",
"@keplr-wallet/unit": "^0.8.12-rc.0",
"@keplr-wallet/types": "^0.8.12",
"@keplr-wallet/unit": "^0.8.12",
"buffer": "^6.0.3",
"deepmerge": "^4.2.2",
"secretjs": "^0.16.0"
Expand Down
12 changes: 6 additions & 6 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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"@keplr-wallet/background": "^0.8.12",
"@keplr-wallet/common": "^0.8.8",
"@keplr-wallet/cosmos": "^0.8.12-rc.0",
"@keplr-wallet/crypto": "^0.8.12-rc.0",
"@keplr-wallet/cosmos": "^0.8.12",
"@keplr-wallet/crypto": "^0.8.12",
"@keplr-wallet/router": "^0.8.8",
"@keplr-wallet/types": "^0.8.12-rc.0",
"@keplr-wallet/unit": "^0.8.12-rc.0",
"@keplr-wallet/types": "^0.8.12",
"@keplr-wallet/unit": "^0.8.12",
"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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"version": "0.8.12",
"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.12-rc.0",
"@keplr-wallet/types": "^0.8.12",
"big-integer": "^1.6.48",
"utility-types": "^3.10.0"
},
Expand Down

0 comments on commit 7bf4ac3

Please sign in to comment.