Skip to content

Commit d097036

Browse files
committed
v3.9.1
1 parent b3af639 commit d097036

File tree

24 files changed

+39
-23
lines changed

24 files changed

+39
-23
lines changed

auxiliary/ArbitrumGasPriceOracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/arbitrum-gas-price-oracle",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Arbitrum Gas Price Oracle Node",
55
"publishConfig": {
66
"access": "public"

auxiliary/BuybackSnx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/buyback-snx",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Market buys and burns SNX",
55
"publishConfig": {
66
"access": "public"

auxiliary/ERC4626ToAssetsRatioOracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/erc-4626-to-assets-ratio-oracle",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "ERC 4626 to Assets Oracle Node",
55
"publishConfig": {
66
"access": "public"

auxiliary/OpGasPriceOracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/op-gas-price-oracle",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Optimism Gas Price Oracle Node",
55
"publishConfig": {
66
"access": "public"

auxiliary/OwnedFeeCollector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/owned-fee-collector",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Colelcts fees on behalf of an owner",
55
"publishConfig": {
66
"access": "public"

auxiliary/PythERC7412Wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/pyth-erc7412-wrapper",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Benchmark prices oracle",
55
"publishConfig": {
66
"access": "public"

auxiliary/RewardsDistributor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/rewards-distributor",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

auxiliary/RewardsDistributorExternal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/rewards-dist-ext",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

auxiliary/SpotMarketOracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/spot-market-oracle",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Spot market quoting oracle (used in synthetix core contracts",
55
"publishConfig": {
66
"access": "public"

auxiliary/WstEthToStEthRatioOracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/wsteth-to-steth-ratio-oracle",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "wstETH to stETH Ratio Oracle Node",
55
"publishConfig": {
66
"access": "public"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"exact": true,
66
"changelog": false,
77
"ignoreChanges": [

markets/bfp-market/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/bfp-market",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "L1 perp market implementation",
55
"publishConfig": {
66
"access": "public"

markets/legacy-market/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/legacy-market",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Contract for migration from v2x to v3",
55
"publishConfig": {
66
"access": "public"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "forge-std",
3+
"version": "3.9.1",
4+
"description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.",
5+
"homepage": "https://book.getfoundry.sh/forge/forge-std",
6+
"bugs": "https://github.com/foundry-rs/forge-std/issues",
7+
"license": "(Apache-2.0 OR MIT)",
8+
"author": "Contributors to Forge Standard Library",
9+
"files": [
10+
"src/**/*"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/foundry-rs/forge-std.git"
15+
}
16+
}

markets/perps-market/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/perps-market",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Perps Market implementation",
55
"publishConfig": {
66
"access": "public"

markets/spot-market/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/spot-market",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Spot Market implementation",
55
"publishConfig": {
66
"access": "public"

protocol/governance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/governance",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "On-Chain elections for all Synthetix councils",
55
"publishConfig": {
66
"access": "public"

protocol/oracle-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/oracle-manager",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Core Synthetix Protocol Oracle Manager",
55
"publishConfig": {
66
"access": "public"

protocol/synthetix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/main",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"description": "Core Synthetix Protocol Contracts",
55
"publishConfig": {
66
"access": "public"

utils/common-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/common-config",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

utils/core-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/core-contracts",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

utils/core-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/core-modules",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

utils/core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/core-utils",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

utils/hardhat-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/hardhat-storage",
3-
"version": "3.8.1",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)