diff --git a/src/webui/components/Footer/index.js b/src/webui/components/Footer/index.js index b8ad369..24bc4b3 100644 --- a/src/webui/components/Footer/index.js +++ b/src/webui/components/Footer/index.js @@ -6,7 +6,6 @@ import React from 'react'; import type { Element } from 'react'; -import { version } from '../../../../package.json'; import { Wrapper, Left, Right, Earth, Flags, Love, Flag, Logo, Inner, ToolTip } from './styles'; import { goToVerdaccioWebsite } from '../../utils/windows.js'; @@ -28,7 +27,7 @@ const MADEWITH_LABEL = ' Made with'; const ON_LABEL = 'on'; const HEARTH_EMOJI = '♥'; -const renderRight = () => ( +const renderRight = (version = window.VERDACCIO_VERSION) => ( {POWERED_LABEL} diff --git a/src/webui/template/index.html b/src/webui/template/index.html index 4f3a5af..7c6b22d 100644 --- a/src/webui/template/index.html +++ b/src/webui/template/index.html @@ -12,6 +12,7 @@ window.VERDACCIO_API_URL = '<%= htmlWebpackPlugin.options.verdaccioURL %>/-/verdaccio/'; window.VERDACCIO_SCOPE = '<%= htmlWebpackPlugin.options.scope %>'; window.VERDACCIO_LOGO = '<%= htmlWebpackPlugin.options.logo %>'; + window.VERDACCIO_VERSION = '<%= htmlWebpackPlugin.options.version_app %>'; diff --git a/test/unit/webui/components/__snapshots__/footer.spec.js.snap b/test/unit/webui/components/__snapshots__/footer.spec.js.snap index 6fd3401..16341e3 100644 --- a/test/unit/webui/components/__snapshots__/footer.spec.js.snap +++ b/test/unit/webui/components/__snapshots__/footer.spec.js.snap @@ -1,3 +1,3 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`