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 Feb 28, 2024
1 parent 06e937d commit b200a6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
23 changes: 7 additions & 16 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ`
- CIDv1: `bafybeiatpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m`
- CIDv0: `QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q`
- CIDv1: `bafybeigrb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4`

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

Expand All @@ -10,24 +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://bafybeiatpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m.ipfs.dweb.link/
- https://bafybeiatpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m.ipfs.cf-ipfs.com/
- [ipfs://QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ/](ipfs://QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ/)
- https://bafybeigrb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4.ipfs.dweb.link/
- https://bafybeigrb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4.ipfs.cf-ipfs.com/
- [ipfs://QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q/](ipfs://QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q/)

## 5.16.0 (2024-02-28)


### Features

* **web:** [info] enable by default (#6623) 0573173
* **web:** swap smarter banner (#6579) c715d1f
### 5.16.1 (2024-02-28)


### Bug Fixes

* **web:** [info] remove markets from pool token (#6613) 4fdad80
* **web:** fix analytics for swap tab clicked and page name (#6600) f018e73
* **web:** fix math for calculating prices for small decimals (#6612) 59900ff
* **web:** Landing page style fixes at small heights (#6603) 0975cfa
* **web:** use correct all-time swappers (#6637) 672ef4e


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.16.0
web/5.16.1
2 changes: 1 addition & 1 deletion apps/web/src/pages/Landing/sections/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function Cards({ inView }: { inView: boolean }) {
<RightTop>
<StatCard
title={t`All time swappers`}
value={formatNumber({ input: 9 * 10 ** 7, type: NumberType.NFTToken })}
value={formatNumber({ input: 14.9 * 10 ** 6, type: NumberType.TokenQuantityStats })}
delay={0.2}
inView={inView}
/>
Expand Down

0 comments on commit b200a6b

Please sign in to comment.