Skip to content

Commit

Permalink
Merge pull request #176 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brunoguerios authored Jan 10, 2024
2 parents 60b1b7e + e77229b commit d3e55e4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-boxes-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-dragons-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-jeans-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-yaks-relate.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- 48d14de: Adapting pool type from API to PoolType, so we can generally use PoolType instead of string in the whole project.
- 60eebf8: Adding InitPool functionality for Composable Stable Pools

### Patch Changes

- 38c3aa2: Replace shared human readable abi with abis from ts files
- ae7b19e: Update api client to match pool type changes

## 0.5.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.5.0",
"version": "0.6.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 d3e55e4

Please sign in to comment.