add release candidate from #7120

This commit is contained in:
Jeff Escalante 2020-02-11 16:22:23 -05:00
parent 0bef886c2b
commit 3d865efef9
No known key found for this signature in database
GPG key ID: 32D23C61AB5450DB
3 changed files with 8 additions and 4 deletions

View file

@ -2998,9 +2998,9 @@
}
},
"@hashicorp/react-product-downloader": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-product-downloader/-/react-product-downloader-2.3.1.tgz",
"integrity": "sha512-2e8tQZ0qDwmvadNJwIJdJO33niGF6eMppUAPKxZnP+StfITIg3u1bPDSsyOiDoeiYk4SR7Tcr5YRTiK5r+ghKA==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-product-downloader/-/react-product-downloader-2.4.0.tgz",
"integrity": "sha512-AzUbfO4kIx/WwNlI2JZRBzmOZPg2sTVOIrmZB5YWuBs9fNjcacg6XjoKsKGcKAG6rnNbN2AEirXa1/Qw11g+3w==",
"requires": {
"@hashicorp/react-button": "^2.1.4"
}

View file

@ -20,7 +20,7 @@
"@hashicorp/react-image": "^2.0.1",
"@hashicorp/react-inline-svg": "^1.0.0",
"@hashicorp/react-mega-nav": "^4.0.1-2",
"@hashicorp/react-product-downloader": "^2.3.1",
"@hashicorp/react-product-downloader": "^2.4.0",
"@hashicorp/react-section-header": "^2.0.0",
"@hashicorp/react-text-and-content": "^4.0.2",
"@hashicorp/react-use-cases": "^1.0.3",

View file

@ -13,6 +13,10 @@ export default function DownloadsPage({ downloadData }) {
product="Nomad"
version={VERSION}
downloads={downloadData}
releaseCandidate={{
name: '0.10.4',
version: '0.10.4-rc1'
}}
/>
</div>
)