Brief description about the content of your PR.
Resolves #
Describe the way your implementation works or what design decisions you made if applicable.
Make sure you
- 📖 have read the contribution guidelines
- 💻 have added necessary unit/e2e tests.
- 📓 have added documentation. Make sure
MERMAID_RELEASE_VERSION
is used for all new features. - 🦋 If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.