Skip to content

Commit

Permalink
v2.47.0-ovm.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchel Kelonye committed Aug 27, 2021
1 parent 557f515 commit 3c7780a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.47.0-ovm.10"
"version": "2.47.0-ovm.11"
}
2 changes: 1 addition & 1 deletion packages/data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/data",
"version": "2.47.0-ovm.10",
"version": "2.47.0-ovm.11",
"description": "Javascript library for handling queries to Synthetix subgraphs",
"source": "./src/index.ts",
"main": "./build/node/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/queries/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/queries",
"version": "2.47.0-ovm.10",
"version": "2.47.0-ovm.11",
"description": "react-query for pulling synthetix data in react interfaces",
"source": "./src/index.ts",
"main": "./build/node/src/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@snapshot-labs/snapshot.js": "^0.1.11",
"@synthetixio/contracts-interface": "^2.47.0-ovm.8",
"@synthetixio/data": "^2.47.0-ovm.10",
"@synthetixio/data": "^2.47.0-ovm.11",
"@synthetixio/optimism-networks": "^2.47.0-ovm.5",
"@synthetixio/providers": "^2.47.0-ovm.5",
"@synthetixio/wei": "^2.47.0-ovm.5",
Expand All @@ -61,4 +61,4 @@
"react-dom": "17.x",
"react-query": "3.16.x"
}
}
}

0 comments on commit 3c7780a

Please sign in to comment.