Skip to content

Commit

Permalink
feat(router-sdk): bump v4-sdk to 1.15.0 in router-sdk (#247)
Browse files Browse the repository at this point in the history
## 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 13, 2025
1 parent e9e78f1 commit bfc2644
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.9.0",
"@uniswap/v3-sdk": "^3.21.0",
"@uniswap/v4-sdk": "^1.14.0"
"@uniswap/v4-sdk": "^1.15.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4533,7 +4533,7 @@ __metadata:
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.9.0
"@uniswap/v3-sdk": ^3.21.0
"@uniswap/v4-sdk": ^1.14.0
"@uniswap/v4-sdk": ^1.15.0
prettier: ^2.4.1
tsdx: ^0.14.1
languageName: unknown
Expand Down Expand Up @@ -4850,16 +4850,16 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v4-sdk@npm:^1.14.0":
version: 1.14.0
resolution: "@uniswap/v4-sdk@npm:1.14.0"
"@uniswap/v4-sdk@npm:^1.15.0":
version: 1.15.0
resolution: "@uniswap/v4-sdk@npm:1.15.0"
dependencies:
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^7.1.0
"@uniswap/v3-sdk": 3.20.0
"@uniswap/v3-sdk": 3.21.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 5a7b7c4558f99b8c283310ec9f538e41493b09d040323b7577c1066a6aa93bc926b8c66ce058c82053d1e0d96384ab3f028eb2f3e7e917bfc926d1d652704262
checksum: 8541dcaec654fc6dd2c0d4ce61e1858df5e07577349678e6a66c4f1b582cde316c5c036b2d8658ba11708633f9269c59bd24a6f460c1d7d7e5e708c7e09a45dc
languageName: node
linkType: hard

Expand Down

0 comments on commit bfc2644

Please sign in to comment.