Set proper release version

This commit is contained in:
Sidharth Vinod
2023-07-26 11:34:10 +05:30
parent 21b90cbcd2
commit aa54127784
8 changed files with 8 additions and 8 deletions

View File

@@ -271,7 +271,7 @@ gantt
weekday monday weekday monday
``` ```
Support: v\<MERMAID_RELEASE_VERSION>+ Support: v10.3.0+
## Output in compact mode ## Output in compact mode

View File

@@ -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`. Here, we have changed the default main branch name to `MetroLine1`.
## Orientation (v\<MERMAID_RELEASE_VERSION>+) ## Orientation (v10.3.0+)
In Mermaid, the default orientation is Left to Right. The branches are lined vertically. In Mermaid, the default orientation is Left to Right. The branches are lined vertically.

View File

@@ -4,7 +4,7 @@
> >
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/syntax/sankey.md](../../packages/mermaid/src/docs/syntax/sankey.md). > ## Please edit the corresponding file in [/packages/mermaid/src/docs/syntax/sankey.md](../../packages/mermaid/src/docs/syntax/sankey.md).
# Sankey diagram (v\<MERMAID_RELEASE_VERSION>+) # Sankey diagram (v10.3.0+)
> A sankey diagram is a visualization used to depict a flow from one set of values to another. > A sankey diagram is a visualization used to depict a flow from one set of values to another.

View File

@@ -94,7 +94,7 @@ sequenceDiagram
J->>A: Great! J->>A: Great!
``` ```
### Actor Creation and Destruction (v\<MERMAID_RELEASE_VERSION>+) ### 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. It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.

View File

@@ -197,7 +197,7 @@ gantt
weekday monday weekday monday
``` ```
Support: v<MERMAID_RELEASE_VERSION>+ Support: v10.3.0+
## Output in compact mode ## Output in compact mode

View File

@@ -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`. Here, we have changed the default main branch name to `MetroLine1`.
## Orientation (v<MERMAID_RELEASE_VERSION>+) ## Orientation (v10.3.0+)
In Mermaid, the default orientation is Left to Right. The branches are lined vertically. In Mermaid, the default orientation is Left to Right. The branches are lined vertically.

View File

@@ -1,4 +1,4 @@
# Sankey diagram (v<MERMAID_RELEASE_VERSION>+) # Sankey diagram (v10.3.0+)
> A sankey diagram is a visualization used to depict a flow from one set of values to another. > A sankey diagram is a visualization used to depict a flow from one set of values to another.

View File

@@ -58,7 +58,7 @@ sequenceDiagram
J->>A: Great! J->>A: Great!
``` ```
### Actor Creation and Destruction (v<MERMAID_RELEASE_VERSION>+) ### 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. It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.