Skip to content

Commit

Permalink
Update to Mermaid 9.3.0 -> releasing 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glureau committed Dec 15, 2022
1 parent 1de9da2 commit 852e21e
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 1,340 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
| 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.3 | 1.7.20 | [9.3.0](https://github.com/mermaid-js/mermaid/releases/tag/v9.3.0) |

## Step 1: install

```kotlin
dependencies {
dokkaPlugin("com.glureau:html-mermaid-dokka-plugin:0.4.2")
dokkaPlugin("com.glureau:html-mermaid-dokka-plugin:0.4.3")
}
```

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.2"
version = "0.4.3"

repositories {
mavenCentral()
Expand Down
1,287 changes: 7 additions & 1,280 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.2.2
9.3.0
114 changes: 57 additions & 57 deletions src/main/resources/dokka/dokka-mermaid.js

Large diffs are not rendered by default.

0 comments on commit 852e21e

Please sign in to comment.