ci(release): publish latest release

parent 26720f48
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmU1QSS7dNky4pkCfkknkmcBKmFfx9m7HctyzzNCTJpBbk` - CIDv0: `Qmbj1BRiCidfqEHnayhdwiEWEwFvP7RJbH58pmw3G81PvV`
- CIDv1: `bafybeicug7zwouvztzcfjasynspfg7kjt76w4pg5m6lsj3iez6d3wbmvf4` - CIDv1: `bafybeigg4hnmdqhtzox3vuqnfy2pmvb6mkr5kgoubridxbe3idri7qx6qy`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...@@ -10,16 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,16 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeicug7zwouvztzcfjasynspfg7kjt76w4pg5m6lsj3iez6d3wbmvf4.ipfs.dweb.link/ - https://bafybeigg4hnmdqhtzox3vuqnfy2pmvb6mkr5kgoubridxbe3idri7qx6qy.ipfs.dweb.link/
- https://bafybeicug7zwouvztzcfjasynspfg7kjt76w4pg5m6lsj3iez6d3wbmvf4.ipfs.cf-ipfs.com/ - https://bafybeigg4hnmdqhtzox3vuqnfy2pmvb6mkr5kgoubridxbe3idri7qx6qy.ipfs.cf-ipfs.com/
- [ipfs://QmU1QSS7dNky4pkCfkknkmcBKmFfx9m7HctyzzNCTJpBbk/](ipfs://QmU1QSS7dNky4pkCfkknkmcBKmFfx9m7HctyzzNCTJpBbk/) - [ipfs://Qmbj1BRiCidfqEHnayhdwiEWEwFvP7RJbH58pmw3G81PvV/](ipfs://Qmbj1BRiCidfqEHnayhdwiEWEwFvP7RJbH58pmw3G81PvV/)
### 5.5.1 (2024-01-26) ## 5.6.0 (2024-01-29)
### Bug Fixes ### Features
* **web): Revert "chore(web:** added opensea api to csp and made long … (#5938) d7aa795 * **web:** bump v2-sdk [hotfix for prod] (#5987) 22b73de
* **web): Revert "fix(web:** re-enable rich link previews (#5912)" (#5942) b835519
web/5.5.1 web/5.6.0
\ No newline at end of file \ No newline at end of file
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
"@uniswap/universal-router-sdk": "1.5.8", "@uniswap/universal-router-sdk": "1.5.8",
"@uniswap/v2-core": "1.0.1", "@uniswap/v2-core": "1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0", "@uniswap/v2-periphery": "1.1.0-beta.0",
"@uniswap/v2-sdk": "3.2.3", "@uniswap/v2-sdk": "4.1.0",
"@uniswap/v3-core": "1.0.1", "@uniswap/v3-core": "1.0.1",
"@uniswap/v3-periphery": "1.4.4", "@uniswap/v3-periphery": "1.4.4",
"@uniswap/v3-sdk": "3.10.2", "@uniswap/v3-sdk": "3.10.2",
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"cypress": "12.12.0", "cypress": "12.12.0",
"@babel/preset-env": "7.23.3", "@babel/preset-env": "7.23.3",
"immer": "9.0.21", "immer": "9.0.21",
"@uniswap/v2-sdk": "3.2.3", "@uniswap/v2-sdk": "4.1.0",
"@apollo/client": "3.7.11", "@apollo/client": "3.7.11",
"@uniswap/sdk-core": "4.0.7", "@uniswap/sdk-core": "4.0.7",
"@react-navigation/routers": "6.1.9", "@react-navigation/routers": "6.1.9",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"@uniswap/router-sdk": "1.7.1", "@uniswap/router-sdk": "1.7.1",
"@uniswap/sdk-core": "4.0.7", "@uniswap/sdk-core": "4.0.7",
"@uniswap/universal-router-sdk": "1.5.8", "@uniswap/universal-router-sdk": "1.5.8",
"@uniswap/v2-sdk": "3.2.3", "@uniswap/v2-sdk": "4.1.0",
"@uniswap/v3-sdk": "3.10.2", "@uniswap/v3-sdk": "3.10.2",
"apollo-link-rest": "0.9.0", "apollo-link-rest": "0.9.0",
"dayjs": "1.11.7", "dayjs": "1.11.7",
......
...@@ -12613,7 +12613,7 @@ __metadata: ...@@ -12613,7 +12613,7 @@ __metadata:
"@uniswap/universal-router-sdk": 1.5.8 "@uniswap/universal-router-sdk": 1.5.8
"@uniswap/v2-core": 1.0.1 "@uniswap/v2-core": 1.0.1
"@uniswap/v2-periphery": 1.1.0-beta.0 "@uniswap/v2-periphery": 1.1.0-beta.0
"@uniswap/v2-sdk": 3.2.3 "@uniswap/v2-sdk": 4.1.0
"@uniswap/v3-core": 1.0.1 "@uniswap/v3-core": 1.0.1
"@uniswap/v3-periphery": 1.4.4 "@uniswap/v3-periphery": 1.4.4
"@uniswap/v3-sdk": 3.10.2 "@uniswap/v3-sdk": 3.10.2
...@@ -13174,16 +13174,16 @@ __metadata: ...@@ -13174,16 +13174,16 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@uniswap/v2-sdk@npm:3.2.3": "@uniswap/v2-sdk@npm:4.1.0":
version: 3.2.3 version: 4.1.0
resolution: "@uniswap/v2-sdk@npm:3.2.3" resolution: "@uniswap/v2-sdk@npm:4.1.0"
dependencies: dependencies:
"@ethersproject/address": ^5.0.0 "@ethersproject/address": ^5.0.0
"@ethersproject/solidity": ^5.0.0 "@ethersproject/solidity": ^5.0.0
"@uniswap/sdk-core": ^4.0.7 "@uniswap/sdk-core": ^4.0.7
tiny-invariant: ^1.1.0 tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3 tiny-warning: ^1.0.3
checksum: 0e1838673508654b8270c54d9ee97c010e9a2463065e623aa78f96ade47f424627a9858fb39587331fb4e9b016d5113b821a475450018f1f62e8e4ab166e2893 checksum: c2722fc800339fd0cd4c3aa9aa2b083e3f29ce6df15ddf0e6f671c378d50a9ec2d05035d80e9ecf6418aeb716a26c43e13f79b6e7c05931f324954ed4f44b0e7
languageName: node languageName: node
linkType: hard linkType: hard
...@@ -42476,7 +42476,7 @@ __metadata: ...@@ -42476,7 +42476,7 @@ __metadata:
"@uniswap/router-sdk": 1.7.1 "@uniswap/router-sdk": 1.7.1
"@uniswap/sdk-core": 4.0.7 "@uniswap/sdk-core": 4.0.7
"@uniswap/universal-router-sdk": 1.5.8 "@uniswap/universal-router-sdk": 1.5.8
"@uniswap/v2-sdk": 3.2.3 "@uniswap/v2-sdk": 4.1.0
"@uniswap/v3-sdk": 3.10.2 "@uniswap/v3-sdk": 3.10.2
apollo-link-rest: 0.9.0 apollo-link-rest: 0.9.0
dayjs: 1.11.7 dayjs: 1.11.7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment