Skip to content

Commit

Permalink
Merge pull request #156 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brunoguerios authored Dec 12, 2023
2 parents abf565b + b0e7bc1 commit b299877
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/calm-snails-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-beans-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-days-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-bags-end.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @balancer/sdk

## 0.4.0

### Minor Changes

- e7a8237: Adding InitPool Functionality for Weighted Pools;
Abstracting Input validation into a new class InputValidator;
Moving "encodeUserData" functions from other modules to encoders;
- 7fff3d9: Adding the CreatePool class with the functionality to create weighted pools; Added integration tests for Weighted Pool Creation
- d8dc287: Add price impact calculations for add/remove liquidity and swaps

### Patch Changes

- b97bff1: Discard paths with failing limits

## 0.3.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.3.1",
"version": "0.4.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b299877

Please sign in to comment.