Skip to content

Commit

Permalink
[GH Action] Update release tags and commit SHAs for mainnet (#1812)
Browse files Browse the repository at this point in the history
* [automated GH action] update latest release tags & commit sha (mainnet)

* docs: add new versoin

* docs: update mocha

---------

Co-authored-by: jcstein <[email protected]>
Co-authored-by: jcstein <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent 0069d4d commit ad43f02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .vitepress/constants/arabica_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const arabicaVersions = Object.freeze({
"app-latest-sha": "dbd27087fadd80171e65c30aef776bc5895cb8da",
"core-latest-tag": "v1.44.0-tm-v0.34.35",
"core-latest-sha": "a1268f7ae3e688144a613c8a439dd31818aae07d",
"node-latest-tag": "v0.20.3-arabica",
"node-latest-sha": "f019e10fbb9e416f6f7779b46a08f88bdb4bb183",
"node-latest-tag": "v0.20.4-arabica",
"node-latest-sha": "51b79431533576a5cddf1235bdf3751e4c014212",
});
export default arabicaVersions;
8 changes: 4 additions & 4 deletions .vitepress/constants/mainnet_versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const mainnetVersions = Object.freeze({
"app-latest-tag": "v2.3.1",
"app-latest-sha": "06f24f5dbe48c29964e1d8cfb030cffd90797ded",
"core-latest-tag": "v1.41.0-tm-v0.34.29",
"core-latest-sha": "aef322775c75783488b439cdf7ca33f38da08426",
"node-latest-tag": "v0.20.3",
"node-latest-sha": "f5d9b3207dfc6e9a39c0dbb2fa19ef6f96eacf6f",
"core-latest-tag": "v1.44.0-tm-v0.34.35",
"core-latest-sha": "a1268f7ae3e688144a613c8a439dd31818aae07d",
"node-latest-tag": "v0.20.4",
"node-latest-sha": "51b79431533576a5cddf1235bdf3751e4c014212",
});
export default mainnetVersions;
4 changes: 2 additions & 2 deletions .vitepress/constants/mocha_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mochaVersions = Object.freeze({
"app-latest-sha": "dbd27087fadd80171e65c30aef776bc5895cb8da",
"core-latest-tag": "v1.43.0-tm-v0.34.35",
"core-latest-sha": "c2c6463a79697d511650d5113738acf5861ba7d7",
"node-latest-tag": "v0.20.3-mocha",
"node-latest-sha": "f019e10fbb9e416f6f7779b46a08f88bdb4bb183",
"node-latest-tag": "v0.20.4-mocha",
"node-latest-sha": "51b79431533576a5cddf1235bdf3751e4c014212",
});
export default mochaVersions;

0 comments on commit ad43f02

Please sign in to comment.