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 Sep 4, 2024
1 parent 4ce623a commit 6f9d013
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 59 deletions.
62 changes: 7 additions & 55 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmWGmmxMXRoU7TLNMzuoS2q2NdvqXPNRAohP4T3SnUrif1`
- CIDv1: `bafybeidv34uycjmpmnvpdu2oouq7r3saf2o34davruawyxtavesx3kpeda`
- CIDv0: `QmPJsdrofYQ6SUV8zDEMh75V6DNdCX7DYH7jVEenjuPJEN`
- CIDv1: `bafybeiaom4sehmbhmxryop6mzvfhw7j5fgmv47kmju43hjcyi6rfr2tqdm`

The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).

Expand All @@ -10,63 +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://bafybeidv34uycjmpmnvpdu2oouq7r3saf2o34davruawyxtavesx3kpeda.ipfs.dweb.link/
- https://bafybeidv34uycjmpmnvpdu2oouq7r3saf2o34davruawyxtavesx3kpeda.ipfs.cf-ipfs.com/
- [ipfs://QmWGmmxMXRoU7TLNMzuoS2q2NdvqXPNRAohP4T3SnUrif1/](ipfs://QmWGmmxMXRoU7TLNMzuoS2q2NdvqXPNRAohP4T3SnUrif1/)
- https://bafybeiaom4sehmbhmxryop6mzvfhw7j5fgmv47kmju43hjcyi6rfr2tqdm.ipfs.dweb.link/
- https://bafybeiaom4sehmbhmxryop6mzvfhw7j5fgmv47kmju43hjcyi6rfr2tqdm.ipfs.cf-ipfs.com/
- [ipfs://QmPJsdrofYQ6SUV8zDEMh75V6DNdCX7DYH7jVEenjuPJEN/](ipfs://QmPJsdrofYQ6SUV8zDEMh75V6DNdCX7DYH7jVEenjuPJEN/)

## 5.45.0 (2024-09-04)


### Features

* **web:** [multi-explore] add analytics event for explore page chain switch (#11380) d53777d
* **web:** [multi-explore] hide txs tab in aggregated view (#11363) a700d9f
* **web:** [multi-explore] multichain top tokens table (#10659) dcc8035
* **web:** [multi-explore] Rounded volume bars (#11416) 1d998ba
* **web:** [multi-explore] Support multichain REST data query (#10658) e09c6a6
* **web:** [multichain_explore] hide network selector on explore pages (#11345) 6cabe23
* **web:** [multichain_explore] update protocol legend styles (#11185) b419ff3
* **web:** [multichain_explore] update tvl chart styles (#11088) 5dda845
* **web:** [multichain_explore] update volume chart styles (#11225) e30658f
* **web:** [rest] Add context layer to Explore page (#10477) edf40fb
* **web:** [rest] use rest data for Explore TVL Chart (#10645) 86e1725
* **web:** [rest] use rest data for Explore Volume Chart (#10646) 2c56637
* **web:** [rest] use rest data for Top Pools Table (#10621) fd3c7b4
* **web:** [rest] use rest data for Top Tokens Sparkline graphs (#11120) fa6bc46
* **web:** [rest] use rest data for Top Tokens Table (#10587) 9beb701
* **web:** add account CTA experiments (#11358) 0f6e6b0
* **web:** BE zkSync Support (#11406) fcfaed9
* **web:** hide spam nfts if toggled (#9772) 56f0482
* **web:** tamaguify TDP (incl. snapshots) (#11119) f1f2552
* **web:** update account CTA buttons (#11359) 69ddd39
* **web:** update ctas on mobile for downloading the app (#11319) ed9d949
* **web:** update GetStarted modal (#11360) 1ec11c6
* **web:** upgrade exploreClient and split exploreStats query (#11386) 750ec18
* **web:** utilize universe's isBlocked (#11400) 058e49b
* **web:** web using standardized search results (#10907) 9515b7e
### 5.45.1 (2024-09-04)


### Bug Fixes

* **web:** add back unfilled alerttriangle when user is connected to unsupported chain (#11451) c9e6509
* **web:** add link to vote (#11423) cabd3f2
* **web:** fix e2e tests (#11244) f4a487a
* **web:** fix missing charts on PDP (#11508) bfa97eb
* **web:** fix switchChain for single-chain wallets (#11339) 3a3148e
* **web:** fix text not ellipsing on explore token table cell (#11448) 91394ef
* **web:** hide scroll for more -staging (#11510) 5bead57
* **web:** realign explore charts (#11420) a6a7995
* **web:** show share menu over chart (#11514) db47942
* **web:** use account.address and update Mobile app promo banner font weight (#11450) eb94c66
* **web:** use input and output currency info for derived swap info (#11398) f251b6b
* **web:** use input and output currency info for parsed amounts (trade) (#11391) 6d9efb6
* **web:** Use neutralContrast for Add Liq and Preview buttons (#11314) a35ff6f
* **web:** use row variant for Flex (#11145) db98ecc
* **web:** Volume Explore chart TimeSelector colors (#11320) 436beb2


### Continuous Integration

* **web:** update sitemaps 911076c
* **web:** Show all tabs when multichain_explore is disabled - prod (#11534) d9ec7de


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.45.0
web/5.45.1
6 changes: 3 additions & 3 deletions apps/web/src/pages/Explore/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ const Explore = ({ initialTab }: { initialTab?: ExploreTab }) => {
data-testid="explore-navbar"
>
{Pages.map(({ title, loggingElementName, key }, index) => {
// hide Transactions tab if no chain is selected
return isMultichainExploreEnabled && (key !== ExploreTab.Transactions || !!chain) ? (
// hide Transactions tab if no chain is selected and multichain explore is enabled
return key === ExploreTab.Transactions && isMultichainExploreEnabled && !chain ? null : (
<Trace
logPress
eventOnTrigger={SharedEventName.NAVBAR_CLICKED}
Expand Down Expand Up @@ -180,7 +180,7 @@ const Explore = ({ initialTab }: { initialTab?: ExploreTab }) => {
</Text>
</StyledInternalLink>
</Trace>
) : null
)
})}
</Flex>
<Flex row gap="$spacing8" height="$spacing40" justifyContent="flex-start">
Expand Down

0 comments on commit 6f9d013

Please sign in to comment.