diff --git a/.changeset/fuzzy-coins-sin.md b/.changeset/fuzzy-coins-sin.md deleted file mode 100644 index 2053c322..00000000 --- a/.changeset/fuzzy-coins-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Refactor nestedPoolState logic to fetch mainTokens from api diff --git a/.changeset/nice-balloons-train.md b/.changeset/nice-balloons-train.md deleted file mode 100644 index 22cb98d9..00000000 --- a/.changeset/nice-balloons-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Add proportional helper to calculate BPT from a reference amount for boosted pools diff --git a/.changeset/pink-phones-suffer.md b/.changeset/pink-phones-suffer.md deleted file mode 100644 index 87ca46ac..00000000 --- a/.changeset/pink-phones-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Fix getPoolStateWithBalancesV3 with less 18 decimals tokens diff --git a/.changeset/two-kiwis-wash.md b/.changeset/two-kiwis-wash.md deleted file mode 100644 index 69813990..00000000 --- a/.changeset/two-kiwis-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Fix circular dependency on price impact implementation diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fd96fe..addae1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @balancer/sdk +## 0.32.2 + +### Patch Changes + +- c5e3ffd: Refactor nestedPoolState logic to fetch mainTokens from api +- ac0c5a5: Add proportional helper to calculate BPT from a reference amount for boosted pools +- 2712ee0: Fix getPoolStateWithBalancesV3 with less 18 decimals tokens +- 1455fde: Fix circular dependency on price impact implementation + ## 0.32.1 ### Patch Changes diff --git a/package.json b/package.json index 86a21636..c22e8a7c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.32.1", + "version": "0.32.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",