Skip to content

Commit

Permalink
fix(universal-router-sdk): bump router-sdk to 1.19.0 (#255)
Browse files Browse the repository at this point in the history
## Description

Release #253

## 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 22, 2025
1 parent a1bc356 commit b3bd6f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion sdks/universal-router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@openzeppelin/contracts": "4.7.0",
"@uniswap/permit2-sdk": "^1.3.0",
"@uniswap/router-sdk": "^1.18.0",
"@uniswap/router-sdk": "^1.19.0",
"@uniswap/sdk-core": "^7.2.0",
"@uniswap/universal-router": "2.0.0-beta.2",
"@uniswap/v2-core": "^1.0.1",
Expand Down
26 changes: 13 additions & 13 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.18.0":
version: 1.18.0
resolution: "@uniswap/router-sdk@npm:1.18.0"
"@uniswap/router-sdk@npm:^1.19.0":
version: 1.19.0
resolution: "@uniswap/router-sdk@npm:1.19.0"
dependencies:
"@ethersproject/abi": ^5.5.0
"@uniswap/sdk-core": ^7.1.0
"@uniswap/sdk-core": ^7.2.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.9.0
"@uniswap/v3-sdk": ^3.21.0
"@uniswap/v4-sdk": ^1.15.0
checksum: b715c91be8653697251cca6c27054e4a2c1edfd074c93205a9b320ffa16de4afb34a78822485aa72964d4c8f1f1bb2af7ffba0a3c5daf116b57ec8a56fd0608b
"@uniswap/v2-sdk": ^4.10.0
"@uniswap/v3-sdk": ^3.22.0
"@uniswap/v4-sdk": ^1.16.0
checksum: 1cdf98dd1cb65396705792b6caae90f4d6f3cff287dedfe15b30a98f0cba8a604c5f23dbe988b3c695785c3e4c0c2f596415b1507221d00b2f1104cdfd846497
languageName: node
linkType: hard

Expand Down Expand Up @@ -4556,7 +4556,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/sdk-core@npm:^7.1.0, @uniswap/sdk-core@npm:^7.2.0":
"@uniswap/sdk-core@npm:^7.2.0":
version: 7.2.0
resolution: "@uniswap/sdk-core@npm:7.2.0"
dependencies:
Expand Down Expand Up @@ -4647,7 +4647,7 @@ __metadata:
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/permit2-sdk": ^1.3.0
"@uniswap/router-sdk": ^1.18.0
"@uniswap/router-sdk": ^1.19.0
"@uniswap/sdk-core": ^7.2.0
"@uniswap/universal-router": 2.0.0-beta.2
"@uniswap/v2-core": ^1.0.1
Expand Down Expand Up @@ -4688,7 +4688,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.10.0, @uniswap/v2-sdk@npm:^4.9.0":
"@uniswap/v2-sdk@npm:^4.10.0":
version: 4.10.0
resolution: "@uniswap/v2-sdk@npm:4.10.0"
dependencies:
Expand Down Expand Up @@ -4745,7 +4745,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.22.0, @uniswap/v3-sdk@npm:^3.21.0, @uniswap/v3-sdk@npm:^3.22.0":
"@uniswap/v3-sdk@npm:3.22.0, @uniswap/v3-sdk@npm:^3.22.0":
version: 3.22.0
resolution: "@uniswap/v3-sdk@npm:3.22.0"
dependencies:
Expand Down Expand Up @@ -4791,7 +4791,7 @@ __metadata:
languageName: node
linkType: hard

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

0 comments on commit b3bd6f1

Please sign in to comment.