From ad389d7cf143ee107a3de723773b40a31cfa0149 Mon Sep 17 00:00:00 2001 From: Mark Toda Date: Thu, 25 Apr 2024 11:48:07 -0400 Subject: [PATCH 1/2] feat: update readme for migration This commit updates the readme for migration to the SDKs monorepo --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e86146ce..edbdcdd5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ -# Alpha software +# @uniswap/v3-sdk - Now at `Uniswap/sdks` -The latest version of the SDK is used in production in the Uniswap Interface, -but it is considered Alpha software and may contain bugs or change significantly between patch versions. -If you have questions about how to use the SDK, please reach out in the `#dev-chat` channel of the Discord. -Pull requests welcome! +All versions after 4.3.0 of this SDK can be found in the [SDK monorepo](https://github.com/Uniswap/sdks/tree/main/sdks/v3-sdk)! Please file all future issues, PR’s, and discussions there. -# Uniswap V3 SDK +### Old Issues and PR’s -[![Unit Tests](https://github.com/Uniswap/uniswap-v3-sdk/workflows/Unit%20Tests/badge.svg)](https://github.com/Uniswap/uniswap-v3-sdk/actions?query=workflow%3A%22Unit+Tests%22) -[![Lint](https://github.com/Uniswap/uniswap-v3-sdk/workflows/Lint/badge.svg)](https://github.com/Uniswap/uniswap-v3-sdk/actions?query=workflow%3ALint) -[![npm version](https://img.shields.io/npm/v/@uniswap/v3-sdk/latest.svg)](https://www.npmjs.com/package/@uniswap/v3-sdk/v/latest) -[![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/@uniswap/v3-sdk/latest.svg)](https://bundlephobia.com/result?p=@uniswap/v3-sdk@latest) - -In-depth documentation on this SDK is available at [uniswap.org](https://docs.uniswap.org/). +If you have an issue or open PR that is still active on this SDK in this repository, please recreate it in the new repository. Some existing issues and PR’s may be automatically migrated by the Uniswap Labs team. From 9b27a763bdbe7bc85e72ddd5e0d99185b3bbe573 Mon Sep 17 00:00:00 2001 From: Mark Toda Date: Thu, 25 Apr 2024 11:50:35 -0400 Subject: [PATCH 2/2] feat: update readme version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edbdcdd5..1c16c75d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @uniswap/v3-sdk - Now at `Uniswap/sdks` -All versions after 4.3.0 of this SDK can be found in the [SDK monorepo](https://github.com/Uniswap/sdks/tree/main/sdks/v3-sdk)! Please file all future issues, PR’s, and discussions there. +All versions after 3.11.0 of this SDK can be found in the [SDK monorepo](https://github.com/Uniswap/sdks/tree/main/sdks/v3-sdk)! Please file all future issues, PR’s, and discussions there. ### Old Issues and PR’s