diff --git a/.changeset/late-peaches-knock.md b/.changeset/late-peaches-knock.md deleted file mode 100644 index 3e4e17c4..00000000 --- a/.changeset/late-peaches-knock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@balancer/sdk": minor ---- - -* Refactor Swap class to work with new API SOR query response. -* Swap class has V2/V3 handler (V3 WIP in follow up PR) -* Swap example added -* Limits refactored to be internal to V2 implementation. buildCall used to create based on input Slippage. Returns minAmountOut/maxAmountIn for users. -* PriceImpact can no longer be calculated in Swap as missing pool state/maths. This has been removed for now and will be added as onchain helper in future. diff --git a/.changeset/plenty-shirts-hope.md b/.changeset/plenty-shirts-hope.md deleted file mode 100644 index 2d451d67..00000000 --- a/.changeset/plenty-shirts-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": minor ---- - -Remove SOR related code & other stale code/exports. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef591bf1..bea56377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @balancer/sdk +## 0.9.0 + +### Minor Changes + +- cadb555: \* Refactor Swap class to work with new API SOR query response. + - Swap class has V2/V3 handler (V3 WIP in follow up PR) + - Swap example added + - Limits refactored to be internal to V2 implementation. buildCall used to create based on input Slippage. Returns minAmountOut/maxAmountIn for users. + - PriceImpact can no longer be calculated in Swap as missing pool state/maths. This has been removed for now and will be added as onchain helper in future. +- 40ee7be: Remove SOR related code & other stale code/exports. + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 1524715d..22d6dad2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.8.1", + "version": "0.9.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",