Skip to content

Commit

Permalink
ci(release): publish latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-happy-puppy committed Dec 17, 2024
1 parent b7dae66 commit f11f108
Show file tree
Hide file tree
Showing 280 changed files with 9,492 additions and 5,278 deletions.
23 changes: 0 additions & 23 deletions .yarn/patches/@wagmi-core-npm-2.6.16-1baef7c190.patch

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions .yarn/patches/@web3-react-gnosis-safe-npm-8.2.4-a7e2850335.patch

This file was deleted.

13 changes: 0 additions & 13 deletions .yarn/patches/@web3-react-metamask-npm-8.2.4-84b10de2d2.patch

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions .yarn/patches/cypress-hardhat-npm-2.5.0-9b9b7d7a28.patch

This file was deleted.

51 changes: 44 additions & 7 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmYVT8bXNHTgPdSTegLQ62Z6f7E51fQbeMvn2nJAxMRGBE`
- CIDv1: `bafybeiew2yawtry3lld6g5ankyq3bsbvjfchxxhboph45u6os6t2babtru`
- CIDv0: `QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv`
- CIDv1: `bafybeialxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu`

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

Expand All @@ -10,15 +10,52 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.

IPFS gateways:
- https://bafybeiew2yawtry3lld6g5ankyq3bsbvjfchxxhboph45u6os6t2babtru.ipfs.dweb.link/
- https://bafybeiew2yawtry3lld6g5ankyq3bsbvjfchxxhboph45u6os6t2babtru.ipfs.cf-ipfs.com/
- [ipfs://QmYVT8bXNHTgPdSTegLQ62Z6f7E51fQbeMvn2nJAxMRGBE/](ipfs://QmYVT8bXNHTgPdSTegLQ62Z6f7E51fQbeMvn2nJAxMRGBE/)
- https://bafybeialxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu.ipfs.dweb.link/
- https://bafybeialxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu.ipfs.cf-ipfs.com/
- [ipfs://QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv/](ipfs://QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv/)

### 5.62.4 (2024-12-16)
## 5.63.0 (2024-12-17)


### Features

* **web:** add indicators for % difference from current price (#14235) 6456766
* **web:** add more interactivity to range input price chart (#14153) f9c4680
* **web:** filter v2 unsupported chains from LP creation flow (#14462) 734a4e2
* **web:** mweb designs for price range input (#14424) 2277e82
* **web:** pool finder redesign and re-enable on new LP pages (#14451) d55c7ea
* **web:** Revise "unavailable" state for small price charts (#14311) aba0989


### Bug Fixes

* **web:** fix disabled swap button for previously-dismissed warning tokens (#14560) 2b04e71
* **web:** 12 16 fix web add monad testnet rpc to web env staging (#14564) 588d8bb
* **web:** check window.__DEV__ cypress fix (#14491) a885720
* **web:** cherry-pick pagination into staging (#14551) 3920adf
* **web:** cleanup unused legacy FOR modal (#14356) 302b4f3
* **web:** Conversion API updates (#14550) 242f8da
* **web:** downgrade react-native-web to 0.19.10 (#14473) 010b773
* **web:** enforce privacy opt out choices (#14374) 9760922
* **web:** fix broken link for providing lps (#14372) 7c06390
* **web:** fix current price inversion issue (#14445) 3fe1286
* **web:** fix disabled swap button for previously-dismissed warning tokens (#14559) 4868b63
* **web:** fix missing mweb swap - staging (#14580) d8f6631
* **web:** fix v2 lp create networks (#14578) ef585ef
* **web:** hide un-owned positions (#14447) 742e519
* **web:** hiding migrate to v4 (#14499) 98825bb
* **web:** lp links open in new tabs - staging (#14571) bdc1de5
* **web:** modal diet - part ii (#14364) 5e22130
* **web:** prevent crash when sending on bnb chain (#14355) b47fc90
* **web:** price range input - prevent scrolling below zero (#14316) e4e37b4
* **web:** staging cherrypicks - tooltip + position page crash (#14581) d94f7f9
* **web:** surface imported v2 positions (#14405) a3519b4
* **web:** truncation issue on mad price text positions (#14582) 78038ed
* **web:** update the create flow to get data from the sdk instead of from the backend (#14380) 50ab440
* **web:** wrap positions in multichain context (#14466) bc07af4


### Continuous Integration

* **web:** update sitemaps 721fc2d


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.62.4
web/5.63.0
22 changes: 12 additions & 10 deletions apps/extension/.depcheckrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
ignores: [
# Dependencies that depcheck thinks are unused but are actually used
"react-native-web",
"jest-environment-jsdom",
"webpack-cli",
'react-native-web',
'jest-environment-jsdom',
'webpack-cli',
# Dependencies that depcheck thinks are missing but are actually present or never used
## Internal packages / workspaces
"src",
"tsconfig",
'src',
'tsconfig',
# Webpack plugins
"@svgr/webpack",
"tamagui-loader",
"esbuild-loader",
"swc-loader",
'@svgr/webpack',
'tamagui-loader',
'esbuild-loader',
'style-loader',
'css-loader',
'swc-loader',
## Testing
"@testing-library/dom",
'@testing-library/dom',
]
2 changes: 2 additions & 0 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"clean-webpack-plugin": "4.0.0",
"concurrently": "8.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.11.0",
"esbuild-loader": "3.2.0",
"eslint": "8.44.0",
"jest": "29.7.0",
Expand All @@ -77,6 +78,7 @@
"react-refresh": "0.14.0",
"serve": "14.2.4",
"statsig-js": "4.41.0",
"style-loader": "3.3.2",
"swc-loader": "0.2.6",
"tamagui-loader": "1.114.4",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/app/datadog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function initializeDatadog(appName: string): Promise<void> {
const datadogEnabled = Statsig.checkGate(getFeatureFlagName(FeatureFlags.Datadog))
logger.setWalletDatadogEnabled(datadogEnabled)

if (__DEV__ || !datadogEnabled) {
if (!datadogEnabled) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DappRequestStoreItem } from 'src/app/features/dappRequests/slice'
import { SendTransactionRequest } from 'src/app/features/dappRequests/types/DappRequestTypes'
import { Flex, Text } from 'ui/src'
import { useEnabledChains } from 'uniswap/src/features/chains/hooks/useEnabledChains'
import { useGasFeeFormattedAmounts, useTransactionGasFee } from 'uniswap/src/features/gas/hooks'
import { useGasFeeFormattedDisplayAmounts, useTransactionGasFee } from 'uniswap/src/features/gas/hooks'
import { useActiveAccountAddressWithThrow, useDisplayName } from 'wallet/src/features/wallet/hooks'

export const WrapTransactionDetails = ({
Expand All @@ -31,7 +31,7 @@ export const WrapTransactionDetails = ({

const networkFee = useTransactionGasFee(txRequest)

const { gasFeeFormatted } = useGasFeeFormattedAmounts({
const { gasFeeFormatted } = useGasFeeFormattedDisplayAmounts({
gasFee: networkFee,
chainId,
placeholder: undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export function SettingsScreen(): JSX.Element {
const fireAnalytic = (): void => {
sendAnalyticsEvent(WalletEventName.TestnetModeToggled, {
enabled: isChecked,
location: 'settings',
})
}

Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Uniswap Extension",
"description": "The Uniswap Extension is a self-custody crypto wallet that's built for swapping.",
"version": "1.12.0",
"version": "1.13.0",
"minimum_chrome_version": "116",
"icons": {
"16": "assets/icon16.png",
Expand Down
6 changes: 6 additions & 0 deletions apps/extension/src/store/migrations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
v14Schema,
v15Schema,
v16Schema,
v17Schema,
v1Schema,
v2Schema,
v3Schema,
Expand Down Expand Up @@ -48,6 +49,7 @@ import {
testMovedUserSettings,
testRemoveCreatedOnboardingRedesignAccount,
testRemoveHoldToSwap,
testUnchecksumDismissedTokenWarningKeys,
testUpdateExploreOrderByType,
} from 'wallet/src/state/walletMigrationsTests'

Expand Down Expand Up @@ -274,4 +276,8 @@ describe('Redux state migrations', () => {
it('migrates from v16 to v17', async () => {
testRemoveCreatedOnboardingRedesignAccount(migrations[17], v16Schema)
})

it('migrates from v17 to v18', () => {
testUnchecksumDismissedTokenWarningKeys(migrations[18], v17Schema)
})
})
4 changes: 3 additions & 1 deletion apps/extension/src/store/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/explicit-function-return-type */

import { unchecksumDismissedTokenWarningKeys } from 'uniswap/src/state/uniswapMigrations'
import {
activatePendingAccounts,
addCreatedOnboardingRedesignAccountBehaviorHistory,
Expand Down Expand Up @@ -42,6 +43,7 @@ export const migrations = {
15: moveCurrencySetting,
16: updateExploreOrderByType,
17: removeCreatedOnboardingRedesignAccountBehaviorHistory,
18: unchecksumDismissedTokenWarningKeys,
}

export const EXTENSION_STATE_VERSION = 17
export const EXTENSION_STATE_VERSION = 18
13 changes: 13 additions & 0 deletions apps/mobile/.storybook/storybook.requires.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ const normalizedStories = [
/^\.(?:(?:^|\/|(?:(?:(?!(?:^|\/)\.).)*?)\/)(?!\.)(?=.)[^/]*?\.stories\.(?:ts|tsx|js|jsx)?)$/
),
},
{
titlePrefix: "",
directory: "../../packages/ui/src",
files: "**/*.mdx",
importPathMatcher:
/^\.(?:(?:^|\/|(?:(?:(?!(?:^|\/)\.).)*?)\/)(?!\.)(?=.)[^/]*?\.mdx)$/,
// @ts-ignore
req: require.context(
"../../../packages/ui/src",
true,
/^\.(?:(?:^|\/|(?:(?:(?!(?:^|\/)\.).)*?)\/)(?!\.)(?=.)[^/]*?\.mdx)$/
),
},
];

declare global {
Expand Down
6 changes: 3 additions & 3 deletions apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ if (isCI && datadogPropertiesAvailable && !isDetox) {
apply from: "../../../../node_modules/@datadog/mobile-react-native/datadog-sourcemaps.gradle"
}

def devVersionName = "1.42"
def betaVersionName = "1.42"
def prodVersionName = "1.42"
def devVersionName = "1.43"
def betaVersionName = "1.43"
def prodVersionName = "1.43"

android {
ndkVersion rootProject.ext.ndkVersion
Expand Down
Loading

0 comments on commit f11f108

Please sign in to comment.