Skip to content

Commit

Permalink
Merge pull request #127 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brunoguerios authored Nov 14, 2023
2 parents 5e538bd + 0b6a493 commit 5c30f4f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/large-socks-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-glasses-brush.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.3.0

### Minor Changes

- e1efe6b: - Add add/remove liquidity pool support (non-nested pools)
- Weighted pool type
- ComposableStable pool type
- Uses balancerHelpers to query amounts in/out rather than relying on specific pool math and associated data
- Integration tests run against local viem fork
- 73b19fc: Adds Balancer API Provider. A utility module designed to fetch pool data from [API](https://github.com/beethovenxfi/beethovenx-backend/blob/v3-main/README.md#branching-and-deployment-environments).

## 0.2.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"publishConfig": {
"access": "public"
},
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": ["dist/"],
"files": [
"dist/"
],
"scripts": {
"build": "tsup",
"format": "rome format .",
Expand Down

0 comments on commit 5c30f4f

Please sign in to comment.