Skip to content

Commit

Permalink
Merge pull request #205 from balancer-labs/develop
Browse files Browse the repository at this point in the history
Release v0.1.37
  • Loading branch information
johngrantuk authored Nov 17, 2022
2 parents 466ea88 + 88d6083 commit b202076
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions balancer-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer-labs/sdk",
"version": "0.1.36",
"version": "0.1.37",
"description": "JavaScript SDK for interacting with the Balancer Protocol V2",
"license": "GPL-3.0-only",
"homepage": "https://github.com/balancer-labs/balancer-sdk/balancer-js#readme",
Expand Down Expand Up @@ -89,7 +89,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@balancer-labs/sor": "^4.0.1-beta.11",
"@balancer-labs/sor": "^4.0.1-beta.12",
"@balancer-labs/typechain": "^1.0.0",
"axios": "^0.24.0",
"graphql": "^15.6.1",
Expand Down
8 changes: 4 additions & 4 deletions balancer-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@
"@babel/helper-validator-identifier" "^7.18.6"
to-fast-properties "^2.0.0"

"@balancer-labs/sor@^4.0.1-beta.11":
version "4.0.1-beta.11"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.1-beta.11.tgz#3edbccb307496f853911ad1602a015a80c15c72a"
integrity sha512-5qlbMXQn+YWH/ILBMuLW96mazNhc88aoh6spIRfJwBwhipsyMuNKIBXmQRLW3krY3FkYpkC/phe6E4FWwp0wAQ==
"@balancer-labs/sor@^4.0.1-beta.12":
version "4.0.1-beta.12"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.1-beta.12.tgz#d00e9ed7b5a45b5e5141936df9460d0d23eb21b1"
integrity sha512-RTb3cf/iPr/4HTMDvnArnwSp6p0Mx7B9J9O5h1+DPaC0VrFJani4T9x39J4v7RdAxtF39vnFpZ5uoVL8Sc28TQ==
dependencies:
isomorphic-fetch "^2.2.1"

Expand Down

0 comments on commit b202076

Please sign in to comment.