Skip to content

Commit

Permalink
Merge pull request #74 from balancer-labs/hotfix/0.1.11
Browse files Browse the repository at this point in the history
Hotfix/0.1.11
  • Loading branch information
johngrantuk committed May 16, 2022
2 parents 9639fd1 + 9a34d0f commit ba4e492
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.10",
"version": "0.1.11",
"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 @@ -75,7 +75,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@balancer-labs/sor": "^4.0.0-beta.5",
"@balancer-labs/sor": "^4.0.0-beta.6",
"axios": "^0.24.0",
"graphql": "^15.6.1",
"graphql-request": "^3.5.0",
Expand Down
8 changes: 4 additions & 4 deletions balancer-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@balancer-labs/sor@^4.0.0-beta.5":
version "4.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.0-beta.5.tgz#a2ea6ffcd7ca918449f3d4c91f2799191107ffd5"
integrity sha512-z4YYSXP6y/gisAQqVeQVkjg/lqGF++GTycsWzr2cu5xy0qy/epDyy6X+46vQf4RW2j/IIOCNeqD/iT5v2V3Ehg==
"@balancer-labs/sor@^4.0.0-beta.6":
version "4.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.0-beta.6.tgz#1ee214b49184702ff10c73bfdd2e7c9b58be2950"
integrity sha512-tdnBIUf+NlHulMvCSh2FguE59z7o863mjtp6oWxz1PF3G5L3V4TCF39FrIho+z2/+J2iPqMXNBWRnF7luOBIDw==
dependencies:
isomorphic-fetch "^2.2.1"

Expand Down

0 comments on commit ba4e492

Please sign in to comment.