Skip to content

Commit

Permalink
Merge pull request #371 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brunoguerios authored Jul 31, 2024
2 parents 8d0ed36 + de7bcde commit 492fdd7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-stingrays-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-dodos-vanish.md

This file was deleted.

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

## 0.21.0

### Minor Changes

- e3c6b5e: Add buildCallWithPermit variations for add/remove/swap operations

### Patch Changes

- f64866f: Round down calculateAmountsProportional amounts

## 0.20.5

### 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.20.5",
"version": "0.21.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 492fdd7

Please sign in to comment.