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 Jul 15, 2024
1 parent d21815f commit 6a249e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 52 deletions.
58 changes: 7 additions & 51 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmSGQkPLXbvRMGegFzdGhSLALt5cd9pZyEaSDUZ1snJHnY`
- CIDv1: `bafybeib2lcrzr7jlhypszmgucmxiavixeikdk5ejknv6s4sovb7nft65je`
- CIDv0: `QmdnXm6P6JYgiiW7hLc8cFmDMQYLE2WuZWAw6JMhxzQTby`
- CIDv1: `bafybeihfqcgfsnr2ocpxfqatxukii6i6vzrv2vjxm7qwnsxemv7sskmudq`

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

Expand All @@ -10,59 +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://bafybeib2lcrzr7jlhypszmgucmxiavixeikdk5ejknv6s4sovb7nft65je.ipfs.dweb.link/
- https://bafybeib2lcrzr7jlhypszmgucmxiavixeikdk5ejknv6s4sovb7nft65je.ipfs.cf-ipfs.com/
- [ipfs://QmSGQkPLXbvRMGegFzdGhSLALt5cd9pZyEaSDUZ1snJHnY/](ipfs://QmSGQkPLXbvRMGegFzdGhSLALt5cd9pZyEaSDUZ1snJHnY/)
- https://bafybeihfqcgfsnr2ocpxfqatxukii6i6vzrv2vjxm7qwnsxemv7sskmudq.ipfs.dweb.link/
- https://bafybeihfqcgfsnr2ocpxfqatxukii6i6vzrv2vjxm7qwnsxemv7sskmudq.ipfs.cf-ipfs.com/
- [ipfs://QmdnXm6P6JYgiiW7hLc8cFmDMQYLE2WuZWAw6JMhxzQTby/](ipfs://QmdnXm6P6JYgiiW7hLc8cFmDMQYLE2WuZWAw6JMhxzQTby/)

## 5.40.0 (2024-07-15)


### Features

* **web:** [ext-gtm] Add analytics events (#10000) 0866b3e
* **web:** [ext-gtm] add custom extension download connector (#9766) f0d477c
* **web:** [ext-gtm] expand/collapse other wallets if uni extension is available (#9752) d1d2ce1
* **web:** [ext-gtm] Extension Promo Modal (#9853) ff0080d
* **web:** [ext-gtm] Hide 'Detected' text for uni connector on xs screens (#9869) 96f1f0d
* **web:** [ext-gtm] update Getting Started modal (#9866) cf4697b
* **web:** [staging] push ext gtm changes to staging (#10140) f096063
* **web:** add address QR code page (#9726) 023442d
* **web:** add initial receive crypto modal (#9565) f4afa73
* **web:** add logging for meld flow (#9943) 411ea91
* **web:** display service provider options (#9566) 9da9ac7
* **web:** dynamic modal that adapts to bottom sheet on small screens (#9552) 5f5900d
* **web:** error state view and connected view to receive crypto modal (#9920) ca0bc7c
* **web:** extension limits (#9855) 9d3a053
* **web:** extension pools view (#9849) 04d76e4
* **web:** fix background image in FOR modal (incl. large SVG file) (#10043) b1f26fe
* **web:** FOR show recently used provider (#9933) 3dc6356
* **web:** loading state for FOR provider rows (#9932) f6f7dea
* **web:** loading state in Buy form for currency conversion (#9985) c0f75e2
* **web:** remove abandoned FOR transactions after 10m (#9929) f28c0e4
### 5.40.1 (2024-07-15)


### Bug Fixes

* **web:** fiat formatting of non-USD in Buy flow (#9944) cb1f6cc
* **web:** memoize useFiatOnRampTransactions (#9901) 044680f
* **web:** mobile modal bottom sheet overlay (#9983) ee4d8bf
* **web:** prevent uniwallet displaying beneath wallet connect modal (#9799) 686d411
* **web:** remove max-width on nav (#10186) 4661a16
* **web:** remove opacity effect on loading provider row for FOR modal (#10046) 75dbd8f
* **web:** Show chart error state if priceHistory is an empty array (#9924) 1e89865
* **web:** show deadline settings (#10153) 7b2046c
* **web:** Update responsive behavior of TDPActionTabs (#9964) 98de10f
* **web:** USD//C token name display (#10008) 4d7fbd4


### Continuous Integration

* **web:** update sitemaps 2bd0a4e


### Code Refactoring

* **web:** AddressDisplay component with optional Copy Helper (#9687) cef2428
* **web:** common GetHelpHeader component (#9669) 3dc95fd
* **web:** [ext-gtm] Remove outline on button on pageload - prod (#10194) 623eeca


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.40.0
web/5.40.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ const ModalWrapper = styled.div`
@media screen and (max-width: ${BREAKPOINTS.sm}px) {
flex-direction: column;
}
* {
outline: none;
}
`

const PromoImage = styled.img`
Expand Down

0 comments on commit 6a249e4

Please sign in to comment.