Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Singhal committed Nov 1, 2023
1 parent 7bd64e3 commit f6ab1dc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,10 @@

* Updated @getsafle/1inch-controller to v1.2.1
* Updated @getsafle/safle-token-lists to v1.0.4
* Fixed error handling from 1Inch controller
* Fixed error handling from 1Inch controller


## 1.2.8 (2023-10-26)

* Updated @getsafle/1inch-controller to v1.2.2
* Updated @getsafle/safle-token-lists to v1.0.5
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-swaps-v2",
"version": "1.2.8",
"version": "1.2.9",
"description": "Safle Swaps V2 SDK ",
"main": "src/index.js",
"scripts": {
Expand All @@ -17,10 +17,10 @@
},
"homepage": "https://github.com/getsafle/safle-swaps-v2#readme",
"dependencies": {
"@getsafle/1inch-controller": "^1.2.1",
"@getsafle/1inch-controller": "^1.2.2",
"@getsafle/pancakeswap-controller": "^1.0.0",
"@getsafle/quickswap-controller": "^1.0.0",
"@getsafle/safle-token-lists": "^1.0.4",
"@getsafle/safle-token-lists": "^1.0.5",
"@getsafle/uniswap-controller": "^1.1.4",
"web3": "^1.7.0"
}
Expand Down

0 comments on commit f6ab1dc

Please sign in to comment.