From 77b4d916381a2976c963de89bc91d591355d76ab Mon Sep 17 00:00:00 2001 From: Uniswap Labs Service Account Date: Tue, 17 Dec 2024 17:45:34 +0000 Subject: [PATCH] ci(release): publish latest release --- RELEASE | 51 +++---------------- VERSION | 2 +- .../src/components/modals/Modal.web.tsx | 2 +- 3 files changed, 9 insertions(+), 46 deletions(-) diff --git a/RELEASE b/RELEASE index f10d2efac9e..47cb990a3db 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ IPFS hash of the deployment: -- CIDv0: `QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv` -- CIDv1: `bafybeialxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu` +- CIDv0: `QmbFgzr9RodJzRaqSY5enQfpZhKsNg5TJjRMpjwkVg2nEK` +- CIDv1: `bafybeif74kosbexaqxwr65grk72zr55nec3ztvt5e4phcwuh64gf3milga` The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). @@ -10,52 +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://bafybeialxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu.ipfs.dweb.link/ -- https://bafybeialxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu.ipfs.cf-ipfs.com/ -- [ipfs://QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv/](ipfs://QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv/) +- https://bafybeif74kosbexaqxwr65grk72zr55nec3ztvt5e4phcwuh64gf3milga.ipfs.dweb.link/ +- https://bafybeif74kosbexaqxwr65grk72zr55nec3ztvt5e4phcwuh64gf3milga.ipfs.cf-ipfs.com/ +- [ipfs://QmbFgzr9RodJzRaqSY5enQfpZhKsNg5TJjRMpjwkVg2nEK/](ipfs://QmbFgzr9RodJzRaqSY5enQfpZhKsNg5TJjRMpjwkVg2nEK/) -## 5.63.0 (2024-12-17) - - -### Features - -* **web:** add indicators for % difference from current price (#14235) 6456766 -* **web:** add more interactivity to range input price chart (#14153) f9c4680 -* **web:** filter v2 unsupported chains from LP creation flow (#14462) 734a4e2 -* **web:** mweb designs for price range input (#14424) 2277e82 -* **web:** pool finder redesign and re-enable on new LP pages (#14451) d55c7ea -* **web:** Revise "unavailable" state for small price charts (#14311) aba0989 +### 5.63.1 (2024-12-17) ### Bug Fixes -* **web:** 12 16 fix web add monad testnet rpc to web env staging (#14564) 588d8bb -* **web:** check window.__DEV__ cypress fix (#14491) a885720 -* **web:** cherry-pick pagination into staging (#14551) 3920adf -* **web:** cleanup unused legacy FOR modal (#14356) 302b4f3 -* **web:** Conversion API updates (#14550) 242f8da -* **web:** downgrade react-native-web to 0.19.10 (#14473) 010b773 -* **web:** enforce privacy opt out choices (#14374) 9760922 -* **web:** fix broken link for providing lps (#14372) 7c06390 -* **web:** fix current price inversion issue (#14445) 3fe1286 -* **web:** fix disabled swap button for previously-dismissed warning tokens (#14559) 4868b63 -* **web:** fix missing mweb swap - staging (#14580) d8f6631 -* **web:** fix v2 lp create networks (#14578) ef585ef -* **web:** hide un-owned positions (#14447) 742e519 -* **web:** hiding migrate to v4 (#14499) 98825bb -* **web:** lp links open in new tabs - staging (#14571) bdc1de5 -* **web:** modal diet - part ii (#14364) 5e22130 -* **web:** prevent crash when sending on bnb chain (#14355) b47fc90 -* **web:** price range input - prevent scrolling below zero (#14316) e4e37b4 -* **web:** staging cherrypicks - tooltip + position page crash (#14581) d94f7f9 -* **web:** surface imported v2 positions (#14405) a3519b4 -* **web:** truncation issue on mad price text positions (#14582) 78038ed -* **web:** update the create flow to get data from the sdk instead of from the backend (#14380) 50ab440 -* **web:** wrap positions in multichain context (#14466) bc07af4 - - -### Continuous Integration - -* **web:** update sitemaps 721fc2d +* **web:** Fix/prod web modal (#14601) 7e6c3f1 diff --git a/VERSION b/VERSION index 732f7aa60d8..412a6f379bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -web/5.63.0 \ No newline at end of file +web/5.63.1 \ 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..bf724f7adbc 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"