Skip to content

Commit 16581be

Browse files
authored
Merge pull request #4088 from DOI-ONRR/whatsnew8120
Update latest release v8.12.0
2 parents a7e5add + d7c0540 commit 16581be

3 files changed

Lines changed: 33 additions & 4 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
// eslint-disable-next-line max-len
2121
'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.',
2222
keywords: 'Oil and gas, Coal, Renewable energy, Nonenergy minerals, Natural resource policy, Natural resource data, Extractives industries, Federal revenues, Production, 8(g) offshore revenue, offshore production, abanonded mine lands fund, mining reclamation tax, onrr state disbursement data, Native American land ownership, coal extraction, Department of the Interior, DOI, BLM coal leases, gomesa, gomesa funding, energy resource revenue, ONRR, state royalty, us eiti, solar industry, geothermal',
23-
version: 'v8.11.0',
23+
version: 'v8.12.0',
2424
author: '',
2525
dataRetrieval: {
2626
name: 'Data Specialists',

src/components/FactSheet/FactSheetBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const FactSheetBanner = () => {
7171
</Grid>
7272
<Grid item xs={12}>
7373
<Box className={classes.dataPublished}>
74-
Data published July 2025
74+
Data published August 2025
7575
</Box>
7676
</Grid>
7777
</Grid>

src/components/sections/ReleaseDetails/ReleaseDetails.js

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,48 @@ export default function ReleaseDetails() {
3737
</Typography>
3838

3939
<Typography variant="inherit" className={classes.changes}>
40-
August 12, 2025 changes:
40+
August 20, 2025 changes:
4141
</Typography>
4242

4343
<List className={classes.changeList}>
4444
<ListItem>
4545
<ListItemText
4646
primary={
4747
<>
48-
Updated the overall state revenue-sharing caps on <Link href="/how-revenue-works/gomesa/">Gulf of America Outer Continental Shelf Disbursements</Link>.
48+
Added <Link href="downloads/disbursements-by-month/" linkType="default">monthly disbursements data</Link>
4949
</>
5050
}
5151
/>
5252
</ListItem>
53+
<ListItem>
54+
<ListItemText
55+
primary={
56+
<>
57+
Added <Link href="/downloads/production-by-month/" linkType="default">monthly production data </Link>
58+
</>
59+
}
60+
/>
61+
</ListItem>
62+
<ListItem>
63+
<ListItemText
64+
primary={
65+
<>
66+
Added <Link href="downloads/revenue/" linkType="default">monthly revenue data</Link>
67+
</>
68+
}
69+
/>
70+
</ListItem>
71+
<ListItem>
72+
<ListItemText
73+
primary={
74+
<>
75+
Added <Link href="downloads/production-by-disposition/" linkType="default"> monthly production disposition data
76+
</Link>
77+
</>
78+
}
79+
/>
80+
</ListItem>
81+
5382
</List>
5483

5584
<Typography variant='inherit'>

0 commit comments

Comments
 (0)