Skip to content

Commit

Permalink
revert version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Jul 7, 2023
1 parent e1b0613 commit 5562a25
Show file tree
Hide file tree
Showing 10 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
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "3.2.0-xchain.0",
"version": "3.1.1",
"exact": true,
"changelog": false,
"ignoreChanges": [
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.2.0-xchain.0",
"version": "3.1.1",
"description": "Perps Market implementation",
"scripts": {
"build": "yarn build:contracts",
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.2.0-xchain.0",
"version": "3.1.1",
"description": "Spot Market implementation",
"scripts": {
"build": "yarn build:contracts",
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.2.0-xchain.0",
"version": "3.1.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.2.0-xchain.0",
"version": "3.1.1",
"description": "Core Synthetix Protocol Contracts",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion utils/common-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/common-config",
"version": "3.2.0-xchain.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/core-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/core-contracts",
"version": "3.2.0-xchain.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/core-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/core-modules",
"version": "3.2.0-xchain.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/core-utils",
"version": "3.2.0-xchain.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/hardhat-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/hardhat-storage",
"version": "3.2.0-xchain.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5562a25

Please sign in to comment.