Skip to content

Commit 3c660e5

Browse files
ci(release): publish latest release
1 parent 583a130 commit 3c660e5

File tree

3 files changed

+8
-55
lines changed

3 files changed

+8
-55
lines changed

RELEASE

Lines changed: 6 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmVwDGzz52bfNgBMBwALFJ1E6JNecNgizvEqj9o2faTgoB`
3-
- CIDv1: `bafybeidq3rqtrmkzoeos4k5jn6zvrdgajsidyejtrzgrlsalii6bqcifci`
2+
- CIDv0: `QmakBbUKZVD81rBrgPjF2sjxaegGifz5wStiEoGZxH8guA`
3+
- CIDv1: `bafybeifykoddc5p7s6d7qhvp62zxf34duq7qhoovc5bogt2a23cgwsrliu`
44

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

@@ -10,62 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeidq3rqtrmkzoeos4k5jn6zvrdgajsidyejtrzgrlsalii6bqcifci.ipfs.dweb.link/
14-
- [ipfs://QmVwDGzz52bfNgBMBwALFJ1E6JNecNgizvEqj9o2faTgoB/](ipfs://QmVwDGzz52bfNgBMBwALFJ1E6JNecNgizvEqj9o2faTgoB/)
13+
- https://bafybeifykoddc5p7s6d7qhvp62zxf34duq7qhoovc5bogt2a23cgwsrliu.ipfs.dweb.link/
14+
- [ipfs://QmakBbUKZVD81rBrgPjF2sjxaegGifz5wStiEoGZxH8guA/](ipfs://QmakBbUKZVD81rBrgPjF2sjxaegGifz5wStiEoGZxH8guA/)
1515

16-
## 5.113.0 (2025-10-14)
17-
18-
19-
### Features
20-
21-
* **web:** add an auction store with zustand (#24058) 79708f6
22-
* **web:** add bid container + placeholder components (#23999) 1ad50cf
23-
* **web:** add graduationThreshold marker (#24167) 2f49858
24-
* **web:** add max budget to the bid form (#24223) 86d6ae9
25-
* **web:** add multiplatform receive crypto modal (#24126) 5be7eb7
26-
* **web:** add progress bar (#24156) 638015f
27-
* **web:** add promo banner/modal clicked analytics (#24328) 1c3b366
28-
* **web:** add UI for intro modal (#23963) 9512c53
29-
* **web:** persist the hiding of the intro modal (#24031) 83874ac
30-
* **web:** toucan auction header (#23977) 6c08e97
31-
* **web:** update amplitude analytics for svm wallet connection (#24322) e441e41
32-
* **web:** update meldSupportedCurrencyToCurrencyInfo to use not deprecated common bases (#24275) a8dfa89
16+
### 5.113.1 (2025-10-14)
3317

3418

3519
### Bug Fixes
3620

37-
* **web:** add infinite loading for limits (#24280) 5b032bf
38-
* **web:** add v4 support for lp flow for celo (#24201) 9145081
39-
* **web:** avoid displaying two binance wallet options when trust wallet is installed (#24247) 950f64f
40-
* **web:** dedupe visx/responsive (#24114) 1b1d322
41-
* **web:** Default FOR country to device locale on country lookup failure (#24259) 626ec89
42-
* **web:** default to TDP token on buy/sell flows (#24199) dbc660b
43-
* **web:** delete extra EnvelopeHeart (#24229) b469696
44-
* **web:** detect solflare user reject + improve connection error modal (#24325) 396debe
45-
* **web:** enable sourcemaps in staging builds (#24087) fe4e2b6
46-
* **web:** explore table tokens dropdown should not show >1d for solana (#24046) 7d17539
47-
* **web:** fix limit form crash when selecting solana (#24069) eb4ddee
48-
* **web:** fix z-index issue on solana promo modal (#24441) (#24457) 1287d20
49-
* **web:** handle meld native SOL address (#24289) e772533
50-
* **web:** minor nits for solana (#24166) 9440e71
51-
* **web:** pin datadog action for e2e tests (#24136) 078aeb1
52-
* **web:** prevent WSOL TDP pages (#24121) 5a64884
53-
* **web:** re-instate activity parsing for web popups - PORT-454 (#24086) e5531e9
54-
* **web:** replace useNavigate with links [1/n] (#23324) 3a282cd
55-
* **web:** reset account drawer on uniswap wallet connection (#24338) 2dae9a4
56-
* **web:** use chain count for landing page chain count (#24459) 9fb5adb
57-
* **web:** use connected indicator if two diff wallets connected (#24042) e26d6f1
58-
* **web:** use default export lazy import for SolanaPromoModal (#24373) f348b15
59-
* **web:** use proper jup proxy for staging (#24388) ece9de3
60-
61-
62-
### Continuous Integration
63-
64-
* **web:** update sitemaps 0527e1f
65-
66-
67-
### Tests
68-
69-
* **web:** check sitemap generation in CI (#24066) eb163a6
21+
* **web:** add onDisabledPress to web3status (#24505) 6ee07f1
7022

7123

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.113.0
1+
web/5.113.1

apps/web/src/components/Web3Status/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ function Web3StatusInner() {
137137
<Web3StatusGeneric
138138
data-testid={TestID.Web3StatusConnected}
139139
onPress={handleWalletDropdownClick}
140+
onDisabledPress={handleWalletDropdownClick}
140141
loading
141142
ref={ref}
142143
icon={undefined}

0 commit comments

Comments
 (0)