Skip to content

Commit

Permalink
Updated the version id
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Aug 26, 2021
1 parent 3ad1908 commit 296a64f
Show file tree
Hide file tree
Showing 8 changed files with 544 additions and 480 deletions.
502 changes: 267 additions & 235 deletions dist/mermaid.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid.core.js.map

Large diffs are not rendered by default.

502 changes: 267 additions & 235 deletions dist/mermaid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "8.11.4",
"version": "8.12.0",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/diagrams/class/classRenderer-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export const draw = function (text, id) {
// }

// Fetch the default direction, use TD if none was found
let dir = 'TD';
//let dir = 'TD';

const conf = getConfig().flowchart;
log.info('config:', conf);
Expand Down

0 comments on commit 296a64f

Please sign in to comment.