Skip to content

Commit

Permalink
Merge pull request #217 from VenusProtocol/correct-version-pre-releas…
Browse files Browse the repository at this point in the history
…e-true

Correct version pre release true
  • Loading branch information
coreyar authored Dec 16, 2024
2 parents fdcc322 + b486d50 commit 22f6a55
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "testnet",
"prerelease": "testnet"
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/cross-chain-governance-subgraph",
"version": "1.1.1-0",
"version": "1.1.1-testnet.2",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/etherfi-promo/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "testnet",
"prerelease": "testnet"
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "testnet",
"prerelease": "testnet"
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/isolated-pools-subgraph",
"version": "1.3.1-0",
"version": "1.4.0-testnet.2",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "testnet",
"prerelease": "testnet"
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/protocol-reserve-subgraph",
"version": "1.1.1-0",
"version": "1.2.0-testnet.4",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "testnet",
"prerelease": "testnet"
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion subgraphs/venus/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "testnet",
"prerelease": "testnet"
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion subgraphs/venus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/core-pool-subgraph",
"version": "1.1.3-0",
"version": "1.2.0-testnet.2",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down

0 comments on commit 22f6a55

Please sign in to comment.