From aa54127784233ee6c559a1ffd5e774c5bc57259c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 26 Jul 2023 11:34:10 +0530 Subject: [PATCH] Set proper release version --- docs/syntax/gantt.md | 2 +- docs/syntax/gitgraph.md | 2 +- docs/syntax/sankey.md | 2 +- docs/syntax/sequenceDiagram.md | 2 +- packages/mermaid/src/docs/syntax/gantt.md | 2 +- packages/mermaid/src/docs/syntax/gitgraph.md | 2 +- packages/mermaid/src/docs/syntax/sankey.md | 2 +- packages/mermaid/src/docs/syntax/sequenceDiagram.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/syntax/gantt.md b/docs/syntax/gantt.md index 6fd2c6860..8ad438fb1 100644 --- a/docs/syntax/gantt.md +++ b/docs/syntax/gantt.md @@ -271,7 +271,7 @@ gantt weekday monday ``` -Support: v\+ +Support: v10.3.0+ ## Output in compact mode diff --git a/docs/syntax/gitgraph.md b/docs/syntax/gitgraph.md index 4bb1cfb51..f2609e31c 100644 --- a/docs/syntax/gitgraph.md +++ b/docs/syntax/gitgraph.md @@ -825,7 +825,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch Here, we have changed the default main branch name to `MetroLine1`. -## Orientation (v\+) +## Orientation (v10.3.0+) In Mermaid, the default orientation is Left to Right. The branches are lined vertically. diff --git a/docs/syntax/sankey.md b/docs/syntax/sankey.md index 718489f20..6f9e14d82 100644 --- a/docs/syntax/sankey.md +++ b/docs/syntax/sankey.md @@ -4,7 +4,7 @@ > > ## Please edit the corresponding file in [/packages/mermaid/src/docs/syntax/sankey.md](../../packages/mermaid/src/docs/syntax/sankey.md). -# Sankey diagram (v\+) +# Sankey diagram (v10.3.0+) > A sankey diagram is a visualization used to depict a flow from one set of values to another. diff --git a/docs/syntax/sequenceDiagram.md b/docs/syntax/sequenceDiagram.md index 4e19971c0..60e7411a1 100644 --- a/docs/syntax/sequenceDiagram.md +++ b/docs/syntax/sequenceDiagram.md @@ -94,7 +94,7 @@ sequenceDiagram J->>A: Great! ``` -### Actor Creation and Destruction (v\+) +### Actor Creation and Destruction (v10.3.0+) It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message. diff --git a/packages/mermaid/src/docs/syntax/gantt.md b/packages/mermaid/src/docs/syntax/gantt.md index 423192e0e..6ddd011f6 100644 --- a/packages/mermaid/src/docs/syntax/gantt.md +++ b/packages/mermaid/src/docs/syntax/gantt.md @@ -197,7 +197,7 @@ gantt weekday monday ``` -Support: v+ +Support: v10.3.0+ ## Output in compact mode diff --git a/packages/mermaid/src/docs/syntax/gitgraph.md b/packages/mermaid/src/docs/syntax/gitgraph.md index 400f2a6d2..87f43afdd 100644 --- a/packages/mermaid/src/docs/syntax/gitgraph.md +++ b/packages/mermaid/src/docs/syntax/gitgraph.md @@ -511,7 +511,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch Here, we have changed the default main branch name to `MetroLine1`. -## Orientation (v+) +## Orientation (v10.3.0+) In Mermaid, the default orientation is Left to Right. The branches are lined vertically. diff --git a/packages/mermaid/src/docs/syntax/sankey.md b/packages/mermaid/src/docs/syntax/sankey.md index 5b5a9ed66..c5e7244c6 100644 --- a/packages/mermaid/src/docs/syntax/sankey.md +++ b/packages/mermaid/src/docs/syntax/sankey.md @@ -1,4 +1,4 @@ -# Sankey diagram (v+) +# Sankey diagram (v10.3.0+) > A sankey diagram is a visualization used to depict a flow from one set of values to another. diff --git a/packages/mermaid/src/docs/syntax/sequenceDiagram.md b/packages/mermaid/src/docs/syntax/sequenceDiagram.md index 13d04dc52..20baee228 100644 --- a/packages/mermaid/src/docs/syntax/sequenceDiagram.md +++ b/packages/mermaid/src/docs/syntax/sequenceDiagram.md @@ -58,7 +58,7 @@ sequenceDiagram J->>A: Great! ``` -### Actor Creation and Destruction (v+) +### Actor Creation and Destruction (v10.3.0+) It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.