Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

Version 0.66.3
--------------

- fix: remove h5 font weight override (#3272)

Version 0.66.2 (Released May 05, 2026)
--------------

Expand Down
2 changes: 1 addition & 1 deletion frontends/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@floating-ui/react": "^0.27.16",
"@mitodl/course-search-utils": "^3.5.2",
"@mitodl/mitxonline-api-axios": "2026.5.1",
"@mitodl/smoot-design": "^6.24.0",
"@mitodl/smoot-design": "^6.27.0",
"@mui/material": "^6.4.5",
"@mui/material-nextjs": "^6.4.3",
"@opentelemetry/api": "^1.9.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const Title = styled("h2")(({ theme }) => ({
...theme.typography.h3,
[theme.breakpoints.down("sm")]: {
...theme.typography.h5,
fontWeight: theme.typography.fontWeightBold,
},
}))

Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"@mitodl/smoot-design": "^6.24.0",
"@mitodl/smoot-design": "^6.27.0",
"next": "^16.1.6"
}
}
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.66.2"
VERSION = "0.66.3"

log = logging.getLogger()

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading