Skip to content

Commit 3525172

Browse files
committed
chore: 0.76.1 hot fix
1 parent ee215fb commit 3525172

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.76.0",
3+
"version": "0.76.1",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {
@@ -21,11 +21,11 @@
2121
"test-full-regression": "node_modules/mocha/bin/mocha"
2222
},
2323
"dependencies": {
24-
"@liquality/cryptoassets": "1.16.1",
24+
"@liquality/cryptoassets": "1.16.2",
2525
"@liquality/ethereum-utils": "^1.13.12",
2626
"@liquality/terra-networks": "^1.13.12",
2727
"@liquality/types": "^1.13.12",
28-
"@liquality/wallet-core": "1.31.1",
28+
"@liquality/wallet-core": "1.31.2",
2929
"@terra-money/terra.js": "3.1.3",
3030
"@testing-library/vue": "^5.8.2",
3131
"amplitude-js": "8.18.2",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.75.4",
3+
"version": "0.76.1",
44
"name": "Liquality Wallet",
55
"description": "Secure multi-crypto wallet with built-in Atomic Swaps!",
66
"homepage_url": "https://liquality.io",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3759,9 +3759,9 @@ __metadata:
37593759
languageName: node
37603760
linkType: hard
37613761

3762-
"@liquality/cryptoassets@npm:1.16.1":
3763-
version: 1.16.1
3764-
resolution: "@liquality/cryptoassets@npm:1.16.1"
3762+
"@liquality/cryptoassets@npm:1.16.2":
3763+
version: 1.16.2
3764+
resolution: "@liquality/cryptoassets@npm:1.16.2"
37653765
dependencies:
37663766
"@ethersproject/address": 5.7.0
37673767
"@types/bs58": 4.0.1
@@ -3770,7 +3770,7 @@ __metadata:
37703770
bs58: 4.0.1
37713771
ethereumjs-util: 7.1.5
37723772
lodash: 4.17.21
3773-
checksum: ca93290faf7268a77de988c03968119f7347091adb6893225d9b5669a11ba3065eff4009bd1e05685672bc450e38acc9616988725642a7d0ef241e122715d7d6
3773+
checksum: b8b1681f4ccf02cd5d276b94e9f7d1652706d6ae903d525840cb650e831f47c6bbb3560e31f3a6fb12d10fb8e15731d1f846e774620259baf812505ad888c41b
37743774
languageName: node
37753775
linkType: hard
37763776

@@ -3868,9 +3868,9 @@ __metadata:
38683868
languageName: node
38693869
linkType: hard
38703870

3871-
"@liquality/wallet-core@npm:1.31.1":
3872-
version: 1.31.1
3873-
resolution: "@liquality/wallet-core@npm:1.31.1"
3871+
"@liquality/wallet-core@npm:1.31.2":
3872+
version: 1.31.2
3873+
resolution: "@liquality/wallet-core@npm:1.31.2"
38743874
dependencies:
38753875
"@blobfishkate/sovryncontracts": 1.3.27
38763876
"@chainify/bitcoin": 1.2.33
@@ -3893,7 +3893,7 @@ __metadata:
38933893
"@ethersproject/transactions": 5.7.0
38943894
"@hop-protocol/sdk": 0.0.1-beta.314
38953895
"@lifi/sdk": 1.0.2
3896-
"@liquality/cryptoassets": 1.16.1
3896+
"@liquality/cryptoassets": 1.16.2
38973897
"@metamask/eth-sig-util": ^4.0.1
38983898
"@terra-money/terra.js": 3.1.3
38993899
"@thorchain/asgardex-util": ^0.10.0
@@ -3919,7 +3919,7 @@ __metadata:
39193919
urql: ^2.2.0
39203920
vue: ^2.6.11
39213921
vuex: ^3.1.3
3922-
checksum: 83fa502daa0aa2635b1c18986eb0f2a43cad74f91b63d78e54e790ca6b0227b220fb82bf2c07964661b50a9fffee773a938a42f27f8bfb2d0ce97ef167a2a58a
3922+
checksum: fe4803e505cf9a4b033aad1fdc9c87ecd9f96c26db131bc30bf1badafaa77ae38be4993a7e591faf905ce0eed4bdab5679dc7b21deac7a80fbd7f5606eed7838
39233923
languageName: node
39243924
linkType: hard
39253925

@@ -18123,11 +18123,11 @@ __metadata:
1812318123
version: 0.0.0-use.local
1812418124
resolution: "liquality-wallet@workspace:."
1812518125
dependencies:
18126-
"@liquality/cryptoassets": 1.16.1
18126+
"@liquality/cryptoassets": 1.16.2
1812718127
"@liquality/ethereum-utils": ^1.13.12
1812818128
"@liquality/terra-networks": ^1.13.12
1812918129
"@liquality/types": ^1.13.12
18130-
"@liquality/wallet-core": 1.31.1
18130+
"@liquality/wallet-core": 1.31.2
1813118131
"@terra-money/terra.js": 3.1.3
1813218132
"@testing-library/jest-dom": 5.16.2
1813318133
"@testing-library/vue": ^5.8.2

0 commit comments

Comments
 (0)