Skip to content

Commit 9f6becd

Browse files
ci(release): publish latest release
1 parent 9e2bcfb commit 9f6becd

File tree

3 files changed

+7
-65
lines changed

3 files changed

+7
-65
lines changed

RELEASE

Lines changed: 6 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmWkKS6r4PsaUCmRLuK4UYLJTzoMUmchG4Hg2aV8FjBisd`
3-
- CIDv1: `bafybeid45wr3ffrhjew54zla2scgbqwqxaeusfpt3wcooypuvrlpul5x5q`
2+
- CIDv0: `QmQSZ5B5asTKTcrUQjXaSjqoK987tHnMxzkcR4tc8kPVym`
3+
- CIDv1: `bafybeia7hj6dmquaef5l5rwth7kj22ffyflqo7v6h57rn5yrpk3bjxm6rq`
44

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

@@ -10,63 +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://bafybeid45wr3ffrhjew54zla2scgbqwqxaeusfpt3wcooypuvrlpul5x5q.ipfs.dweb.link/
14-
- [ipfs://QmWkKS6r4PsaUCmRLuK4UYLJTzoMUmchG4Hg2aV8FjBisd/](ipfs://QmWkKS6r4PsaUCmRLuK4UYLJTzoMUmchG4Hg2aV8FjBisd/)
13+
- https://bafybeia7hj6dmquaef5l5rwth7kj22ffyflqo7v6h57rn5yrpk3bjxm6rq.ipfs.dweb.link/
14+
- [ipfs://QmQSZ5B5asTKTcrUQjXaSjqoK987tHnMxzkcR4tc8kPVym/](ipfs://QmQSZ5B5asTKTcrUQjXaSjqoK987tHnMxzkcR4tc8kPVym/)
1515

16-
## 5.120.0 (2025-11-26)
17-
18-
19-
### Features
20-
21-
* **web:** add analytics events for disconnected state (#25498) a376650
22-
* **web:** add analytics events to tokens tab (#25502) 5ff49d5
23-
* **web:** add analytics for activity & overview tabs (#25541) cb35643
24-
* **web:** add disconnected state to wrapped experience (#25448) 3dcd73b
25-
* **web:** add explore page table (#25536) 304e07f
26-
* **web:** add iframe Uniswap Wrapped page (#25124) a1029d6
27-
* **web:** add nav portfolio analytics (#25501) 53e7940
28-
* **web:** add section tracing for portfolio tabs (#25499) b0ef491
29-
* **web:** Add step count to review progress (#25513) 68c39ba
30-
* **web:** add uniswap wrapped banner (#25313) adfb85d
31-
* **web:** add wrapped nav entrypoint (#25324) 2bcae33
32-
* **web:** nfts tab analytics (#25503) 5b3bedf
33-
* **web:** override staging entry gateway BE url (#25504) a50af7e
34-
* **web:** track overview action tile events (#25500) 55a0952
35-
* **web:** Update the swap review UI (#25530) 01092e0
16+
### 5.120.1 (2025-12-01)
3617

3718

3819
### Bug Fixes
3920

40-
* **web:** add max-height for tokens table and disable vertical scroll sync (#25577) 3ffa333
41-
* **web:** add new backend corn-staging url to staging CSP (#25523) 7bd3f4f
42-
* **web:** add x-request-source to all notifications requests (#25678) 1be77db
43-
* **web:** correctly detect build mode in CSP plugin (#25527) cd80872
44-
* **web:** Don't show loading state of Swap on landing page (#25514) b5da191
45-
* **web:** Fix step complete icon (#25654) 0129711
46-
* **web:** Fix type of ToucanChartSeries (#25181) 759ee46
47-
* **web:** handle solana only wallet connection for Portfolio (#25831) dd822ed
48-
* **web:** improve infinite scroll loading skeleton on activity table (#25563) 02d1ddd
49-
* **web:** improve responsive stats tiles (#25561) 9637d17
50-
* **web:** iterate on view more button on new mini portfolio (#25562) 5a827b5
51-
* **web:** notification service - staging fixes (#25549) 05b1b09
52-
* **web:** portfolio balance chart match/mismatch logic (#25675) 71707d2
53-
* **web:** Scroll token list, when user hides hidden tokens (#25442) b832367
54-
* **web:** show txns hash on activity table for all swaps until protocol data improves (#25645) e34278d
55-
56-
57-
### Continuous Integration
58-
59-
* **web:** update sitemaps 77dced6
60-
61-
62-
### Styles
63-
64-
* **web:** improve empty state on activity tabe (#25560) ce9fef7
65-
* **web:** table v2 hover color (#25564) ecb43c3
66-
67-
68-
### Code Refactoring
69-
70-
* **web:** Refactor and prepare swap review for CA (#25512) 44f2353
21+
* **web:** disable tamagui compiler in production temporarily (#25933) 603c56f
7122

7223

VERSION

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

apps/web/vite.config.mts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { cloudflare } from '@cloudflare/vite-plugin'
2-
import { tamaguiPlugin } from '@tamagui/vite-plugin'
32
import react from '@vitejs/plugin-react'
43
import reactOxc from '@vitejs/plugin-react-oxc'
54
import { execSync } from 'child_process'
@@ -185,14 +184,6 @@ export default defineConfig(({ mode }) => {
185184
},
186185
portWarningPlugin(isProduction),
187186
reactPlugin(),
188-
isProduction
189-
? tamaguiPlugin({
190-
config: '../../packages/ui/src/tamagui.config.ts',
191-
components: ['ui', 'uniswap', 'utilities'],
192-
optimize: true,
193-
importsWhitelist: ['constants.js'],
194-
})
195-
: undefined,
196187
tsconfigPaths({
197188
// ignores tsconfig files in Nx generator template directories
198189
skip: (dir) => dir.includes('files'),

0 commit comments

Comments
 (0)