Skip to content

Commit 002c23b

Browse files
authored
v3.10.5 (#2361)
* v3.10.5 * Revert change for ArbitrumGasPriceOracle * Fix build issue
1 parent 0f04428 commit 002c23b

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
44
"description": "Collects 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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
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.10.4",
3+
"version": "3.10.5",
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.10.4",
4+
"version": "3.10.5",
55
"exact": true,
66
"changelog": false,
77
"ignoreChanges": [

0 commit comments

Comments
 (0)