Skip to content

Commit 051e810

Browse files
ci(release): publish latest release
1 parent ed4fa88 commit 051e810

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

RELEASE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmRWQUuESBFQpRspBXxNzW6qyuE6KtdyCcHmvk3AxdoBtj`
3-
- CIDv1: `bafybeibpcleblyn2rtlfvsxmhi4meneq5rwyjk3rvvq6l3ufkzdthqayga`
2+
- CIDv0: `QmVLk1jqQH3mgTk8H8ZYra8LeP4rrxnCbKojCchonzjLLs`
3+
- CIDv1: `bafybeidia7heliyc25yheizvrrtvwptv5r4xstcgbydoix43t2zb6at25q`
44

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

@@ -10,14 +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://bafybeibpcleblyn2rtlfvsxmhi4meneq5rwyjk3rvvq6l3ufkzdthqayga.ipfs.dweb.link/
14-
- [ipfs://QmRWQUuESBFQpRspBXxNzW6qyuE6KtdyCcHmvk3AxdoBtj/](ipfs://QmRWQUuESBFQpRspBXxNzW6qyuE6KtdyCcHmvk3AxdoBtj/)
13+
- https://bafybeidia7heliyc25yheizvrrtvwptv5r4xstcgbydoix43t2zb6at25q.ipfs.dweb.link/
14+
- [ipfs://QmVLk1jqQH3mgTk8H8ZYra8LeP4rrxnCbKojCchonzjLLs/](ipfs://QmVLk1jqQH3mgTk8H8ZYra8LeP4rrxnCbKojCchonzjLLs/)
1515

16-
### 5.137.1 (2026-03-12)
16+
### 5.137.2 (2026-03-13)
1717

1818

1919
### Bug Fixes
2020

21-
* **web:** hotfix #29588 (#5.136.5) (#29592) ae76a15
21+
* **web:** hotfix #29651 (#5.136.5) (#29664) 417855b
2222

2323

VERSION

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

packages/uniswap/src/features/transactions/swap/review/stores/activePlan/ActivePlanUpdater.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ export function ActivePlanUpdater(): null {
6868
const previousScreen = usePrevious(currentScreen)
6969

7070
const updateActivePlan = useEvent((data: PlanResponse) => {
71-
// Skip updates while the saga is executing — it manages plan state directly and stale poll responses could overwrite its calldata.
72-
if (isSubmitting || isPlanExecutionLocked) {
73-
return
74-
}
75-
7671
const transformedResponse = transformPlanResponse(data)
7772

7873
activePlanStore.setState({

0 commit comments

Comments
 (0)