Skip to content

Commit

Permalink
v0.12.125
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Aug 28, 2024
1 parent e143f84 commit bf54bb2
Show file tree
Hide file tree
Showing 35 changed files with 307 additions and 307 deletions.
48 changes: 24 additions & 24 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/extension",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"author": "chainapsis",
"license": "Apache-2.0",
"private": true,
Expand All @@ -26,29 +26,29 @@
"@ethersproject/transactions": "^5.7.0",
"@floating-ui/react": "^0.23.0",
"@floating-ui/react-dom": "^1.3.0",
"@keplr-wallet/analytics": "0.12.125-rc.0",
"@keplr-wallet/background": "0.12.125-rc.0",
"@keplr-wallet/chain-validator": "0.12.125-rc.0",
"@keplr-wallet/common": "0.12.125-rc.0",
"@keplr-wallet/cosmos": "0.12.125-rc.0",
"@keplr-wallet/crypto": "0.12.125-rc.0",
"@keplr-wallet/hooks": "0.12.125-rc.0",
"@keplr-wallet/hooks-internal": "0.12.125-rc.0",
"@keplr-wallet/ledger-cosmos": "0.12.125-rc.0",
"@keplr-wallet/popup": "0.12.125-rc.0",
"@keplr-wallet/proto-types": "0.12.125-rc.0",
"@keplr-wallet/provider": "0.12.125-rc.0",
"@keplr-wallet/router": "0.12.125-rc.0",
"@keplr-wallet/router-extension": "0.12.125-rc.0",
"@keplr-wallet/simple-fetch": "0.12.125-rc.0",
"@keplr-wallet/stores": "0.12.125-rc.0",
"@keplr-wallet/stores-core": "0.12.125-rc.0",
"@keplr-wallet/stores-etc": "0.12.125-rc.0",
"@keplr-wallet/stores-eth": "0.12.125-rc.0",
"@keplr-wallet/stores-ibc": "0.12.125-rc.0",
"@keplr-wallet/stores-internal": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/unit": "0.12.125-rc.0",
"@keplr-wallet/analytics": "0.12.125",
"@keplr-wallet/background": "0.12.125",
"@keplr-wallet/chain-validator": "0.12.125",
"@keplr-wallet/common": "0.12.125",
"@keplr-wallet/cosmos": "0.12.125",
"@keplr-wallet/crypto": "0.12.125",
"@keplr-wallet/hooks": "0.12.125",
"@keplr-wallet/hooks-internal": "0.12.125",
"@keplr-wallet/ledger-cosmos": "0.12.125",
"@keplr-wallet/popup": "0.12.125",
"@keplr-wallet/proto-types": "0.12.125",
"@keplr-wallet/provider": "0.12.125",
"@keplr-wallet/router": "0.12.125",
"@keplr-wallet/router-extension": "0.12.125",
"@keplr-wallet/simple-fetch": "0.12.125",
"@keplr-wallet/stores": "0.12.125",
"@keplr-wallet/stores-core": "0.12.125",
"@keplr-wallet/stores-etc": "0.12.125",
"@keplr-wallet/stores-eth": "0.12.125",
"@keplr-wallet/stores-ibc": "0.12.125",
"@keplr-wallet/stores-internal": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"@keplr-wallet/unit": "0.12.125",
"@keystonehq/animated-qr": "^0.8.6",
"@keystonehq/keystone-sdk": "^0.2.3",
"@ledgerhq/devices": "^6.20.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/hooks-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/hooks-internal",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -14,11 +14,11 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/hooks": "0.12.125-rc.0",
"@keplr-wallet/stores": "0.12.125-rc.0",
"@keplr-wallet/stores-internal": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/unit": "0.12.125-rc.0"
"@keplr-wallet/hooks": "0.12.125",
"@keplr-wallet/stores": "0.12.125",
"@keplr-wallet/stores-internal": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"@keplr-wallet/unit": "0.12.125"
},
"peerDependencies": {
"mobx": "^6",
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/mobile",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"private": true,
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
14 changes: 7 additions & 7 deletions apps/stores-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/stores-internal",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -14,12 +14,12 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/common": "0.12.125-rc.0",
"@keplr-wallet/cosmos": "0.12.125-rc.0",
"@keplr-wallet/simple-fetch": "0.12.125-rc.0",
"@keplr-wallet/stores": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/unit": "0.12.125-rc.0",
"@keplr-wallet/common": "0.12.125",
"@keplr-wallet/cosmos": "0.12.125",
"@keplr-wallet/simple-fetch": "0.12.125",
"@keplr-wallet/stores": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"@keplr-wallet/unit": "0.12.125",
"joi": "^17.5.0",
"utility-types": "^3.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.125-rc.0",
"version": "0.12.125",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/analytics",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
24 changes: 12 additions & 12 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.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,17 +29,17 @@
"@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@keplr-wallet/chain-validator": "0.12.125-rc.0",
"@keplr-wallet/common": "0.12.125-rc.0",
"@keplr-wallet/cosmos": "0.12.125-rc.0",
"@keplr-wallet/crypto": "0.12.125-rc.0",
"@keplr-wallet/ledger-cosmos": "0.12.125-rc.0",
"@keplr-wallet/popup": "0.12.125-rc.0",
"@keplr-wallet/proto-types": "0.12.125-rc.0",
"@keplr-wallet/router": "0.12.125-rc.0",
"@keplr-wallet/simple-fetch": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/unit": "0.12.125-rc.0",
"@keplr-wallet/chain-validator": "0.12.125",
"@keplr-wallet/common": "0.12.125",
"@keplr-wallet/cosmos": "0.12.125",
"@keplr-wallet/crypto": "0.12.125",
"@keplr-wallet/ledger-cosmos": "0.12.125",
"@keplr-wallet/popup": "0.12.125",
"@keplr-wallet/proto-types": "0.12.125",
"@keplr-wallet/router": "0.12.125",
"@keplr-wallet/simple-fetch": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"@keplr-wallet/unit": "0.12.125",
"@ledgerhq/hw-app-eth": "^6.29.3",
"@ledgerhq/hw-transport": "^6.20.0",
"@ledgerhq/hw-transport-webhid": "^6.20.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/chain-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/chain-validator",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -17,9 +17,9 @@
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@keplr-wallet/cosmos": "0.12.125-rc.0",
"@keplr-wallet/simple-fetch": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/cosmos": "0.12.125",
"@keplr-wallet/simple-fetch": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"joi": "^17.5.0",
"utility-types": "^3.10.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/common",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/crypto": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/crypto": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"buffer": "^6.0.3",
"delay": "^4.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cosmjs-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmjs-test",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"author": "chainapsis",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cosmjs/stargate": "^0.29.3",
"@keplr-wallet/provider-mock": "0.12.125-rc.0",
"@keplr-wallet/provider-mock": "0.12.125",
"secretjs": "^1.6.0"
}
}
14 changes: 7 additions & 7 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.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -17,12 +17,12 @@
},
"dependencies": {
"@ethersproject/address": "^5.6.0",
"@keplr-wallet/common": "0.12.125-rc.0",
"@keplr-wallet/crypto": "0.12.125-rc.0",
"@keplr-wallet/proto-types": "0.12.125-rc.0",
"@keplr-wallet/simple-fetch": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/unit": "0.12.125-rc.0",
"@keplr-wallet/common": "0.12.125",
"@keplr-wallet/crypto": "0.12.125",
"@keplr-wallet/proto-types": "0.12.125",
"@keplr-wallet/simple-fetch": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"@keplr-wallet/unit": "0.12.125",
"bech32": "^1.1.4",
"buffer": "^6.0.3",
"long": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/crypto",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
24 changes: 12 additions & 12 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.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -18,17 +18,17 @@
"dependencies": {
"@ethersproject/address": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@keplr-wallet/background": "0.12.125-rc.0",
"@keplr-wallet/common": "0.12.125-rc.0",
"@keplr-wallet/cosmos": "0.12.125-rc.0",
"@keplr-wallet/crypto": "0.12.125-rc.0",
"@keplr-wallet/proto-types": "0.12.125-rc.0",
"@keplr-wallet/simple-fetch": "0.12.125-rc.0",
"@keplr-wallet/stores": "0.12.125-rc.0",
"@keplr-wallet/stores-etc": "0.12.125-rc.0",
"@keplr-wallet/stores-eth": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/unit": "0.12.125-rc.0",
"@keplr-wallet/background": "0.12.125",
"@keplr-wallet/common": "0.12.125",
"@keplr-wallet/cosmos": "0.12.125",
"@keplr-wallet/crypto": "0.12.125",
"@keplr-wallet/proto-types": "0.12.125",
"@keplr-wallet/simple-fetch": "0.12.125",
"@keplr-wallet/stores": "0.12.125",
"@keplr-wallet/stores-etc": "0.12.125",
"@keplr-wallet/stores-eth": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"@keplr-wallet/unit": "0.12.125",
"buffer": "^6.0.3",
"long": "^4.0.0",
"utility-types": "^3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ledger-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/ledger-cosmos",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/mobx-utils",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/types": "0.12.125-rc.0"
"@keplr-wallet/types": "0.12.125"
},
"peerDependencies": {
"mobx": "^6"
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.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/proto-types",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"author": "chainapsis",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/provider-extension",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"version": "zx ./scripts/lerna-lifecyle-version.mjs"
},
"dependencies": {
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125",
"deepmerge": "^4.2.2",
"long": "^4.0.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/provider-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keplr-wallet/provider-mock",
"version": "0.12.125-rc.0",
"version": "0.12.125",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
Expand All @@ -16,12 +16,12 @@
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@keplr-wallet/cosmos": "0.12.125-rc.0",
"@keplr-wallet/crypto": "0.12.125-rc.0",
"@keplr-wallet/proto-types": "0.12.125-rc.0",
"@keplr-wallet/provider": "0.12.125-rc.0",
"@keplr-wallet/router": "0.12.125-rc.0",
"@keplr-wallet/types": "0.12.125-rc.0",
"@keplr-wallet/cosmos": "0.12.125",
"@keplr-wallet/crypto": "0.12.125",
"@keplr-wallet/proto-types": "0.12.125",
"@keplr-wallet/provider": "0.12.125",
"@keplr-wallet/router": "0.12.125",
"@keplr-wallet/types": "0.12.125",
"buffer": "^6.0.3",
"deepmerge": "^4.2.2",
"long": "^4.0.0"
Expand Down
Loading

0 comments on commit bf54bb2

Please sign in to comment.