Upgrade to Latest Version

To see which version of TinaCMS you’re currently using, check your package.json file:

🔍 How to Find Available Versions

Always update both tinacms and @tinacms/cli to the latest version together to get the latest feature and avoid compatibility issues.

You can view all published versions of TinaCMS packages on npmjs.com:

tinacms on npm

@tinacms/cli on npm

Use your preferred package manager to upgrade TinaCMS to the latest version e.g.

Example of Installing a Specific Version of TinaCMS with npm:

After upgrading TinaCMS, run a dev build to ensure lock file is up to date

This ensures TinaCMS’s internal plugins and dependencies trigger any needed updates to tina-lock.json. This file will need to be commited so that TinaCloud knows which version of TinaCMS your site is using.

Last Edited: July 11, 2025