Skip to content

Commit ecb15fb

Browse files
ci(release): publish latest release
1 parent dbce40b commit ecb15fb

File tree

738 files changed

+40656
-17785
lines changed

Some content is hidden

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

738 files changed

+40656
-17785
lines changed

.depcheckrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
ignores: [
2+
# Dependencies that depcheck thinks are unused but are actually used
3+
"@graphql-codegen/*",
4+
"@commitlint/*",
5+
"i18next",
6+
# Dependencies that depcheck thinks are missing but are actually present or never used
7+
"@yarnpkg/core",
8+
"@yarnpkg/cli",
9+
"clipanion",
10+
"@yarnpkg/fslib",
11+
"bufferutil",
12+
"utf-8-validate",
13+
"@yarnpkg/parsers",
14+
"@yarnpkg/plugin-git",
15+
"semver",
16+
"typanion",
17+
]

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ packages/wallet/src/i18n/locales/*_old.json
4646
# ci
4747
.ci-cache/
4848

49-
5049
# JetBrains
5150
.idea/
51+
52+
# Vercel
53+
.vercel

.lintstagedrc

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

.yarn/patches/@gorhom-bottom-sheet-npm-4.4.7-1316853536.patch

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

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @uniswap/web-admins

RELEASE

Lines changed: 66 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
1-
Here again with a new update to our app! Check out what is new below
1+
IPFS hash of the deployment:
2+
- CIDv0: `QmRUdEZRqLCxxz4VQnPTTVrZVGDXBDX3kog6khivksne6u`
3+
- CIDv1: `bafybeibotyfb47xlr4se7nnegt7oeufmue7ztobxvsjprwib2uga2tq3ki`
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://bafybeibotyfb47xlr4se7nnegt7oeufmue7ztobxvsjprwib2uga2tq3ki.ipfs.dweb.link/
14+
- https://bafybeibotyfb47xlr4se7nnegt7oeufmue7ztobxvsjprwib2uga2tq3ki.ipfs.cf-ipfs.com/
15+
- [ipfs://QmRUdEZRqLCxxz4VQnPTTVrZVGDXBDX3kog6khivksne6u/](ipfs://QmRUdEZRqLCxxz4VQnPTTVrZVGDXBDX3kog6khivksne6u/)
16+
17+
## 5.4.0 (2024-01-17)
18+
19+
20+
### Features
21+
22+
* **web:** [info] add PDP volume chart + use new init pattern for TDP volume chart (#5449) 2235363
23+
* **web:** [info] Add TDP Pools Table (#5500) fdaa398
24+
* **web:** [info] PDP My Positions Table (#5521) 76cd654
25+
* **web:** [info] PDP Transactions Table (#5357) 5763046
26+
* **web:** [info] Pools Explore Table (#5309) 7cc1767
27+
* **web:** [info] use BreadcrumbNav in PDP + separate TDP breadcrumb (#5439) 4a482c8
28+
* **web:** [info] use sigFigs to determine exact in vs out for PDP Tx Table (#5580) 6b52b6a
29+
* **web:** [info/explore] add stacked volume charts (#5322) 8863cb1
30+
* **web:** [info/pdp] PDP stats pool balances polish (#5644) f0c7161
31+
* **web:** [landing-page] add modal to download the mobile app (#5612) 245e3e4
32+
* **web:** [landing-page] add navbar button to get the app (#5611) 47167c2
33+
* **web:** A check if we are using iframes (#5654) 2e3c0a2
34+
* **web:** add detail rows to X detail sheet (#5366) a0aa241
35+
* **web:** add feature flag to toggle new DNS gateway for quickroutes (#5569) 35a406a
36+
* **web:** add initial landing page (#5514) e9c5321
37+
* **web:** Add quote intent to requests (#5465) 12c8a99
38+
* **web:** add title to TDP loading state for web crawlers (#5594) 03a032f
39+
* **web:** Basic form for limits (#5457) e4d241a
40+
* **web:** Limits on mainnet only (#5429) 1437fae
41+
* **web:** more dynamic page titles for SEO (#5572) 94e8bdc
42+
* **web:** move time selector to in-chart container (#5433) 11d9978
43+
* **web:** SEO h1 tags for titles (#5379) b13b883
44+
* **web:** token selector groupings and refactor (#5403) 065fb49
45+
* **web:** tvl charts (#5599) db447ab
46+
* **web:** update volume bar style (#5616) fdc75ec
47+
* **web:** use new DNS gateway for other API endpoints (#5570) 0e3dbb5
48+
* **web:** X order modal UI (#5354) 803de62
49+
50+
51+
### Bug Fixes
52+
53+
* **web:** [info] fix PDP 404 flickering + TDP pools table bugs (#5650) 3fb17b7
54+
* **web:** allow vercel.live domain for CSP scripts to allow Vercel Preview Comments (#5697) 9b16897
55+
* **web:** bug with URL prefilled tokens (#5705) 57dfaa7
56+
* **web:** center confirmation modal icons (#5491) 4761373
57+
* **web:** remove framer motion in a few places to improve performance of new landing page (#5641) 14f427c
58+
* **web:** set recent-connection metadata on user state initialization (#5698) c1b7197
59+
* **web:** show default list tokens when searched (#5494) 7feb22f
60+
* **web:** specify WC metadata (#5634) fec88e8
61+
* **web:** update snapshots for 2024 (#5567) 112673a
62+
63+
64+
### Code Refactoring
65+
66+
* **web:** explore and volume chart structure (#5596) 8f22ebf
267

3-
- Editing Favorite Tokens — We added the ability to drag, drop, and rearrange your favorited tokens. Keep your most important watched tokens close!
468

5-
- Hidden Token Balances — We updated our wallet to not include the value of hidden tokens in the total wallet balance. Toggle specific tokens to be hidden or shown, and your overall wallet balance will reflect the changes immediately. Out of sight, out of mind.

VERSION

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

apps/mobile/.depcheckrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
ignores: [
2+
# Dependencies that depcheck thinks are unused but are actually used
3+
"@uniswap/ethers-rs-mobile",
4+
"babel-loader",
5+
"babel-jest",
6+
"babel-plugin-react-native-web",
7+
"babel-plugin-transform-remove-console",
8+
"cross-fetch",
9+
"expo-localization",
10+
"expo-linking",
11+
"madge",
12+
"postinstall-postinstall",
13+
## React Native Usage
14+
"@amplitude/analytics-react-native",
15+
"@react-native-masked-view/masked-view",
16+
"react-native-image-colors",
17+
# Dependencies that depcheck thinks are missing but are actually present or never used
18+
## Internal packages / workspaces
19+
"src",
20+
"ui",
21+
"tsconfig",
22+
"eslint-config-custom",
23+
## Subpackages of installed packages
24+
"@redux-saga/core",
25+
"@ethersproject/constants",
26+
"@react-navigation/elements",
27+
"metro-config",
28+
]

apps/mobile/.eslintrc.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,4 @@ module.exports = {
1010
ecmaVersion: 2018,
1111
sourceType: 'module',
1212
},
13-
overrides: [
14-
{
15-
files: ['*.ts', '*.tsx', '*.js', '*.jsx'],
16-
rules: {},
17-
},
18-
{
19-
files: ['*.ts', '*.tsx'],
20-
rules: {},
21-
},
22-
{
23-
files: ['*.js', '*.jsx'],
24-
rules: {},
25-
},
26-
],
27-
rules: {},
2813
}

apps/mobile/.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ storybook-static/*
9494
# Private keys
9595
.env.local
9696

97-
# Snyk
98-
.dccache
99-
97+
# Built Items
98+
ios/assets/
10099
./lib/
101100

102101
# Jest

0 commit comments

Comments
 (0)