Skip to content

Updating the Theme

Verdict Law does not provide automatic updates unless a future release explicitly adds that capability.

  1. Back up the current project.
  2. Commit your current work in Git.
  3. Read CHANGELOG.md in the new release package.
  4. Compare changed files with your customized project.
  5. Copy changes intentionally.
  6. Run npm install if dependencies changed.
  7. Run npm run build.
  8. Test important pages and forms.

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.

Patch releases usually contain fixes. Minor releases may add functionality. Major releases can contain breaking changes. Always read the release notes before updating.