Skip to content

Commit

Permalink
[RELEASE] Release Tangle dApp v0.0.18 (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham authored Dec 3, 2024
1 parent 063c4f9 commit 7e71586
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
26 changes: 26 additions & 0 deletions apps/tangle-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.0.18 (2024-12-03)


### 🚀 Features

- **tangle-cloud:** Blueprint Marketplace ([#2661](https://github.com/tangle-network/dapp/pull/2661))

- **tangle-dapp:** Create LS `Unbonding` tab ([#2646](https://github.com/tangle-network/dapp/pull/2646))

- **tangle-dapp:** Setup Tests, Fix Infinite Render on Restaking ([#2674](https://github.com/tangle-network/dapp/pull/2674))

- **tangle-dapp:** Show LST icons from pool metadata, if set ([#2653](https://github.com/tangle-network/dapp/pull/2653))


### 🩹 Fixes

- **tangle-dapp:** Fix network switch glitch in Liquid Staking page ([#2671](https://github.com/tangle-network/dapp/pull/2671))

- **tangle-dapp:** Enhance Animation and Add Loading Pages ([#2676](https://github.com/tangle-network/dapp/pull/2676))


### ❤️ Thank You

- Trung-Tin Pham @AtelyPham
- Yurixander @yurixander

## 0.0.17 (2024-11-13)


Expand Down
7 changes: 5 additions & 2 deletions apps/tangle-dapp/app/restake/overview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function RestakePage() {
<Card
variant={CardVariant.GLASS}
className={twMerge(
'justify-between min-h-60',
'justify-between min-h-60 flex-1',
'[background:linear-gradient(79deg,_#b6b8dd_8.85%,_#d9ddf2_55.91%,_#dbbdcd_127.36%),_#fff]',
'dark:[background:linear-gradient(79deg,_rgba(30,_32,_65,_0.8)_8.85%,_rgba(38,_52,_116,_0.8)_55.91%,_rgba(113,_61,_89,_0.8)_127.36%)]',
)}
Expand All @@ -66,7 +66,10 @@ export default function RestakePage() {

<Card
variant={CardVariant.GLASS}
className={twMerge('min-h-60', 'md:max-w-[442px] justify-between')}
className={twMerge(
'min-h-60 flex-1',
'md:max-w-[442px] justify-between',
)}
>
<div>
<Typography
Expand Down
2 changes: 1 addition & 1 deletion apps/tangle-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webb-tools/tangle-dapp",
"version": "0.0.17",
"version": "0.0.18",
"license": "Apache-2.0",
"type": "commonjs"
}

0 comments on commit 7e71586

Please sign in to comment.