ci(release): publish latest release

parent 44925396
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka` - CIDv0: `QmXuD12tmkqjiuUJcoGU2voXN2gYimddzrqQHjQrKaHKsT`
- CIDv1: `bafybeia5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4` - CIDv1: `bafybeieocbd53xpdug6dkelfrtzn2r5vt4fn3j2vxnb73plzax7vwjsiqy`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). 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. ...@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeia5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4.ipfs.dweb.link/ - https://bafybeieocbd53xpdug6dkelfrtzn2r5vt4fn3j2vxnb73plzax7vwjsiqy.ipfs.dweb.link/
- https://bafybeia5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4.ipfs.cf-ipfs.com/ - https://bafybeieocbd53xpdug6dkelfrtzn2r5vt4fn3j2vxnb73plzax7vwjsiqy.ipfs.cf-ipfs.com/
- [ipfs://QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka/](ipfs://QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka/) - [ipfs://QmXuD12tmkqjiuUJcoGU2voXN2gYimddzrqQHjQrKaHKsT/](ipfs://QmXuD12tmkqjiuUJcoGU2voXN2gYimddzrqQHjQrKaHKsT/)
### 5.62.2 (2024-12-13) ### 5.62.3 (2024-12-14)
### Bug Fixes ### Bug Fixes
* **web:** utilize height in Modal.web.tsx (#14528) b9c98ed * **web:** modal height fix (#14539) 76ce85c
web/5.62.2 web/5.62.3
\ No newline at end of file \ No newline at end of file
...@@ -64,7 +64,7 @@ export function Modal({ ...@@ -64,7 +64,7 @@ export function Modal({
adaptToSheet={isInterface} adaptToSheet={isInterface}
alignment={alignment} alignment={alignment}
backgroundColor={backgroundColor} backgroundColor={backgroundColor}
height={height ?? fullScreen ? '100%' : undefined} height={height ?? (fullScreen ? '100%' : undefined)}
isOpen={isModalOpen} isOpen={isModalOpen}
justifyContent={justifyContent} justifyContent={justifyContent}
m="$none" m="$none"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment