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 #4665 from ONRR/dev
Browse files Browse the repository at this point in the history
Dev-->Master
  • Loading branch information
jennmalcolm authored Oct 7, 2019
2 parents 7a4b4db + 6b3a545 commit 99c1e53
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions downloads/csv/disbursements/disbursements.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fiscal Year,Fund Type,Onshore/Offshore,State,County, Total ,,,
Fiscal Year,Fund Type,Onshore/Offshore,State,County, Total ,,,
2003,American Indian Tribes,Onshore,,," 224,798,713.60 ",,,
2003,Historic Preservation Fund,Offshore,,," 150,000,000.00 ",,,
2003,Land & Water Conservation Fund,Offshore,,," 898,999,960.00 ",,,
Expand Down Expand Up @@ -1438,7 +1438,7 @@
2016,U.S. Treasury,Onshore,,," 336,570,856.34 ",,,
2016,U.S. Treasury - GoMESA,Offshore,,," 1,370,611.67 ",,,
2017,American Indian Tribes,Onshore,,," 675,788,643.34 ",,,
2017,Historic Preservation Fund,offshore,,," 150,000,000.00 ",,,
2017,Historic Preservation Fund,Offshore,,," 150,000,000.00 ",,,
2017,Land & Water Conservation Fund,Offshore,,," 891,828,225.00 ",,,
2017,Land & Water Conservation Fund - GoMESA,Offshore,,," 66,982,984.72 ",,,
2017,Other,Offshore,,," 122,238,329.06 ",,,
Expand Down Expand Up @@ -1701,4 +1701,4 @@
2018,State 8(g),Offshore,TX,," 4,634,850.84 ",,,
2018,U.S. Treasury,Offshore,,," 2,789,421,770.94 ",,,
2018,U.S. Treasury,Onshore,,," 411,828,484.53 ",,,
2018,U.S. Treasury - GoMESA,Offshore,,," 309,064,093.11 ",,,
2018,U.S. Treasury - GoMESA,Offshore,,," 309,064,093.11 ",,,
Binary file modified downloads/disbursements/disbursements.xlsx
Binary file not shown.
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.4.5',
version: 'v5.4.6',
googleAnalyticsId: GOOGLE_ANALYTICS_ID,
},
plugins: [
Expand Down
6 changes: 5 additions & 1 deletion src/components/sections/WhatsNew/WhatsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ 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 October 3, 2019, we made the following changes:</p>
<p>In our latest release on October 7, 2019, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Fixed a bug with explore data disbursements </li>
</ul>
<p>In our release on October 3, 2019, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Fixed a bug with disbursements trends on the homepage</li>
</ul>
Expand Down

0 comments on commit 99c1e53

Please sign in to comment.