From 449253965b6f7a9fe54ecb8a1f01ea8c47526b39 Mon Sep 17 00:00:00 2001 From: Uniswap Labs Service Account Date: Fri, 13 Dec 2024 20:28:25 +0000 Subject: [PATCH] ci(release): publish latest release --- RELEASE | 14 +++++++------- VERSION | 2 +- .../uniswap/src/components/modals/Modal.web.tsx | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/RELEASE b/RELEASE index 0da49b59cb5..82acb2ec32a 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ IPFS hash of the deployment: -- CIDv0: `QmeKVogatGvBPKPZDiUPj87zSqgPLHKmrEHX4DvHBAKus9` -- CIDv1: `bafybeihnn5l2otftw3dumfziisxkaxlk2cxpwgahpicwbqqn3jrywvsnzq` +- CIDv0: `QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka` +- CIDv1: `bafybeia5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4` The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). @@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. Your Uniswap settings are never remembered across different URLs. IPFS gateways: -- https://bafybeihnn5l2otftw3dumfziisxkaxlk2cxpwgahpicwbqqn3jrywvsnzq.ipfs.dweb.link/ -- https://bafybeihnn5l2otftw3dumfziisxkaxlk2cxpwgahpicwbqqn3jrywvsnzq.ipfs.cf-ipfs.com/ -- [ipfs://QmeKVogatGvBPKPZDiUPj87zSqgPLHKmrEHX4DvHBAKus9/](ipfs://QmeKVogatGvBPKPZDiUPj87zSqgPLHKmrEHX4DvHBAKus9/) +- https://bafybeia5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4.ipfs.dweb.link/ +- https://bafybeia5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4.ipfs.cf-ipfs.com/ +- [ipfs://QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka/](ipfs://QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka/) -### 5.62.1 (2024-12-12) +### 5.62.2 (2024-12-13) ### Bug Fixes -* **web:** hides migrate when flag not on (#14496) 8f69fd0 +* **web:** utilize height in Modal.web.tsx (#14528) b9c98ed diff --git a/VERSION b/VERSION index 3ba0d506e2f..9bdd69bcb28 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -web/5.62.1 \ No newline at end of file +web/5.62.2 \ No newline at end of file diff --git a/packages/uniswap/src/components/modals/Modal.web.tsx b/packages/uniswap/src/components/modals/Modal.web.tsx index ba2998040c2..aaae9adc39c 100644 --- a/packages/uniswap/src/components/modals/Modal.web.tsx +++ b/packages/uniswap/src/components/modals/Modal.web.tsx @@ -64,7 +64,7 @@ export function Modal({ adaptToSheet={isInterface} alignment={alignment} backgroundColor={backgroundColor} - height={fullScreen ? '100%' : undefined} + height={height ?? fullScreen ? '100%' : undefined} isOpen={isModalOpen} justifyContent={justifyContent} m="$none"