diff --git a/.changeset/deep-pumas-run.md b/.changeset/deep-pumas-run.md deleted file mode 100644 index eca83fd6e..000000000 --- a/.changeset/deep-pumas-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -chore: Fix mindmap rendering in docs and apply tidytree layout diff --git a/.changeset/four-eyes-wish.md b/.changeset/four-eyes-wish.md deleted file mode 100644 index 3bbbc1e47..000000000 --- a/.changeset/four-eyes-wish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -fix: Ensure edge label color is applied when using classDef with edge IDs diff --git a/.changeset/moody-fans-try.md b/.changeset/moody-fans-try.md deleted file mode 100644 index f6920a629..000000000 --- a/.changeset/moody-fans-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -fix: Resolve gantt chart crash due to invalid array length diff --git a/.changeset/proud-colts-smell.md b/.changeset/proud-colts-smell.md deleted file mode 100644 index 610d69253..000000000 --- a/.changeset/proud-colts-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': minor ---- - -feat: Add IDs in architecture diagrams diff --git a/.changeset/revert-marked-dependency.md b/.changeset/revert-marked-dependency.md deleted file mode 100644 index aded58871..000000000 --- a/.changeset/revert-marked-dependency.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'mermaid': patch ---- - -chore: revert marked dependency from ^15.0.7 to ^16.0.0 - -- Reverted marked package version to ^16.0.0 for better compatibility -- This is a dependency update that maintains API compatibility -- All tests pass with the updated version diff --git a/packages/mermaid/CHANGELOG.md b/packages/mermaid/CHANGELOG.md index 72f0deb20..10a4b0ff5 100644 --- a/packages/mermaid/CHANGELOG.md +++ b/packages/mermaid/CHANGELOG.md @@ -1,5 +1,24 @@ # mermaid +## 11.12.0 + +### Minor Changes + +- [#6921](https://github.com/mermaid-js/mermaid/pull/6921) [`764b315`](https://github.com/mermaid-js/mermaid/commit/764b315dc16d0359add7c6b8e3ef7592e9bdc09c) Thanks [@quilicicf](https://github.com/quilicicf)! - feat: Add IDs in architecture diagrams + +### Patch Changes + +- [#6950](https://github.com/mermaid-js/mermaid/pull/6950) [`a957908`](https://github.com/mermaid-js/mermaid/commit/a9579083bfba367a4f4678547ec37ed7b61b9f5b) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - chore: Fix mindmap rendering in docs and apply tidytree layout + +- [#6826](https://github.com/mermaid-js/mermaid/pull/6826) [`1d36810`](https://github.com/mermaid-js/mermaid/commit/1d3681053b9168354e48e5763023b6305cd1ca72) Thanks [@darshanr0107](https://github.com/darshanr0107)! - fix: Ensure edge label color is applied when using classDef with edge IDs + +- [#6945](https://github.com/mermaid-js/mermaid/pull/6945) [`d318f1a`](https://github.com/mermaid-js/mermaid/commit/d318f1a13cd7429334a29c70e449074ec1cb9f68) Thanks [@darshanr0107](https://github.com/darshanr0107)! - fix: Resolve gantt chart crash due to invalid array length + +- [#6918](https://github.com/mermaid-js/mermaid/pull/6918) [`cfe9238`](https://github.com/mermaid-js/mermaid/commit/cfe9238882cbe95416db1feea3112456a71b6aaf) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - chore: revert marked dependency from ^15.0.7 to ^16.0.0 + - Reverted marked package version to ^16.0.0 for better compatibility + - This is a dependency update that maintains API compatibility + - All tests pass with the updated version + ## 11.11.0 ### Minor Changes diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index bfd162f7a..30a68ada1 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -1,6 +1,6 @@ { "name": "mermaid", - "version": "11.11.0", + "version": "11.12.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", diff --git a/packages/tiny/CHANGELOG.md b/packages/tiny/CHANGELOG.md index 72f0deb20..10a4b0ff5 100644 --- a/packages/tiny/CHANGELOG.md +++ b/packages/tiny/CHANGELOG.md @@ -1,5 +1,24 @@ # mermaid +## 11.12.0 + +### Minor Changes + +- [#6921](https://github.com/mermaid-js/mermaid/pull/6921) [`764b315`](https://github.com/mermaid-js/mermaid/commit/764b315dc16d0359add7c6b8e3ef7592e9bdc09c) Thanks [@quilicicf](https://github.com/quilicicf)! - feat: Add IDs in architecture diagrams + +### Patch Changes + +- [#6950](https://github.com/mermaid-js/mermaid/pull/6950) [`a957908`](https://github.com/mermaid-js/mermaid/commit/a9579083bfba367a4f4678547ec37ed7b61b9f5b) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - chore: Fix mindmap rendering in docs and apply tidytree layout + +- [#6826](https://github.com/mermaid-js/mermaid/pull/6826) [`1d36810`](https://github.com/mermaid-js/mermaid/commit/1d3681053b9168354e48e5763023b6305cd1ca72) Thanks [@darshanr0107](https://github.com/darshanr0107)! - fix: Ensure edge label color is applied when using classDef with edge IDs + +- [#6945](https://github.com/mermaid-js/mermaid/pull/6945) [`d318f1a`](https://github.com/mermaid-js/mermaid/commit/d318f1a13cd7429334a29c70e449074ec1cb9f68) Thanks [@darshanr0107](https://github.com/darshanr0107)! - fix: Resolve gantt chart crash due to invalid array length + +- [#6918](https://github.com/mermaid-js/mermaid/pull/6918) [`cfe9238`](https://github.com/mermaid-js/mermaid/commit/cfe9238882cbe95416db1feea3112456a71b6aaf) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - chore: revert marked dependency from ^15.0.7 to ^16.0.0 + - Reverted marked package version to ^16.0.0 for better compatibility + - This is a dependency update that maintains API compatibility + - All tests pass with the updated version + ## 11.11.0 ### Minor Changes diff --git a/packages/tiny/package.json b/packages/tiny/package.json index 7683f0368..8e1c0fdeb 100644 --- a/packages/tiny/package.json +++ b/packages/tiny/package.json @@ -1,6 +1,6 @@ { "name": "@mermaid-js/tiny", - "version": "11.11.0", + "version": "11.12.0", "description": "Tiny version of mermaid", "type": "commonjs", "main": "./dist/mermaid.tiny.js",