Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Sep 27, 2024
1 parent 43bcba0 commit be14f79
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion auxiliary/ArbitrumGasPriceOracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/arbitrum-gas-price-oracle",
"version": "3.7.0",
"version": "3.8.0",
"description": "Arbitrum Gas Price Oracle Node",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/BuybackSnx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/buyback-snx",
"version": "3.7.0",
"version": "3.8.0",
"description": "Market buys and burns SNX",
"publishConfig": {
"access": "public"
Expand Down
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.1",
"version": "3.8.0",
"description": "ERC 4626 to Assets Oracle Node",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/OpGasPriceOracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/op-gas-price-oracle",
"version": "3.7.0",
"version": "3.8.0",
"description": "Optimism Gas Price Oracle Node",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/OwnedFeeCollector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/owned-fee-collector",
"version": "3.7.0",
"version": "3.8.0",
"description": "Colelcts fees on behalf of an owner",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/PythERC7412Wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/pyth-erc7412-wrapper",
"version": "3.7.0",
"version": "3.8.0",
"description": "Benchmark prices oracle",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/RewardsDistributor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/rewards-distributor",
"version": "3.6.4",
"version": "3.8.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/RewardsDistributorExternal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/rewards-dist-ext",
"version": "3.6.4",
"version": "3.8.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/SpotMarketOracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/spot-market-oracle",
"version": "3.7.0",
"version": "3.8.0",
"description": "Spot market quoting oracle (used in synthetix core contracts",
"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.1",
"version": "3.8.0",
"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.1",
"version": "3.8.0",
"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.1",
"version": "3.8.0",
"description": "L1 perp market implementation",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion markets/legacy-market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/legacy-market",
"version": "3.6.4",
"version": "3.8.0",
"description": "Contract for migration from v2x to v3",
"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.1",
"version": "3.8.0",
"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.1",
"version": "3.8.0",
"description": "Spot Market implementation",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion protocol/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/governance",
"version": "3.7.0",
"version": "3.8.0",
"description": "On-Chain elections for all Synthetix councils",
"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.1",
"version": "3.8.0",
"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.1",
"version": "3.8.0",
"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.6.4",
"version": "3.8.0",
"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.7.0",
"version": "3.8.0",
"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.6.4",
"version": "3.8.0",
"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.6.4",
"version": "3.8.0",
"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.6.4",
"version": "3.8.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit be14f79

Please sign in to comment.