Skip to content

Commit

Permalink
v2.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetix CI committed May 24, 2022
1 parent 351f17d commit 799bae9
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 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.70.0-alpha"
"version": "2.70.1"
}
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.70.0-alpha",
"version": "2.70.1",
"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/optimism-networks/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/optimism-networks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/optimism-networks",
"version": "2.70.0-alpha",
"version": "2.70.1",
"description": "Javascript library for handling networks on Optimism Layer 2",
"source": "./src/index.ts",
"main": "./build/node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/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/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/providers",
"version": "2.70.0-alpha",
"version": "2.70.1",
"description": "Javascript library for handling providers on Layer 1 & Optimism Layer 2",
"source": "./src/index.ts",
"main": "./build/node/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@eth-optimism/provider": "0.0.1-alpha.14",
"@synthetixio/contracts-interface": "2.70.0-alpha",
"@synthetixio/optimism-networks": "2.70.0-alpha",
"@synthetixio/contracts-interface": "2.70.1",
"@synthetixio/optimism-networks": "2.70.1",
"ethers": "5.5.3"
},
"devDependencies": {
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.

12 changes: 6 additions & 6 deletions packages/queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/queries",
"version": "2.70.0-alpha",
"version": "2.70.1",
"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,11 +33,11 @@
},
"dependencies": {
"@snapshot-labs/snapshot.js": "0.3.22",
"@synthetixio/contracts-interface": "2.70.0-alpha",
"@synthetixio/optimism-networks": "2.70.0-alpha",
"@synthetixio/providers": "2.70.0-alpha",
"@synthetixio/transaction-notifier": "2.70.0-alpha",
"@synthetixio/wei": "2.70.0-alpha",
"@synthetixio/contracts-interface": "2.70.1",
"@synthetixio/optimism-networks": "2.70.1",
"@synthetixio/providers": "2.70.1",
"@synthetixio/transaction-notifier": "2.70.1",
"@synthetixio/wei": "2.70.1",
"axios": "^0.21.4",
"bignumber.js": "9.0.1",
"date-fns": "2.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-notifier/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/transaction-notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/transaction-notifier",
"version": "2.70.0-alpha",
"version": "2.70.1",
"description": "Javascript library for handling networks on Optimism Layer 2",
"source": "./src/index.ts",
"main": "./build/node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wei/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/wei/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/wei",
"version": "2.70.0-alpha",
"version": "2.70.1",
"description": "Convenient BigNumber library for web3",
"main": "build/node/index.js",
"browser": "./build/node/index.js",
Expand Down

0 comments on commit 799bae9

Please sign in to comment.