Skip to content

Commit 4874028

Browse files
ci(release): publish latest release
1 parent 943b596 commit 4874028

File tree

3 files changed

+12
-36
lines changed

3 files changed

+12
-36
lines changed

RELEASE

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmTvM34jfBYkJ6rpJHD1cCdwKPjegWGhczv5ZWBsZuB4Zz`
3-
- CIDv1: `bafybeics5qzpmtytcpa7xbxkea4ynmoiq2fjqma4ttjyjjg3inpusyjwgu`
2+
- CIDv0: `QmceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd`
3+
- CIDv1: `bafybeigutdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i`
44

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

@@ -10,41 +10,16 @@ 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://bafybeics5qzpmtytcpa7xbxkea4ynmoiq2fjqma4ttjyjjg3inpusyjwgu.ipfs.dweb.link/
14-
- https://bafybeics5qzpmtytcpa7xbxkea4ynmoiq2fjqma4ttjyjjg3inpusyjwgu.ipfs.cf-ipfs.com/
15-
- [ipfs://QmTvM34jfBYkJ6rpJHD1cCdwKPjegWGhczv5ZWBsZuB4Zz/](ipfs://QmTvM34jfBYkJ6rpJHD1cCdwKPjegWGhczv5ZWBsZuB4Zz/)
13+
- https://bafybeigutdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i.ipfs.dweb.link/
14+
- https://bafybeigutdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i.ipfs.cf-ipfs.com/
15+
- [ipfs://QmceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd/](ipfs://QmceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd/)
1616

17-
## 5.20.0 (2024-03-27)
17+
## 5.21.0 (2024-03-28)
1818

1919

2020
### Features
2121

22-
* **web:** add devflagsbox tooltip (#6970) d503b06
23-
* **web:** add p0.5 info analytics tracking (#6984) 3137968
24-
* **web:** add token/search gql queries to token selector (#6861) 0e73fa5
25-
* **web:** allow manual outage chain and version setting (#7027) d75b235
26-
* **web:** Have dropdown menu chevron rotate when opened (#6912) b00132a
27-
* **web:** Link to new foundation version of governance site (#7040) 54d3cb5
28-
* **web:** migrate graphql generation to shared package (#6906) 1d1c5b1
29-
* **web:** redux migration to delete hideAppPromoBanner var. and add readme (#6942) 2690193
30-
* **web:** remove last-modified from wallet modal (#7051) 2ad42f4
31-
* **web:** remove mobile app promo banner (#6917) bd307a4
32-
* **web:** Remove Vanilla Extract from Chain Selector (#6885) 63b5ad7
33-
* **web:** replace useTokenListCurrency and useTokenListToken with GQL versions (#6871) 41b6d0f
34-
* **web:** show loading state in CurrencySearch while any GQL queries are loading (#6896) d2c6475
35-
* **web:** show manual outage banner after gql error (#7029) 498d6d2
36-
* **web:** using shared feature flags implementation (#6941) e877f95
37-
38-
39-
### Bug Fixes
40-
41-
* **web:** add back missing env variable for gql apollo client endpoint (#6981) f33ea82
42-
* **web:** clean feesEnabled feature flag from codebase (#6967) e56e0de
43-
* **web:** dont crash PDP when one of the v2/v3 queries fails (#7010) 6b1dbf1
44-
* **web:** e2e tests (#6999) 7499d74
45-
* **web:** fix platform checks for mweb breaking uniwallet deeplinking (#7078) 0a6ea55
46-
* **web:** fix thegraph gql schema generation (#6986) 430fc9d
47-
* **web:** link to correct limit failure support article (#6958) b8a9c14
48-
* **web:** re-add wallet qr code (#6955) 2e2dd6d
22+
* **web:** fix orderType to backend types (#7093) a4dbcb6
23+
* **web:** fix orderType to backend types (#7093) (#7159) 8bfacb7
4924

5025

VERSION

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

apps/web/src/state/routing/types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,9 @@ export class ClassicTrade extends Trade<Currency, Currency, TradeType> {
276276
}
277277

278278
export enum OffchainOrderType {
279-
DUTCH_AUCTION = 'dutch_auction',
280-
LIMIT_ORDER = 'limit_order',
279+
DUTCH_AUCTION = 'Dutch',
280+
DUTCH_V2_AUCTION = 'Dutch_V2',
281+
LIMIT_ORDER = 'Limit',
281282
}
282283

283284
export class DutchOrderTrade extends IDutchOrderTrade<Currency, Currency, TradeType> {

0 commit comments

Comments
 (0)