> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/versioning.md).

# Versioning

We follow semantic versioning and maintain different versioning systems based on code and design updates:

1. **Product Version**: This is Visible on the MUI store page.
2. **UI Kit Version**: This can be found in the `package.json` file.
3. **Admin Version**: This can be found in the `package.json` file.
4. **UI Kit Figma Version**: This can be found in the `figma` file.
5. **Admin Figma Version**: This can be found in the `figma` file.

Each product version has an associated code or design version, which you can see in the table below. An update in any of the 4 can lead to a new product version.

<table><thead><tr><th width="172">Product Version</th><th>UI Kit</th><th>Admin</th><th>UI Kit Figma</th><th>Admin Figma</th></tr></thead><tbody><tr><td>2.0.1</td><td>2.0.0</td><td>2.0.0</td><td>1.1.0</td><td><mark style="background-color:$success;">1.2.0</mark></td></tr><tr><td>2.0.0</td><td>2.0.0</td><td>2.0.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.3.0</td><td>1.3.0</td><td>1.3.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.2.0</td><td>1.2.0</td><td>1.2.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.1.0</td><td>1.1.0</td><td>1.1.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td></tr></tbody></table>
