Release 8.0.0-alpha.6

This commit is contained in:
Tyler Long
2018-03-13 19:31:04 +08:00
parent 3e9215b27d
commit 011220180c
3 changed files with 236 additions and 327 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "8.0.0-alpha.5",
"version": "8.0.0-alpha.6",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [
@@ -63,7 +63,7 @@
"sass-loader": "^6.0.7",
"standard": "^11.0.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10",
"webpack-cli": "^2.0.11",
"webpack-node-externals": "^1.6.0",
"yarn-upgrade-all": "^0.3.0"
},

View File

@@ -2,3 +2,4 @@
- git graph requires a blank line at the end. why?
- Create a desktop client
- Flowchart `interpolate` is useless because there is no rendering code using it
- How to use custom theme?

558
yarn.lock

File diff suppressed because it is too large Load Diff