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 19, 2024
1 parent 9be8c36 commit f1dfab3
Show file tree
Hide file tree
Showing 242 changed files with 16,370 additions and 5,496 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.

1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @uniswap/web-admins
35 changes: 24 additions & 11 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
We are back with some new updates! Here’s the latest:

Token Warnings: See more information about the tokens you’re attempting to swap, enriched with data from Blockaid.

Transaction Failure improvements: See more granular warnings when your slippage is too low, and increase it straight from the swap review screen.

Homescreen improvements: We added labels to the pink Buy/Sell/Receive buttons, and moved the QR code scanner to a button on the top left of the screen.

Other changes:

- Various bug fixes and performance improvements
IPFS hash of the deployment:
- CIDv0: `QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a`
- CIDv1: `bafybeibcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm`

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

You can also access the Uniswap Interface from an IPFS gateway.
**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.
**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).
Your Uniswap settings are never remembered across different URLs.

IPFS gateways:
- https://bafybeibcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm.ipfs.dweb.link/
- https://bafybeibcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm.ipfs.cf-ipfs.com/
- [ipfs://QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a/](ipfs://QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a/)

### 5.63.2 (2024-12-19)


### Bug Fixes

* **web:** switch to new marketing events - prod (#14706) ad67ff4


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mobile/1.42
web/5.63.2
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/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
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 f1dfab3

Please sign in to comment.