Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4986 from ONRR/release-changes-5.5.6
Browse files Browse the repository at this point in the history
Release changes 5.5.6
  • Loading branch information
jennmalcolm authored Mar 5, 2020
2 parents 539ed37 + 7ba7106 commit d45d592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let config = {
siteMetadata: {
title: 'Natural Resources Revenue Data',
description: 'This site provides open data about natural resource management on federal lands and waters in the United States, including oil, gas, coal, and other extractive industries.',
version: 'v5.5.5',
version: 'v5.5.6',
googleAnalyticsId: GOOGLE_ANALYTICS_ID,
},
plugins: [
Expand Down
13 changes: 5 additions & 8 deletions src/components/sections/WhatsNew/WhatsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ const WhatsNew = props => (
<section className={styles.root + ' slab-delta'}>
<div className="container-page-wrapper">
<h2>What's new</h2>
<p>In our latest release on February 11, 2020, we made the following changes:</p>
<p>In our latest release on March 6, 2020, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Fixed bug with state and county disbursements trend line</li>
</ul>
<p>In our release on February 7, 2020, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Added <Link to="/downloads/federal-disbursements-by-month/">monthly disbursements data for December 2019</Link></li>
<li>Added <Link to="/explore/#revenue">calendar year revenue data for 2019</Link></li>
<li>Added <Link to="/blog/tool-agnostic/">blog post about being tool agnostic</Link></li>
<li>Updated <Link to="/downloads/federal-disbursements-by-month/">monthly disbursements data through January 2020</Link></li>
<li>Updated <Link to="/downloads/federal-production-by-month/">monthly production data through October 2019</Link></li>
<li>Updated <Link to="/downloads/federal-revenue-by-month/">monthly revenue data through January 2020</Link></li>
<li>Added <Link to="/downloads/#data-collection-validation">content for data collection and validation</Link></li>
</ul>

<p>Review our <a href="https://github.com/ONRR/doi-extractives-data/releases">full release details</a>.</p>
Expand Down

0 comments on commit d45d592

Please sign in to comment.