Skip to content

Commit

Permalink
Merge pull request #3 from MichaelPesce/update-project-versions
Browse files Browse the repository at this point in the history
Update project versions on splash page
  • Loading branch information
MichaelPesce authored Dec 17, 2024
2 parents ab92db5 + e1879f4 commit a82b065
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const themes = {
'supports the technoeconomic assessment of full water treatment trains.',
projectRelease: {
'version': `${process.env.REACT_APP_BUILD_VERSION || getVersionDate()}`, 'depVersions': {
'WaterTAP': '1.1.0'
'WaterTAP': `${process.env.REACT_APP_PROJECT_VERSION || '1.1.0'}`
}
},
splashImage: nawiSplash,
Expand All @@ -50,10 +50,10 @@ export const themes = {
'Modeling for Minerals Sustainability (PROMMIS) Initiative seeks to ' +
'transform the national CM & REE landscape to meet DOE’s three ' +
'enduring strategic objectives: security, economic competitiveness, ' +
'and environmental responsibility',
'and environmental responsibility',
projectRelease: {
'version': '0.3.1', 'depVersions': {
'WaterTAP': '0.12.0'
'version': `${process.env.REACT_APP_BUILD_VERSION || getVersionDate()}`, 'depVersions': {
'PROMMIS': `${process.env.REACT_APP_PROJECT_VERSION || '0.3.1'}`
}
},
splashImage: prommisSplash,
Expand All @@ -79,7 +79,9 @@ export const themes = {
'to enable the design and optimization of complex, interacting energy and ' +
'process systems ',
projectRelease: {
'version': '2.5.0', 'depVersions': {}
'version': `${process.env.REACT_APP_BUILD_VERSION || getVersionDate()}`, 'depVersions': {
'IDAES': `${process.env.REACT_APP_PROJECT_VERSION || '2.5.0'}`
}
},
splashImage: idaesSplash,
logoFull: idaesLogoFull,
Expand Down

0 comments on commit a82b065

Please sign in to comment.