Skip to content

Commit

Permalink
v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 19, 2024
1 parent 3fed30f commit 1292b00
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion auxiliary/ERC4626ToAssetsRatioOracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/erc-4626-to-assets-ratio-oracle",
"version": "3.7.0",
"version": "3.7.1",
"description": "ERC 4626 to Assets Oracle Node",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/WstEthToStEthRatioOracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/wsteth-to-steth-ratio-oracle",
"version": "3.7.0",
"version": "3.7.1",
"description": "wstETH to stETH Ratio Oracle Node",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "3.7.0",
"version": "3.7.1",
"exact": true,
"changelog": false,
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion markets/bfp-market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/bfp-market",
"version": "3.7.0",
"version": "3.7.1",
"description": "L1 perp market implementation",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion markets/perps-market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/perps-market",
"version": "3.7.0",
"version": "3.7.1",
"description": "Perps Market implementation",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion markets/spot-market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/spot-market",
"version": "3.7.0",
"version": "3.7.1",
"description": "Spot Market implementation",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion protocol/oracle-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/oracle-manager",
"version": "3.7.0",
"version": "3.7.1",
"description": "Core Synthetix Protocol Oracle Manager",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion protocol/synthetix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/main",
"version": "3.7.0",
"version": "3.7.1",
"description": "Core Synthetix Protocol Contracts",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1292b00

Please sign in to comment.