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 #5086 from ONRR/release-changes-6.0.2
Browse files Browse the repository at this point in the history
updates version and what's new
  • Loading branch information
jennmalcolm authored Jul 16, 2020
2 parents 9624fa3 + 679e892 commit 84398fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blog-site/src/pages/intern-onrr-dot-gov/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- design
- user research
- virtual student federal service
date: "2020-07-07"
date: "2020-07-17"
---

When I learned I had been selected for the user experience (UX) apprenticeship, I was incredibly excited about experiencing what it is like working within a federal government agency. Admittedly, my first impression of the material I’d be working with was that it was a little dry, but it wasn’t long after a deep exploration into ONRR.gov that I was hooked. The overall structure and navigation of the site needed some help and I was motivated by the opportunity it presented to design for impact with meaningful, evidence-based solutions. But most importantly, I wanted my work to improve the lives of those who interface with the product on an ongoing basis.
Expand Down
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: 'v6.0.1',
version: 'v6.0.2',
googleAnalyticsId: GOOGLE_ANALYTICS_ID,
},
plugins: [
Expand Down
10 changes: 5 additions & 5 deletions src/components/sections/WhatsNew/WhatsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +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 June 17, 2020, we made the following changes:</p>
<p>In our latest release on July 17, 2020, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Updated <Link to="/downloads/revenue-by-month">monthly revenue data</Link> through May 2020</li>
<li>Updated <Link to="/downloads/production-by-month">monthly production data</Link> through February 2020</li>
<li>Added <Link to="/downloads/production"> calendar year 2019 production data file</Link></li>
<li>Added <Link to="/blog/shaping">blog post on how we adjusted our work process to maximize collaboration</Link></li>
<li>Updated <Link to="/downloads/revenue-by-month">monthly revenue data</Link> through June 2020</li>
<li>Updated <Link to="/downloads/production-by-month">monthly production data</Link> through March 2020</li>
<li>Added <Link to="/downloads/federal-revenue-by-company"> calendar year 2019 revenue by company file</Link></li>
<li>Added <Link to="/blog/intern-onrr-dot-gov/">blog post from our intern discussing her journey working with our team</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 84398fe

Please sign in to comment.