Files
trezor-suite/scripts/templates/connect-bump-version.md
Jan Šetina 1a33adaa78 chore(docs): revise connect-bump-version checklist
Updated checklist items for version bump process.
2026-01-05 14:05:00 +01:00

818 B

@trezor/connect bump version

This is an automatically created PR.

  • Bump @trezor/connect and @trezor/connect-web version using yarn workspace @trezor/connect version:<beta|patch|minor|major>
  • Bump all connect dependencies that need to be released into npm. If unsure run yarn tsx check-npm-dependencies.ts <package_name> <semver>. Please note that this script will report unreleased dependencies even for changes that do not affect runtime (READMEs etc.)
  • Make sure CHANGELOG file has been updated @mroz22
  • Changelogs checked
  • Confirm that this release does not introduce any breaking changes @mroz22
  • Contact 3rd parties via dedicated Slack channel
  • Merge this PR into develop