Skip to content

Commit

Permalink
v2.50.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andytcf committed Sep 28, 2021
1 parent efbb012 commit c8d58eb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.50.2"
"version": "2.50.3"
}
2 changes: 1 addition & 1 deletion packages/contracts-interface/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/contracts-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/contracts-interface",
"version": "2.50.0-ovm-alpha",
"version": "2.50.3",
"description": "A library for interacting with Synthetix smart contracts",
"source": "./src/index.ts",
"main": "./build/node/src/index.js",
Expand Down
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.

4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/data",
"version": "2.50.0-ovm-alpha",
"version": "2.50.3",
"description": "Javascript library for handling queries to Synthetix subgraphs",
"source": "./src/index.ts",
"main": "./build/node/src/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/Synthetixio/js-monorepo/issues"
},
"dependencies": {
"@synthetixio/contracts-interface": "2.50.0-ovm-alpha",
"@synthetixio/contracts-interface": "^2.50.3",
"bignumber.js": "9.0.1",
"date-fns": "2.19.0",
"ethers": "5.4.6",
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.50.2",
"version": "2.50.3",
"description": "react-query for pulling synthetix data in react interfaces",
"source": "./src/index.ts",
"main": "./build/node/src/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@snapshot-labs/snapshot.js": "^0.1.11",
"@synthetixio/contracts-interface": "2.50.0-ovm-alpha",
"@synthetixio/data": "2.50.0-ovm-alpha",
"@synthetixio/contracts-interface": "^2.50.3",
"@synthetixio/data": "^2.50.3",
"@synthetixio/optimism-networks": "2.50.0-ovm-alpha",
"@synthetixio/providers": "2.50.0-ovm-alpha",
"@synthetixio/transaction-notifier": "2.50.0-ovm-alpha",
Expand Down

0 comments on commit c8d58eb

Please sign in to comment.