Merge pull request #5866 from mermaid-js/changeset-release/master

Version Packages
This commit is contained in:
Sidharth Vinod
2024-09-16 22:10:27 +05:30
committed by GitHub
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",