Version Packages

This commit is contained in:
github-actions[bot]
2024-09-16 16:39:08 +00:00
parent 14601b7871
commit c5539e0aa0
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
Fix for issue with calculation of label width when using in firefox

View File

@@ -1,5 +1,11 @@
# mermaid
## 11.2.1
### Patch Changes
- [#5856](https://github.com/mermaid-js/mermaid/pull/5856) [`bfd8c63`](https://github.com/mermaid-js/mermaid/commit/bfd8c63daaa8420e57da9953922b9f0c94123064) Thanks [@knsv](https://github.com/knsv)! - Fix for issue with calculation of label width when using in firefox
## 11.2.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "11.2.0",
"version": "11.2.1",
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
"type": "module",
"module": "./dist/mermaid.core.mjs",