Skip to content

Commit

Permalink
Merge pull request #1805 from Kajabi/fix/remove-version-info
Browse files Browse the repository at this point in the history
fix: removing until we find a better solution to read Sage version
  • Loading branch information
ju-Skinner authored Oct 2, 2023
2 parents 619b942 + 150118c commit 71b0f30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/sage-react/lib/Introduction.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import PackageInfo from '../../../docs/package.json';

export const Introduction = () => (
<div>
Expand All @@ -20,9 +19,5 @@ export const Introduction = () => (
</p>
<br />
<p>Happy coding! 🚀</p>
<br />
<h2>Version Information</h2>
<h3>{`v${PackageInfo.version}`}</h3>
<p><a href={`https://github.com/Kajabi/sage-lib/releases/tag/v${PackageInfo.version}`}>Change log</a> for {`v${PackageInfo.version}`}.</p>
</div>
);

0 comments on commit 71b0f30

Please sign in to comment.