Skip to content

Commit

Permalink
ci(release): publish latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-happy-puppy committed Dec 13, 2024
1 parent ef48bf7 commit 4492539
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.62.1
web/5.62.2
2 changes: 1 addition & 1 deletion packages/uniswap/src/components/modals/Modal.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4492539

Please sign in to comment.