Skip to content

Commit 762b44c

Browse files
authored
Merge pull request #7108 from mermaid-js/changeset-release/master
Version Packages
2 parents 16359ad + 02c0091 commit 762b44c

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.changeset/slick-wasps-bathe.md

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

packages/mermaid/CHANGELOG.md

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

3+
## 11.12.1
4+
5+
### Patch Changes
6+
7+
- [#7107](https://github.com/mermaid-js/mermaid/pull/7107) [`cbf8946`](https://github.com/mermaid-js/mermaid/commit/cbf89462acecac7a06f19843e8d48cb137df0753) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - fix: Updated the dependency dagre-d3-es to 7.0.13 to fix GHSA-cc8p-78qf-8p7q
8+
39
## 11.12.0
410

511
### 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.12.0",
3+
"version": "11.12.1",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mermaid
22

3+
## 11.12.1
4+
5+
### Patch Changes
6+
7+
- [#7107](https://github.com/mermaid-js/mermaid/pull/7107) [`cbf8946`](https://github.com/mermaid-js/mermaid/commit/cbf89462acecac7a06f19843e8d48cb137df0753) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - fix: Updated the dependency dagre-d3-es to 7.0.13 to fix GHSA-cc8p-78qf-8p7q
8+
39
## 11.12.0
410

511
### 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.12.0",
3+
"version": "11.12.1",
44
"description": "Tiny version of mermaid",
55
"type": "commonjs",
66
"main": "./dist/mermaid.tiny.js",

0 commit comments

Comments
 (0)