diff --git a/.changeset/silent-ligers-whisper.md b/.changeset/silent-ligers-whisper.md deleted file mode 100644 index 2b714782..00000000 --- a/.changeset/silent-ligers-whisper.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -PriceImpact error handling and messaging improvements. -* Catch any errors with initial add/remove steps - these are thrown because the user input is valid, e.g. would cause INVARIANT_GROWTH errors -* Catch any errors in query during unbalanced calc steps and throw message that will help with debug - e.g. caused by delta amounts diff --git a/.changeset/sour-bears-sin.md b/.changeset/sour-bears-sin.md deleted file mode 100644 index bdcd4086..00000000 --- a/.changeset/sour-bears-sin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@balancer/sdk": minor ---- - -Tidy nested types. Share common with boosted. -Support for V3 addLiquidityNested PI (including nested boosted). \ No newline at end of file diff --git a/.changeset/sweet-bags-battle.md b/.changeset/sweet-bags-battle.md deleted file mode 100644 index 74e25186..00000000 --- a/.changeset/sweet-bags-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": minor ---- - -BPT swaps as first step & change of batch router address diff --git a/.changeset/two-onions-double.md b/.changeset/two-onions-double.md deleted file mode 100644 index c37771b0..00000000 --- a/.changeset/two-onions-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Fix PI test. diff --git a/CHANGELOG.md b/CHANGELOG.md index ceadd5dd..26c02165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @balancer/sdk +## 0.32.0 + +### Minor Changes + +- b927594: Tidy nested types. Share common with boosted. + Support for V3 addLiquidityNested PI (including nested boosted). +- f2f1e42: BPT swaps as first step & change of batch router address + +### Patch Changes + +- dcd1f0d: PriceImpact error handling and messaging improvements. + - Catch any errors with initial add/remove steps - these are thrown because the user input is valid, e.g. would cause INVARIANT_GROWTH errors + - Catch any errors in query during unbalanced calc steps and throw message that will help with debug - e.g. caused by delta amounts +- 52fed3d: Fix PI test. + ## 0.31.2 ### Patch Changes diff --git a/package.json b/package.json index bc117d87..0355d44e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.31.2", + "version": "0.32.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",