Skip to content

Commit 1f373c8

Browse files
Version Packages
1 parent 02d3bec commit 1f373c8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/giant-steaks-argue.md

-5
This file was deleted.

.changeset/red-beans-cross.md

-5
This file was deleted.

packages/mermaid/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# mermaid
22

3+
## 11.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 11.1.1
414

515
### Patch Changes

packages/mermaid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mermaid",
3-
"version": "11.1.1",
3+
"version": "11.2.0",
44
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
55
"type": "module",
66
"module": "./dist/mermaid.core.mjs",

0 commit comments

Comments
 (0)