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 Jun 25, 2024
1 parent 3e1f7e5 commit 995bbc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 53 deletions.
59 changes: 7 additions & 52 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmXnRSBVHh7UXvgip6FDhq1ub3ChJxv3K8QirGXZ59J39s`
- CIDv1: `bafybeiemkndbltdog6u2zo3ee3j5sp4spncnhktezgt7rd6eixu6ctyp6i`
- CIDv0: `QmZ7TnTwMWzVd9j9TvqoinvdWnR2VscUDN4b6tFhBPBeuJ`
- CIDv1: `bafybeifab6tsjjcjyzk2swunb5fvpseeyf6kkutzq5lbg2c3u3gvrtobhu`

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

Expand All @@ -10,60 +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://bafybeiemkndbltdog6u2zo3ee3j5sp4spncnhktezgt7rd6eixu6ctyp6i.ipfs.dweb.link/
- https://bafybeiemkndbltdog6u2zo3ee3j5sp4spncnhktezgt7rd6eixu6ctyp6i.ipfs.cf-ipfs.com/
- [ipfs://QmXnRSBVHh7UXvgip6FDhq1ub3ChJxv3K8QirGXZ59J39s/](ipfs://QmXnRSBVHh7UXvgip6FDhq1ub3ChJxv3K8QirGXZ59J39s/)
- https://bafybeifab6tsjjcjyzk2swunb5fvpseeyf6kkutzq5lbg2c3u3gvrtobhu.ipfs.dweb.link/
- https://bafybeifab6tsjjcjyzk2swunb5fvpseeyf6kkutzq5lbg2c3u3gvrtobhu.ipfs.cf-ipfs.com/
- [ipfs://QmZ7TnTwMWzVd9j9TvqoinvdWnR2VscUDN4b6tFhBPBeuJ/](ipfs://QmZ7TnTwMWzVd9j9TvqoinvdWnR2VscUDN4b6tFhBPBeuJ/)

## 5.36.0 (2024-06-20)


### Features

* **web:** add basic buy form, feature flag for meld on web (incl. snapshot changes) (#8766) c4e2b9b
* **web:** add fields to LP logging (#9106) bc98569
* **web:** add PredefinedAmounts to Buy form (+tests/snapshots) (#8767) 74c82c6
* **web:** add quoteId to Xv2 rfq POST (#8907) 326636c
* **web:** add ZKsync chain integration and update dependencies (#8935) ad9d4d0
* **web:** add zora tokenlist (#9072) e4d121d
* **web:** adds reanimated to tamagui config and removes strict mode to support it (#9007) c443031
* **web:** enable coinbase mobile wallet link (#8964) f42f0c2
* **web:** Refreshed nav mobile bottom bar (#8645) f04d6fd
* **web:** Refreshed nav search bar (#8644) 7cf3aff
### 5.36.1 (2024-06-25)


### Bug Fixes

* **web:** [multichain] token selector in TDP should use connected chain (#8884) 081bc5c
* **web:** add token to balance map even if denominated value is missing (#9099) ce6ad8b
* **web:** cache bust uniswapx tests (#8896) d97dd58
* **web:** Correctly parse tx type when a Pool token is native currency (#8968) 7ea24fa
* **web:** dont deeplink to moonpay when new FOR aggregator is enabled (#9127) 6f7d66e
* **web:** filter undefined chainId from GQL_MAINNET_CHAINS (#9107) 8e2ce72
* **web:** fix some missing translations (#9120) 53d652e
* **web:** fix tests using waitsForActiveChain (#8893) 78f08a3
* **web:** fix theme tests (#8894) 9c234c5
* **web:** fix translation stats.tvl.description (#8877) b4bf8e4
* **web:** fix wrap tests (#8895) 2c11821
* **web:** language and currency labels in preferences dropdown (#9159) c4c77b2
* **web:** legacy chain selector breakpoint fix (#9023) 00e503e
* **web:** mobile navigation missing for nfts page (#9160) 778bb50
* **web:** move addLiquidity to logger.warn (#9101) d441972
* **web:** multipill toggle fix (#9021) 50d01fe
* **web:** nav hot keys bug (#9097) 5fdac46
* **web:** pass account to send in transferInfo (#8898) daf511d
* **web:** pay button in nft bag (#8892) bca1471
* **web:** Remove Failed Network Connection Popup upon success (#9113) 60aa9ca
* **web:** removing zora from network selector when feature flag is off (#8939) 2d658cf
* **web:** web config #9169 (#9170) a46bf74


### Reverts

* **web:** place hotkeys behind feature flag (#9199) b6c1b96


### Continuous Integration

* **web:** update sitemaps 9ad52a9
* **web:** ignore GQL errors in SearchTokens query (#9492) 968bc7c


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.36.0
web/5.36.1
1 change: 1 addition & 0 deletions apps/web/src/graphql/data/SearchTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export function useSearchTokens(searchQuery: string | undefined, chainId: Suppor
searchQuery: searchQuery ?? '',
},
skip: !searchQuery,
errorPolicy: 'all',
})

const sortedTokens = useMemo(() => {
Expand Down

0 comments on commit 995bbc8

Please sign in to comment.