Skip to content

Commit

Permalink
Merge pull request #249 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
johngrantuk authored Feb 15, 2024
2 parents cb3ee27 + acfaa4b commit ba32e16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/late-peaches-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-shirts-hope.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.8.1",
"version": "0.9.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ba32e16

Please sign in to comment.