From e7778091f69aa2f83afa88aafd2ed62e14fd6508 Mon Sep 17 00:00:00 2001 From: Faied Date: Thu, 16 Jul 2020 11:03:58 -0600 Subject: [PATCH 1/3] updates version and what's new --- gatsby-config.js | 2 +- src/components/sections/WhatsNew/WhatsNew.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index bbad012f8..a7d59f07f 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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: [ diff --git a/src/components/sections/WhatsNew/WhatsNew.js b/src/components/sections/WhatsNew/WhatsNew.js index 3bacfe6c2..b25bd707d 100644 --- a/src/components/sections/WhatsNew/WhatsNew.js +++ b/src/components/sections/WhatsNew/WhatsNew.js @@ -7,12 +7,12 @@ const WhatsNew = props => (

What's new

-

In our latest release on June 17, 2020, we made the following changes:

+

In our latest release on July 16, 2020, we made the following changes:

    -
  • Updated monthly revenue data through May 2020
  • -
  • Updated monthly production data through February 2020
  • -
  • Added calendar year 2019 production data file
  • -
  • Added blog post on how we adjusted our work process to maximize collaboration
  • +
  • Updated monthly revenue data through June 2020
  • +
  • Updated monthly production data through March 2020
  • +
  • Added calendar year 2019 revenue by comppany download file
  • +
  • Added blog post from our intern discussing her journey working with our team

Review our full release details.

From 924dd5575f21c2289c0ae39012bfbe2802ff5979 Mon Sep 17 00:00:00 2001 From: Faied Date: Thu, 16 Jul 2020 11:57:45 -0600 Subject: [PATCH 2/3] change blog post --- blog-site/src/pages/intern-onrr-dot-gov/index.md | 2 +- src/components/sections/WhatsNew/WhatsNew.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog-site/src/pages/intern-onrr-dot-gov/index.md b/blog-site/src/pages/intern-onrr-dot-gov/index.md index ac919d650..aec5b32d8 100644 --- a/blog-site/src/pages/intern-onrr-dot-gov/index.md +++ b/blog-site/src/pages/intern-onrr-dot-gov/index.md @@ -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. diff --git a/src/components/sections/WhatsNew/WhatsNew.js b/src/components/sections/WhatsNew/WhatsNew.js index b25bd707d..a15d5b03c 100644 --- a/src/components/sections/WhatsNew/WhatsNew.js +++ b/src/components/sections/WhatsNew/WhatsNew.js @@ -7,7 +7,7 @@ const WhatsNew = props => (

What's new

-

In our latest release on July 16, 2020, we made the following changes:

+

In our latest release on July 17, 2020, we made the following changes:

  • Updated monthly revenue data through June 2020
  • Updated monthly production data through March 2020
  • From 679e892b7e03102dd47adee3c3f138e42f33ff41 Mon Sep 17 00:00:00 2001 From: Jennifer Malcolm <30806839+jennmalcolm@users.noreply.github.com> Date: Thu, 16 Jul 2020 17:15:11 -0400 Subject: [PATCH 3/3] fix one link and one typo --- src/components/sections/WhatsNew/WhatsNew.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/WhatsNew/WhatsNew.js b/src/components/sections/WhatsNew/WhatsNew.js index a15d5b03c..651e9cb04 100644 --- a/src/components/sections/WhatsNew/WhatsNew.js +++ b/src/components/sections/WhatsNew/WhatsNew.js @@ -11,8 +11,8 @@ const WhatsNew = props => (
    • Updated monthly revenue data through June 2020
    • Updated monthly production data through March 2020
    • -
    • Added calendar year 2019 revenue by comppany download file
    • -
    • Added blog post from our intern discussing her journey working with our team
    • +
    • Added calendar year 2019 revenue by company file
    • +
    • Added blog post from our intern discussing her journey working with our team

    Review our full release details.