Skip to content

Commit

Permalink
feat(universal-router-sdk): bump router-sdk to 1.21.3 and v4-sdk to 1…
Browse files Browse the repository at this point in the history
….18.1 (#291)

## PR Scope

Please title your PR according to the following types and scopes following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/):

- `fix(SDK name):` will trigger a patch version
- `chore(<type>):` will not trigger any release and should be used for internal repo changes
- `<type>(public):` will trigger a patch version for non-code changes (e.g. README changes)
- `feat(SDK name):` will trigger a minor version
- `feat(breaking):` will trigger a major version for a breaking change

## Description

_[Summary of the change, motivation, and context]_

## How Has This Been Tested?

_[e.g. Manually, E2E tests, unit tests, Storybook]_

## Are there any breaking changes?

_[e.g. Type definitions, API definitions]_

If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK.

## (Optional) Feedback Focus

_[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_

## (Optional) Follow Ups

_[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_
  • Loading branch information
jsy1218 authored Jan 31, 2025
1 parent cc85a14 commit c2fb046
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sdks/universal-router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@openzeppelin/contracts": "4.7.0",
"@uniswap/permit2-sdk": "^1.3.0",
"@uniswap/router-sdk": "^1.21.1",
"@uniswap/router-sdk": "^1.21.3",
"@uniswap/sdk-core": "^7.5.0",
"@uniswap/universal-router": "2.0.0-beta.2",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-sdk": "^4.13.0",
"@uniswap/v3-core": "1.0.0",
"@uniswap/v3-sdk": "^3.24.0",
"@uniswap/v4-sdk": "^1.18.0",
"@uniswap/v4-sdk": "^1.18.1",
"bignumber.js": "^9.0.2",
"ethers": "^5.7.0"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4509,17 +4509,17 @@ __metadata:
languageName: unknown
linkType: soft

"@uniswap/router-sdk@npm:^1.21.1":
version: 1.21.1
resolution: "@uniswap/router-sdk@npm:1.21.1"
"@uniswap/router-sdk@npm:^1.21.3":
version: 1.21.3
resolution: "@uniswap/router-sdk@npm:1.21.3"
dependencies:
"@ethersproject/abi": ^5.5.0
"@uniswap/sdk-core": ^7.5.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.13.0
"@uniswap/v3-sdk": ^3.24.0
"@uniswap/v4-sdk": ^1.18.0
checksum: 06f72be88361ee961b8121f3be52894de05243bd18d12762ad947805322046ca9df4405e93b26b017828daaff3bf97dc43435e53ddf431b459670213800829d2
"@uniswap/v4-sdk": ^1.18.1
checksum: e11c4557785b36781e5dfe8015dbebc9a7392a910f3461c9e0cef8e34c15c7bec7cd7c5e61ace9788417f763399de1da15a10b98a9a7f6ca74184c7e49d8847d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4647,14 +4647,14 @@ __metadata:
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/permit2-sdk": ^1.3.0
"@uniswap/router-sdk": ^1.21.1
"@uniswap/router-sdk": ^1.21.3
"@uniswap/sdk-core": ^7.5.0
"@uniswap/universal-router": 2.0.0-beta.2
"@uniswap/v2-core": ^1.0.1
"@uniswap/v2-sdk": ^4.13.0
"@uniswap/v3-core": 1.0.0
"@uniswap/v3-sdk": ^3.24.0
"@uniswap/v4-sdk": ^1.18.0
"@uniswap/v4-sdk": ^1.18.1
bignumber.js: ^9.0.2
chai: ^4.3.6
dotenv: ^16.0.3
Expand Down Expand Up @@ -4791,7 +4791,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v4-sdk@npm:^1.18.0, @uniswap/v4-sdk@npm:^1.18.1":
"@uniswap/v4-sdk@npm:^1.18.1":
version: 1.18.1
resolution: "@uniswap/v4-sdk@npm:1.18.1"
dependencies:
Expand Down

0 comments on commit c2fb046

Please sign in to comment.