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 20, 2024
1 parent 576401c commit 559fafe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 39 deletions.
44 changes: 7 additions & 37 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `Qmdg6ij4etmGwSPx9hQ8HLTKjxPFjRSK9R5pN8GhkrVZ4x`
- CIDv1: `bafybeihd3k76qlvihfnaz3kgznkhzzr56vstcuzlpum67p6yudbbwnoagu`
- CIDv0: `QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH`
- CIDv1: `bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa`

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

Expand All @@ -10,45 +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://bafybeihd3k76qlvihfnaz3kgznkhzzr56vstcuzlpum67p6yudbbwnoagu.ipfs.dweb.link/
- https://bafybeihd3k76qlvihfnaz3kgznkhzzr56vstcuzlpum67p6yudbbwnoagu.ipfs.cf-ipfs.com/
- [ipfs://Qmdg6ij4etmGwSPx9hQ8HLTKjxPFjRSK9R5pN8GhkrVZ4x/](ipfs://Qmdg6ij4etmGwSPx9hQ8HLTKjxPFjRSK9R5pN8GhkrVZ4x/)
- https://bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa.ipfs.dweb.link/
- https://bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa.ipfs.cf-ipfs.com/
- [ipfs://QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH/](ipfs://QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH/)

## 5.47.0 (2024-09-19)


### Features

* **web:** add a sample position (#11732) 5f549b5
* **web:** add shared swap flow to interface (#11767) 4600e7c
* **web:** add the add liquidity modal and refactor modals to accept an initial state (#11721) 86bcbff
* **web:** correctly utilize token balances provider (#11440) 596ec67
* **web:** Fake Inf Scroll on Top Tokens and Pools table (#11830) 6452fae
* **web:** Fix Tamagui crash on explore (#11838) c4d8def
* **web:** memoize most of explore (#11745) e04492c
* **web:** replace PillMultiToggle with Spore SegmentedControl (incl. snapshot changes) (#11361) 8b25df9
* **web:** use cursor position instead of index for volume bar hover state (#11633) ec5818c
* **web:** v4 pool flow progress indicator (#11793) de3e082
### 5.47.1 (2024-09-20)


### Bug Fixes

* **web:** Add unsupported style to Explore Table network options (#11698) 9a2f08b
* **web:** avoid redirecting to / on Sign In Here (#11696) 0d0dce3
* **web:** filter search sugesstions if token chain is undefined (#11582) da16520
* **web:** migrate missing default userSettings fields (#11768) b2ea34a
* **web:** nav dropdown height overflow and scroll (#12004) f46006f
* **web:** prevent crash from new Base fee tiers [staging hotfix] (#11948) 4d44d04
* **web:** reduce bundle size to 8/15/2024 levels (#11871) aafd834
* **web:** remove frontend global search sorting/filtering logic [main] (#11832) dc095c9
* **web:** remove vote pages (#11686) 2d10cc2
* **web:** update cta on web mobile to open the app (#11603) daa2589
* **web:** use onchain instead of swapping (#11778) 1b95a00
* **web:** use overflow auto instead of scroll (#12009) f3d6323


### Continuous Integration

* **web:** update sitemaps f3f3f11
* **web:** Fix sign in translation string - prod (#12091) 23a0d02


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.47.0
web/5.47.1
2 changes: 1 addition & 1 deletion packages/uniswap/src/i18n/locales/source/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@
"v3.blast.yield.usdbAndWeth": "On Blast, USDB and WETH are rebasing tokens that automatically earn yield. Due to incompatibility with Uniswap v3, LP positions with USDB or WETH won’t earn rebasing yield, but will in Uniswap v2.",
"v3.continue": "Continue on v3",
"v3.rebase.unavailable": "Rebasing is unavailable on v3",
"wallet.appSignIn": "",
"wallet.appSignIn": "Sign in with the app",
"wallet.connectingAgreement": "By connecting a wallet, you agree to Uniswap Labs’ <termsLink>Terms of Service</termsLink> and consent to its <privacyLink>Privacy Policy</privacyLink>.",
"wallet.connectionFailed.message": "The connection attempt failed. Please click try again and follow the steps to connect in your wallet.",
"wallet.other": "Other wallets",
Expand Down

0 comments on commit 559fafe

Please sign in to comment.