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 Aug 30, 2024
1 parent bc43cae commit 3d23c2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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: `QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1`
- CIDv1: `bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a`
- CIDv0: `QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR`
- CIDv1: `bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q`

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://bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a.ipfs.dweb.link/
- https://bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a.ipfs.cf-ipfs.com/
- [ipfs://QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1/](ipfs://QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1/)
- https://bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q.ipfs.dweb.link/
- https://bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q.ipfs.cf-ipfs.com/
- [ipfs://QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR/](ipfs://QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR/)

### 5.44.2 (2024-08-29)
### 5.44.3 (2024-08-30)


### Bug Fixes

* **web:** use input and output currency info for derived swap info - … (#11399) 758f343
* **web:** add link to vote - prod (#11424) 6c154d5


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.44.2
web/5.44.3
1 change: 1 addition & 0 deletions apps/web/src/components/NavBar/CompanyMenu/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const useMenuContent = (): MenuSection[] => {
{
title: t('common.protocol'),
items: [
{ label: t('common.vote'), href: 'https://vote.uniswapfoundation.org' },
{ label: t('common.governance'), href: 'https://uniswap.org/governance' },
{ label: t('common.developers'), href: 'https://uniswap.org/developers' },
],
Expand Down
1 change: 1 addition & 0 deletions packages/uniswap/src/i18n/locales/source/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@
"common.viewOnExplorer": "View on Explorer",
"common.viewTransactionExplorer.link": "View transaction on Explorer",
"common.volume": "Volume",
"common.vote": "Vote",
"common.vote.cancelled": "Vote cancelled",
"common.vote.failed": "Vote failed",
"common.voted": "Voted",
Expand Down

0 comments on commit 3d23c2e

Please sign in to comment.