Skip to content

Commit

Permalink
Merge pull request #261 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brunoguerios authored Feb 23, 2024
2 parents 45312f9 + ca8b8a3 commit 3473ca8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-phones-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-parents-drum.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/unlucky-ads-film.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- f5291c6: Add V3 Single Swap support.
- 517a13e: Add price impact for add/remove nested liquidity
- b547e32: Adds Balancer's V3 CreatePool functionality for Weighted Pools;

## 0.9.1

### Patch 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.9.1",
"version": "0.10.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": "biome format --write .",
Expand Down

0 comments on commit 3473ca8

Please sign in to comment.