Version Packages

This commit is contained in:
github-actions[bot]
2024-09-09 13:09:57 +00:00
parent 02d3bec856
commit 1f373c8430
4 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'mermaid': minor
---
feat: Return parsed config from mermaid.parse

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
fix: Replace $root with relative paths

View File

@@ -1,5 +1,15 @@
# mermaid
## 11.2.0
### Minor Changes
- [#5831](https://github.com/mermaid-js/mermaid/pull/5831) [`64abf29`](https://github.com/mermaid-js/mermaid/commit/64abf29ea870eaa47148197f95ce714f85bd7eea) Thanks [@sidharthv96](https://github.com/sidharthv96)! - feat: Return parsed config from mermaid.parse
### Patch Changes
- [#5838](https://github.com/mermaid-js/mermaid/pull/5838) [`5e75320`](https://github.com/mermaid-js/mermaid/commit/5e75320d49eab65aca630dcc3c04c8d620a8bbf7) Thanks [@bollwyvl](https://github.com/bollwyvl)! - fix: Replace $root with relative paths
## 11.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "11.1.1",
"version": "11.2.0",
"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",