Skip to content

Commit 3802e34

Browse files
ci(release): publish latest release
1 parent 56cb094 commit 3802e34

File tree

569 files changed

+20531
-25390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

569 files changed

+20531
-25390
lines changed

.env.defaults

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ STATSIG_PROXY_URL_OVERRIDE=
3535
TRADING_API_URL_OVERRIDE=
3636
UNITAGS_API_URL_OVERRIDE=
3737
GH_TOKEN_RN_CLI=
38-
JUPITER_PROXY_URL=

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ coverage
1010

1111
# utility script output
1212
scripts/dist
13-
tools/uniswap-nx/dist
1413

1514
# next.js
1615
.next/
@@ -81,4 +80,4 @@ CLAUDE.local.md
8180
.nx/cache
8281
.nx/workspace-data
8382
.cursor/rules/nx-rules.mdc
84-
.github/instructions/nx.instructions.md
83+
.github/instructions/nx.instructions.md

.mcp.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.nxignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ apps/extension/build
1111
packages/*/dist
1212
packages/*/types
1313

14-
# Ignore Generator Templates
15-
tools/**/generators/**/files
16-
1714
# Ignore test coverage
1815
coverage
1916
.nyc_output
@@ -37,4 +34,4 @@ node_modules
3734

3835
# Ignore documentation
3936
docs
40-
*.md
37+
*.md

AGENTS.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ bun mobile e2e # Mobile E2E tests
5454
```bash
5555
bun g:lint:fix # Fix linting issues
5656
bun g:typecheck # Type check all packages
57-
bun g:format # Fix formatting
57+
bun g:format:fix # Fix formatting
58+
bun g:fix # Run both lint and format fix
5859
bun i18n:extract # Extract localized strings (run after changing translations)
5960
```
6061

@@ -143,19 +144,3 @@ Core shared packages:
143144
## Other Considerations
144145

145146
Be cognizant of the app or package within which a given change is being made. Be sure to reference that app or package's respective `AGENTS.md` file and other local configuration files, including (but not limited to): `package.json`, `tsconfig.json`, etc.
146-
147-
148-
<!-- nx configuration start-->
149-
<!-- Leave the start & end comments to automatically receive updates. -->
150-
151-
# General Guidelines for working with Nx
152-
153-
- When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through `nx` (i.e. `nx run`, `nx run-many`, `nx affected`) instead of using the underlying tooling directly
154-
- You have access to the Nx MCP server and its tools, use them to help the user
155-
- When answering questions about the repository, use the `nx_workspace` tool first to gain an understanding of the workspace architecture where applicable.
156-
- When working in individual projects, use the `nx_project_details` mcp tool to analyze and understand the specific project structure and dependencies
157-
- For questions around nx configuration, best practices or if you're unsure, use the `nx_docs` tool to get relevant, up-to-date docs. Always use this instead of assuming things about nx configuration
158-
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
159-
160-
161-
<!-- nx configuration end-->

CLAUDE.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ bun mobile e2e # Mobile E2E tests
5252
### Code Quality
5353

5454
```bash
55-
bun g:lint:fix # Fix linting issues for both eslint and biome, slow
55+
bun g:lint:fix # Fix linting issues
5656
bun g:typecheck # Type check all packages
57-
bun g:format # Fix formatting using Biome, quick
57+
bun g:format:fix # Fix formatting
58+
bun g:fix # Run both lint and format fix
5859
bun i18n:extract # Extract localized strings (run after changing translations)
5960
```
6061

@@ -143,19 +144,3 @@ Core shared packages:
143144
## Other Considerations
144145

145146
Be cognizant of the app or package within which a given change is being made. Be sure to reference that app or package's respective `CLAUDE.md` file and other local configuration files, including (but not limited to): `package.json`, `tsconfig.json`, etc.
146-
147-
148-
<!-- nx configuration start-->
149-
<!-- Leave the start & end comments to automatically receive updates. -->
150-
151-
# General Guidelines for working with Nx
152-
153-
- When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through `nx` (i.e. `nx run`, `nx run-many`, `nx affected`) instead of using the underlying tooling directly
154-
- You have access to the Nx MCP server and its tools, use them to help the user
155-
- When answering questions about the repository, use the `nx_workspace` tool first to gain an understanding of the workspace architecture where applicable.
156-
- When working in individual projects, use the `nx_project_details` mcp tool to analyze and understand the specific project structure and dependencies
157-
- For questions around nx configuration, best practices or if you're unsure, use the `nx_docs` tool to get relevant, up-to-date docs. Always use this instead of assuming things about nx configuration
158-
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
159-
160-
161-
<!-- nx configuration end-->

CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

RELEASE

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1 @@
1-
IPFS hash of the deployment:
2-
- CIDv0: `QmVE46wKdk3GcLtSj9pCCUkiGgcRZXxYQFhDQ2BGQbe2u9`
3-
- CIDv1: `bafybeidgkey27lba5fowzryfm3u5mi2bvo6g2bdykdsxzbeuydqrd7x37q`
4-
5-
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6-
7-
You can also access the Uniswap Interface from an IPFS gateway.
8-
**BEWARE**: The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported.
9-
**You should always use an IPFS gateway that enforces origin separation**, or our hosted deployment of the latest release at [app.uniswap.org](https://app.uniswap.org).
10-
Your Uniswap settings are never remembered across different URLs.
11-
12-
IPFS gateways:
13-
- https://bafybeidgkey27lba5fowzryfm3u5mi2bvo6g2bdykdsxzbeuydqrd7x37q.ipfs.dweb.link/
14-
- [ipfs://QmVE46wKdk3GcLtSj9pCCUkiGgcRZXxYQFhDQ2BGQbe2u9/](ipfs://QmVE46wKdk3GcLtSj9pCCUkiGgcRZXxYQFhDQ2BGQbe2u9/)
15-
16-
## 5.114.0 (2025-10-22)
17-
18-
19-
### Features
20-
21-
* **web:** add preview:staging command (#24389) 387c793
22-
* **web:** bid distribution header (#24100) 95fdd41
23-
* **web:** make the dot pulse + the timer update for liveness (#24225) ef5a47e
24-
* **web:** upload sourcemaps to datadog (#24145) 5ed1aa5
25-
26-
27-
### Bug Fixes
28-
29-
* **web:** AccountDrawer playwright tests (#23146) 6c91ac9
30-
* **web:** add onDisabledPress to web3status (#24506) 6ef7f1f
31-
* **web:** Allow TAPI override in csp file for new headers (#24572) fcba2a2
32-
* **web:** enable cloudflare plugin in local dev (#24192) 15ae76d
33-
* **web:** Fix AuthenticatedHeader e2e test (#24467) ac706b1
34-
* **web:** fix bundle size and cloudflare plugin issue re: sourcemaps (#24516) 9a3cf23
35-
* **web:** Fix Buy form e2e tests (#24490) 0e9932c
36-
* **web:** Fix Explore e2e test (#24488) 4e482e2
37-
* **web:** Fix flakiness with Navbar e2e test (#24470) 492052b
38-
* **web:** fix Footer link not changing color on theme change (#24371) bf7ffe8
39-
* **web:** Fix MigrateV3 e2e test (#24469) dc67c53
40-
* **web:** fix pool mini card menu zindex - PORT-458 (#24202) 4492cae
41-
* **web:** Fix TokenDetails e2e tests by mocking token data (#24468) 677456e
42-
* **web:** Fix WalletConnection e2e tests (#24489) 54c6557
43-
* **web:** fix z-index issue on solana promo modal (#24441) 2686a68
44-
* **web:** kill wrong platform popup (#24609) f2a6d74
45-
* **web:** omit SVM chainId from check_delegation (#24511) d3856c5
46-
* **web:** solana copy change (#24613) be3c8ea
47-
* **web:** Split Redirects.e2e.test into anvil and non-anvil tests (#24471) fd2ff12
48-
* **web:** update Legal & Privacy Modal to use dynamic theme colors (#24382) 0824bff
49-
* **web:** update the create flow to display the latest dependnet amount (#24684) 1fee1bc
50-
* **web:** use chain count for landing page chain count (#24450) 3eab76b
51-
* **web:** use jupiter fee copy (#24480) 440536d
52-
* **web:** use proper jup proxy for staging (#24386) a5b787d
53-
* **web:** x-uniroute-enabled on /quote requests only (#24510) 1a86495
54-
55-
56-
### Continuous Integration
57-
58-
* **web:** update sitemaps b1bda7e
59-
60-
61-
### Tests
62-
63-
* **web:** Set playwright TAPI override (#24582) 970fd15
64-
65-
1+
Various bug fixes and performance improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.114.0
1+
mobile/1.60.1

apps/extension/.depcheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ignores: [
1212
'src',
1313
'e2e',
1414
'tsconfig',
15-
'config',
15+
'@uniswap/biome-config',
1616
# Webpack plugins
1717
'@svgr/webpack',
1818
'tamagui-loader',

0 commit comments

Comments
 (0)