Skip to content

Commit

Permalink
Merge pull request #418 from interlay/tom/lib-1.13.5
Browse files Browse the repository at this point in the history
Release 2.14.0
  • Loading branch information
tomjeatt committed Aug 4, 2022
2 parents a4c5424 + d10cc64 commit 09fe41d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "interbtc-ui",
"version": "2.13.0",
"version": "2.14.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@headlessui/react": "^1.1.1",
"@heroicons/react": "^1.0.3",
"@interlay/interbtc-api": "1.13.4",
"@interlay/interbtc-api": "1.13.5",
"@material-icons/svg": "^1.0.28",
"@polkadot/api": "8.8.2",
"@polkadot/extension-dapp": "0.44.1",
Expand Down
1 change: 0 additions & 1 deletion src/assets/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@
"collateralization": "Collateralization",
"total_collateral_locked_usd": "Total Collateral Locked (USD)",
"total_collateral_token_symbol_locked": "Total {{collateralTokenSymbol}} Locked",
"theft": "Theft detected",
"liquidated": "Liquidated",
"liquidation": "Being liquidated",
"undercollateralized": "Undercollateralized",
Expand Down
3 changes: 0 additions & 3 deletions src/utils/helpers/vaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ const getVaultStatusLabel = (
if (vaultExt.status === VaultStatusExt.Inactive) {
statusLabel = t('dashboard.vault.inactive');
}
if (vaultExt.status === VaultStatusExt.CommittedTheft) {
statusLabel = t('dashboard.vault.theft');
}
if (vaultExt.status === VaultStatusExt.Liquidated) {
statusLabel = t('dashboard.vault.liquidated');
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1807,10 +1807,10 @@
dependencies:
axios "^0.21.1"

"@interlay/[email protected].4":
version "1.13.4"
resolved "https://registry.yarnpkg.com/@interlay/interbtc-api/-/interbtc-api-1.13.4.tgz#07ef536ac1f2981fdb708f24239279ee2cff0872"
integrity sha512-fe6htx0jNuAfHnTwZb1vtbohRU5JPpZTCGSaVfY/oKhURrkFXdKbNSitsPfU1bhbN7GaDU1vXY+tbycv9gs4cA==
"@interlay/[email protected].5":
version "1.13.5"
resolved "https://registry.yarnpkg.com/@interlay/interbtc-api/-/interbtc-api-1.13.5.tgz#98224022ae9fa5317e811e0bffb17076421b7971"
integrity sha512-Wxgs3Pm4tG1n49GbjdqV7TsXg/5AY2j8CMnCeAWdEvVMkivPQtIIlQbG4BWn105rDm1g1PGiC30d7I8FtuwPeQ==
dependencies:
"@interlay/esplora-btc-api" "0.4.0"
"@interlay/interbtc-types" "1.7.0"
Expand Down

2 comments on commit 09fe41d

@vercel
Copy link

@vercel vercel bot commented on 09fe41d Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 09fe41d Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.