Skip to content

Commit 7156a5b

Browse files
authored
Merge pull request #7356 from mermaid-js/changeset-release/master
Version Packages
2 parents 57645cf + e9cf6c1 commit 7156a5b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/little-beds-scream.md

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

packages/mermaid-layout-tidy-tree/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#7355](https://github.com/mermaid-js/mermaid/pull/7355) [`0f94b84`](https://github.com/mermaid-js/mermaid/commit/0f94b845bf122625b95197c33ec51eeebfc34306) Thanks [@sidharthv96](https://github.com/sidharthv96)! - fix: Inline non-layered-tidy-tree-layout to avoid downstream import issues
8+
39
## 0.2.0
410

511
### Minor Changes

packages/mermaid-layout-tidy-tree/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/layout-tidy-tree",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Tidy-tree layout engine for mermaid",
55
"module": "dist/mermaid-layout-tidy-tree.core.mjs",
66
"types": "dist/layouts.d.ts",

0 commit comments

Comments
 (0)