Version check
Before submitting this PR:
Checklist
- [x] No breaking changes
- [x] Tests pass
- [x] New features have new tests
- [x] Documentation is updated
Breaking changes
Avoid breaking changes and regressions. If you feel it is unavoidable, make it explicit in your PR comment so we can review it and see how to handle it.
Tests
- please make sure your changes pass the current tests (Use the
make testor themake watchcommand). - if you are introducing a new feature, please write as much tests as possible.
Documentation
Please make sure the documentation is updated accordingly, in particular:
- Workflows. Workflows are Mermaid sequence diagrams
- Schema. The schema in a Mermaid ER diagram
- Environment variables. Please adjust the .env.example file accordingly
- OpenApi specifications. We are using inline JSDoc annotations
⚠️ No Changeset found
Latest commit: e26c8a5afcae2914d875537823e3bb7850b85f57
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Closing in favor of #493
Thanks!