Skip to content

Commit 5932f09

Browse files
committed
v3.3.10
1 parent e19d3cd commit 5932f09

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
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.3.9",
3+
"version": "3.3.10",
44
"description": "Market buys and burns SNX",
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.3.9",
3+
"version": "3.3.10",
44
"description": "Optimism Gas Price Oracle Node",
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.3.9",
3+
"version": "3.3.10",
44
"description": "Benchmark prices oracle",
55
"publishConfig": {
66
"access": "public"

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.3.9",
3+
"version": "3.3.10",
44
"description": "Spot market quoting oracle (used in synthetix core contracts",
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.3.9",
4+
"version": "3.3.10",
55
"exact": true,
66
"changelog": false,
77
"ignoreChanges": [

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.3.9",
3+
"version": "3.3.10",
44
"description": "Perps Market implementation",
55
"scripts": {
66
"build": "yarn build:contracts",

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.3.9",
3+
"version": "3.3.10",
44
"description": "Spot Market implementation",
55
"scripts": {
66
"build": "yarn build:contracts",

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.3.9",
3+
"version": "3.3.10",
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.3.9",
3+
"version": "3.3.10",
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.3.9",
3+
"version": "3.3.10",
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.3.9",
3+
"version": "3.3.10",
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.3.9",
3+
"version": "3.3.10",
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.3.9",
3+
"version": "3.3.10",
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.3.9",
3+
"version": "3.3.10",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)