How to find the older versions of source code for a node package on github?
For example, I want to check the source code of material@5.0.1
.
When I go on to https://www.npmjs.com/package/@mui/icons-material/v/5.0.1, and click on the repository link https://github.com/mui/material-ui, we land on the repo for the latest version 5.5.1
.
But, I want to go back to the older versions of the source code.
Appreciate any help here.