Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
d3d40917
Commit
d3d40917
authored
Jan 29, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
26720f48
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
19 deletions
+18
-19
RELEASE
RELEASE
+8
-9
VERSION
VERSION
+1
-1
package.json
apps/web/package.json
+1
-1
package.json
package.json
+1
-1
package.json
packages/wallet/package.json
+1
-1
yarn.lock
yarn.lock
+6
-6
No files found.
RELEASE
View file @
d3d40917
IPFS hash of the deployment:
- CIDv0: `Qm
U1QSS7dNky4pkCfkknkmcBKmFfx9m7HctyzzNCTJpBbk
`
- CIDv1: `bafybei
cug7zwouvztzcfjasynspfg7kjt76w4pg5m6lsj3iez6d3wbmvf4
`
- CIDv0: `Qm
bj1BRiCidfqEHnayhdwiEWEwFvP7RJbH58pmw3G81PvV
`
- CIDv1: `bafybei
gg4hnmdqhtzox3vuqnfy2pmvb6mkr5kgoubridxbe3idri7qx6qy
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybei
cug7zwouvztzcfjasynspfg7kjt76w4pg5m6lsj3iez6d3wbmvf4
.ipfs.dweb.link/
- https://bafybei
cug7zwouvztzcfjasynspfg7kjt76w4pg5m6lsj3iez6d3wbmvf4
.ipfs.cf-ipfs.com/
- [ipfs://Qm
U1QSS7dNky4pkCfkknkmcBKmFfx9m7HctyzzNCTJpBbk/](ipfs://QmU1QSS7dNky4pkCfkknkmcBKmFfx9m7HctyzzNCTJpBbk
/)
- https://bafybei
gg4hnmdqhtzox3vuqnfy2pmvb6mkr5kgoubridxbe3idri7qx6qy
.ipfs.dweb.link/
- https://bafybei
gg4hnmdqhtzox3vuqnfy2pmvb6mkr5kgoubridxbe3idri7qx6qy
.ipfs.cf-ipfs.com/
- [ipfs://Qm
bj1BRiCidfqEHnayhdwiEWEwFvP7RJbH58pmw3G81PvV/](ipfs://Qmbj1BRiCidfqEHnayhdwiEWEwFvP7RJbH58pmw3G81PvV
/)
##
# 5.5.1 (2024-01-26
)
##
5.6.0 (2024-01-29
)
###
Bug Fix
es
###
Featur
es
* **web): Revert "chore(web:** added opensea api to csp and made long … (#5938) d7aa795
* **web): Revert "fix(web:** re-enable rich link previews (#5912)" (#5942) b835519
* **web:** bump v2-sdk [hotfix for prod] (#5987) 22b73de
VERSION
View file @
d3d40917
web/5.5.1
\ No newline at end of file
web/5.6.0
\ No newline at end of file
apps/web/package.json
View file @
d3d40917
...
...
@@ -208,7 +208,7 @@
"@uniswap/universal-router-sdk"
:
"1.5.8"
,
"@uniswap/v2-core"
:
"1.0.1"
,
"@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-periphery"
:
"1.4.4"
,
"@uniswap/v3-sdk"
:
"3.10.2"
,
...
...
package.json
View file @
d3d40917
...
...
@@ -36,7 +36,7 @@
"cypress"
:
"12.12.0"
,
"@babel/preset-env"
:
"7.23.3"
,
"immer"
:
"9.0.21"
,
"@uniswap/v2-sdk"
:
"
3.2.3
"
,
"@uniswap/v2-sdk"
:
"
4.1.0
"
,
"@apollo/client"
:
"3.7.11"
,
"@uniswap/sdk-core"
:
"4.0.7"
,
"@react-navigation/routers"
:
"6.1.9"
,
...
...
packages/wallet/package.json
View file @
d3d40917
...
...
@@ -33,7 +33,7 @@
"@uniswap/router-sdk"
:
"1.7.1"
,
"@uniswap/sdk-core"
:
"4.0.7"
,
"@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"
,
"apollo-link-rest"
:
"0.9.0"
,
"dayjs"
:
"1.11.7"
,
...
...
yarn.lock
View file @
d3d40917
...
...
@@ -12613,7 +12613,7 @@ __metadata:
"@uniswap/universal-router-sdk": 1.5.8
"@uniswap/v2-core": 1.0.1
"@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-periphery": 1.4.4
"@uniswap/v3-sdk": 3.10.2
...
...
@@ -13174,16 +13174,16 @@ __metadata:
languageName: node
linkType: hard
"@uniswap/v2-sdk@npm:
3.2.3
":
version:
3.2.3
resolution: "@uniswap/v2-sdk@npm:
3.2.3
"
"@uniswap/v2-sdk@npm:
4.1.0
":
version:
4.1.0
resolution: "@uniswap/v2-sdk@npm:
4.1.0
"
dependencies:
"@ethersproject/address": ^5.0.0
"@ethersproject/solidity": ^5.0.0
"@uniswap/sdk-core": ^4.0.7
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum:
0e1838673508654b8270c54d9ee97c010e9a2463065e623aa78f96ade47f424627a9858fb39587331fb4e9b016d5113b821a475450018f1f62e8e4ab166e2893
checksum:
c2722fc800339fd0cd4c3aa9aa2b083e3f29ce6df15ddf0e6f671c378d50a9ec2d05035d80e9ecf6418aeb716a26c43e13f79b6e7c05931f324954ed4f44b0e7
languageName: node
linkType: hard
...
...
@@ -42476,7 +42476,7 @@ __metadata:
"@uniswap/router-sdk": 1.7.1
"@uniswap/sdk-core": 4.0.7
"@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
apollo-link-rest: 0.9.0
dayjs: 1.11.7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment