Skip to content

Commit

Permalink
Merge pull request balancer#70 from balancer-labs/hotfix/0.1.9
Browse files Browse the repository at this point in the history
Hotfix/0.1.9
  • Loading branch information
johngrantuk authored May 6, 2022
2 parents 0d735ed + cafb3f7 commit a9c5f1a
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.8",
"version": "0.1.9",
"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.3",
"@balancer-labs/sor": "^4.0.0-beta.4",
"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.3":
version "4.0.0-beta.3"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.0-beta.3.tgz#953c5c02b1d6f468591ad81b117e1d49e5d35c91"
integrity sha512-ykbGbKDRs7JvC/9YaQSsDfMvsiLvNcjgOHk8BJ4WJAv5OeXKQ+UKZldn2use7AxHAj8m+na0rtsW8QUUcqfmyg==
"@balancer-labs/sor@^4.0.0-beta.4":
version "4.0.0-beta.4"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.0-beta.4.tgz#aad94d9d0ae8340f6d7e19f12e1aee35316391f7"
integrity sha512-MvitC3XfwrbkHkM9CTceR69HE2k/3MD+rfwIQD8dPFtdXeRh/fTdIsAcMifHoOL0Km728lR2g9PQ+P691Vrs+w==
dependencies:
isomorphic-fetch "^2.2.1"

Expand Down

0 comments on commit a9c5f1a

Please sign in to comment.