Skip to content

Commit

Permalink
0.4.6 : Update Mermaid to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glureau committed May 26, 2023
1 parent f78bb8a commit aa87455
Show file tree
Hide file tree
Showing 5 changed files with 1,641 additions and 1,558 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Html [Mermaid](https://mermaid-js.github.io/mermaid/#/) Dokka plugin

| Mermaid-Dokka | Dokka | MermaidJS |
|:-------------:|:------:|:--------------------------------------------------------------------|
| 0.2.2 | 1.6.0 | [8.14.0](https://github.com/mermaid-js/mermaid/releases/tag/8.14.0) |
| 0.3.0 | 1.6.0 | [9.0.0](https://github.com/mermaid-js/mermaid/releases/tag/9.0.0) |
| 0.3.1 | 1.6.0 | [9.1.0](https://github.com/mermaid-js/mermaid/releases/tag/9.1.0) |
| 0.3.2 | 1.6.0 | [9.1.2](https://github.com/mermaid-js/mermaid/releases/tag/9.1.2) |
| 0.3.3 | 1.6.0 | [9.1.7](https://github.com/mermaid-js/mermaid/releases/tag/v9.1.7) |
| 0.4.0 | 1.7.20 | [9.1.7](https://github.com/mermaid-js/mermaid/releases/tag/v9.1.7) |
| 0.4.1 | 1.7.20 | [9.2.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.2.0) |
| 0.4.2 | 1.7.20 | [9.2.2](https://github.com/mermaid-js/mermaid/releases/tag/v9.2.2) |
| 0.4.4 | 1.7.20 | [9.3.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.3.0) |
| 0.4.5 | 1.7.20 | [9.4.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.4.0) |
| Mermaid-Dokka | Dokka | MermaidJS |
|:-------------:|:------:|:---------------------------------------------------------------------|
| 0.2.2 | 1.6.0 | [8.14.0](https://github.com/mermaid-js/mermaid/releases/tag/8.14.0) |
| 0.3.0 | 1.6.0 | [9.0.0](https://github.com/mermaid-js/mermaid/releases/tag/9.0.0) |
| 0.3.1 | 1.6.0 | [9.1.0](https://github.com/mermaid-js/mermaid/releases/tag/9.1.0) |
| 0.3.2 | 1.6.0 | [9.1.2](https://github.com/mermaid-js/mermaid/releases/tag/9.1.2) |
| 0.3.3 | 1.6.0 | [9.1.7](https://github.com/mermaid-js/mermaid/releases/tag/v9.1.7) |
| 0.4.0 | 1.7.20 | [9.1.7](https://github.com/mermaid-js/mermaid/releases/tag/v9.1.7) |
| 0.4.1 | 1.7.20 | [9.2.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.2.0) |
| 0.4.2 | 1.7.20 | [9.2.2](https://github.com/mermaid-js/mermaid/releases/tag/v9.2.2) |
| 0.4.4 | 1.7.20 | [9.3.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.3.0) |
| 0.4.5 | 1.7.20 | [9.4.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.4.0) |
| 0.4.6 | 1.7.20 | [10.2.0](https://github.com/mermaid-js/mermaid/releases/tag/v10.2.0) |

## Step 1: install

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.glureau"
version = "0.4.5"
version = "0.4.6"

repositories {
mavenCentral()
Expand Down
1,585 changes: 813 additions & 772 deletions src/main/js/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/js/mermaid_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.4.0
10.2.0
1,585 changes: 813 additions & 772 deletions src/main/resources/dokka/dokka-mermaid.js

Large diffs are not rendered by default.

0 comments on commit aa87455

Please sign in to comment.