Updating the Theme
Verdict Law does not provide automatic updates unless a future release explicitly adds that capability.
Recommended Process
Section titled “Recommended Process”- Back up the current project.
- Commit your current work in Git.
- Read
CHANGELOG.mdin the new release package. - Compare changed files with your customized project.
- Copy changes intentionally.
- Run
npm installif dependencies changed. - Run
npm run build. - Test important pages and forms.
Avoid Blind Overwrites
Section titled “Avoid Blind Overwrites”Do not overwrite customized data, content, styles, or components without reviewing the difference. Pay extra attention to src/data, src/content, src/styles/global.css, layouts, and any customized components.
Semantic Versioning
Section titled “Semantic Versioning”Patch releases usually contain fixes. Minor releases may add functionality. Major releases can contain breaking changes. Always read the release notes before updating.