Skip to content

Commit

Permalink
Merge pull request #1446 from LD4P/michelleif-patch-1
Browse files Browse the repository at this point in the history
Update NewsItem.jsx
  • Loading branch information
justinlittman authored Oct 7, 2019
2 parents 3121347 + 5f62c75 commit 593d3fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/home/NewsItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import { version } from '../../../package.json'

const NewsItem = () => (
<div className="news-item">
<h1>Announcing Sinopia Version 1.0.2</h1>
<h1>Sinopia Version {version} is live</h1>
<ul>
<li>Version 1.0.2 fixes the bugs with lookups and defaults in nested templates.
<li>Support for deriving new descriptions from external data and from Sinopia resources
</li>
<li>Improvements to Load RDF feature</li>
<li>For complete {version} release notes see the <a href="https://github.com/LD4P/sinopia/wiki/Latest-Release,-What's-Next">Sinopia help site</a>.
</li>
</ul>
Expand Down

0 comments on commit 593d3fa

Please sign in to comment.