Skip to content

Commit

Permalink
docs: Add release version
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 15, 2024
1 parent 54307bb commit d972ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ Beginner's tip—a full example using interactive links in an HTML page:

## Styling

### Styling a node (v\<MERMAID_RELEASE_VERSION>+)
### Styling a node (v10.7.0+)

It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword.

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If an error of the following type occurs when creating or deleting an actor/part

> The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram.
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v\<MERMAID_RELEASE_VERSION>+).
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+).

### Grouping / Box

Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Beginner's tip—a full example using interactive links in an HTML page:

## Styling

### Styling a node (v<MERMAID_RELEASE_VERSION>+)
### Styling a node (v10.7.0+)

It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword.

Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If an error of the following type occurs when creating or deleting an actor/part

> The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram.
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v<MERMAID_RELEASE_VERSION>+).
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+).

### Grouping / Box

Expand Down

0 comments on commit d972ddd

Please sign in to comment.