Skip to content

Commit

Permalink
Merge pull request #482 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
johngrantuk authored Nov 7, 2024
2 parents bb2a12c + 76c4819 commit 67b2969
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/silent-ligers-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-bears-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-bags-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-onions-double.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67b2969

Please sign in to comment.