Skip to content

Commit 634f336

Browse files
Version Packages
1 parent 37e3a69 commit 634f336

File tree

9 files changed

+40
-31
lines changed

9 files changed

+40
-31
lines changed

.changeset/deep-pumas-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-eyes-wish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-fans-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-colts-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/revert-marked-dependency.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/mermaid/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# mermaid
22

3+
## 11.12.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- [#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
14+
15+
- [#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
16+
17+
- [#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
18+
- Reverted marked package version to ^16.0.0 for better compatibility
19+
- This is a dependency update that maintains API compatibility
20+
- All tests pass with the updated version
21+
322
## 11.11.0
423

524
### Minor Changes

packages/mermaid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mermaid",
3-
"version": "11.11.0",
3+
"version": "11.12.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",

packages/tiny/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# mermaid
22

3+
## 11.12.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- [#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
14+
15+
- [#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
16+
17+
- [#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
18+
- Reverted marked package version to ^16.0.0 for better compatibility
19+
- This is a dependency update that maintains API compatibility
20+
- All tests pass with the updated version
21+
322
## 11.11.0
423

524
### Minor Changes

packages/tiny/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaid-js/tiny",
3-
"version": "11.11.0",
3+
"version": "11.12.0",
44
"description": "Tiny version of mermaid",
55
"type": "commonjs",
66
"main": "./dist/mermaid.tiny.js",

0 commit comments

Comments
 (0)