File tree Expand file tree Collapse file tree
src/components/sections/ReleaseDetails Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,14 +37,32 @@ export default function ReleaseDetails() {
3737 Latest release details
3838 </ Typography >
3939 < Typography variant = "inherit" className = { classes . changes } >
40- June 30 , 2026 changes:
40+ July 7 , 2026 changes:
4141 </ Typography >
4242 < List className = { classes . changeList } >
4343 < ListItem >
4444 < ListItemText
4545 primary = {
4646 < >
47- Added < Link href = "/downloads/production/" > calendar year production data</ Link >
47+ Added < Link href = "/downloads/revenue/" > monthly revenue data</ Link >
48+ </ >
49+ }
50+ />
51+ </ ListItem >
52+ < ListItem >
53+ < ListItemText
54+ primary = {
55+ < >
56+ Added < Link href = "/downloads/production-by-month/" > monthly production data</ Link >
57+ </ >
58+ }
59+ />
60+ </ ListItem >
61+ < ListItem >
62+ < ListItemText
63+ primary = {
64+ < >
65+ Added < Link href = "/downloads/production-by-disposition/" > monthly production disposition data</ Link >
4866 </ >
4967 }
5068 />
You can’t perform that action at this time.
0 commit comments