Skip to content

Commit

Permalink
Merge pull request #221 from VenusProtocol/update-semantic-release-ve…
Browse files Browse the repository at this point in the history
…rsion

Update semantic release version
  • Loading branch information
coreyar authored Dec 17, 2024
2 parents 8040438 + f296f07 commit 14ef6bb
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 206 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.4",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down Expand Up @@ -101,7 +100,7 @@
},
"dependencies": {
"@0xsequence/multicall": "^1.10.15",
"dotenv": "^16.4.5",
"semantic-release-yarn": "^3.0.2"
"@semantic-release/npm": "^12.0.1",
"dotenv": "^16.4.5"
}
}
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"semantic-release-yarn",
"@semantic-release/npm",
{
"npmPublish": false
}
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"urql": "^3.0.3"
},
"devDependencies": {
"semantic-release": "^23.1.1",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2"
},
"stableVersion": "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/etherfi-promo/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"semantic-release-yarn",
"@semantic-release/npm",
{
"npmPublish": false
}
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/etherfi-promo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.80.0",
"semantic-release": "^23.1.1",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2",
"ts-node": "^10.9.2",
"viem": "^2.9.26"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"semantic-release-yarn",
"@semantic-release/npm",
{
"npmPublish": false
}
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"semantic-release": "^23.1.1",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2",
"ts-node": "^10.9.2",
"urql": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"semantic-release-yarn",
"@semantic-release/npm",
{
"npmPublish": false
}
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"semantic-release": "^23.1.1",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2",
"ts-node": "^10.9.2",
"urql": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"semantic-release-yarn",
"@semantic-release/npm",
{
"npmPublish": false
}
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"semantic-release": "^23.1.1",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2",
"ts-node": "^10.9.2",
"urql": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"semantic-release-yarn",
"@semantic-release/npm",
{
"npmPublish": false
}
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ts-node": "^10.9.2"
},
"devDependencies": {
"semantic-release": "^23.1.1",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2"
},
"stableVersion": "1.1.2"
Expand Down
Loading

0 comments on commit 14ef6bb

Please sign in to comment.