Skip to content

Commit

Permalink
Merge pull request #191 from balancer/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brunoguerios authored Jan 18, 2024
2 parents e906d75 + d6ed65a commit c57b71d
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-lions-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-fishes-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-starfishes-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-jobs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-kings-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-gorillas-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-items-beam.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-wasps-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-years-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-keys-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-owls-clean.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- 5cac427: Safe updating all packages; Hard updating viem from v1 to v2;
- a126243: return null when there are no candidatePaths when using `sorGetSwapsWithPools` so `getBestPaaths` doesnt throw
- 79e9e81: Add dpdm as circular dependency linter
- 584914b: - Add AddLiquidityNested
- Add RemoveLiquidityNestedProportional
- Add RemoveLiquidityNestedSingleToken
- 79e9e81: Replace rome with biome
- ffed733: Add v3 scaffold implementation

### Patch Changes

- 54c8925: Fixing InitPoolDataProvider to work with other poolTypes and with less input parameters;
- 16a7cce: Adding balancer v3 scaffold for init pool data provider;
- fc21f1e: Minor refactors and lint fixes
- e59f1b2: Removing duplicated constant BALANCER_VAULT and replacing by VAULT[chainId]
- 4bdc6f0: Removing BalancerHelpers contract and replacing it by BalancerQueries;

## 0.6.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,13 +9,15 @@
"publishConfig": {
"access": "public"
},
"version": "0.6.0",
"version": "0.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "module",
"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 c57b71d

Please sign in to comment.