From dc30eb7dc545ca6387904181f6121bae419dc3e1 Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:34:26 -0800 Subject: [PATCH] feat(v3-sdk): bump sdk-core 6.1.1 in v3-sdk (#233) ## Description Release https://github.com/Uniswap/sdks/pull/217 ## 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]_ --- sdks/v3-sdk/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/v3-sdk/package.json b/sdks/v3-sdk/package.json index 2f876f49..2c3a8c89 100644 --- a/sdks/v3-sdk/package.json +++ b/sdks/v3-sdk/package.json @@ -26,7 +26,7 @@ "dependencies": { "@ethersproject/abi": "^5.5.0", "@ethersproject/solidity": "^5.0.9", - "@uniswap/sdk-core": "^6.0.0", + "@uniswap/sdk-core": "^6.1.1", "@uniswap/swap-router-contracts": "^1.3.0", "@uniswap/v3-periphery": "^1.1.1", "@uniswap/v3-staker": "1.0.0", diff --git a/yarn.lock b/yarn.lock index a880c0e7..6e67036c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4768,7 +4768,7 @@ __metadata: "@ethersproject/abi": ^5.5.0 "@ethersproject/solidity": ^5.0.9 "@types/jest": ^24.0.25 - "@uniswap/sdk-core": ^6.0.0 + "@uniswap/sdk-core": ^6.1.1 "@uniswap/swap-router-contracts": ^1.3.0 "@uniswap/v3-core": 1.0.0 "@uniswap/v3-periphery": ^1.1.1