Merge remote-tracking branch 'origin' into develop

* origin:
  Release 1.22.10
  Update release
  Release 1.22.10
  Add build versioning
  Add build versioning
  1.2.2
  1.2.1
  Release
This commit is contained in:
Sidharth Vinod
2021-05-03 18:52:03 +05:30
4 changed files with 3905 additions and 3900 deletions
@@ -1,13 +1,17 @@
## :bookmark_tabs: Summary
Brief description about the content of your PR:
Resolves #<your issue id here>
## :straight_ruler: Design Decisions
Describe the way your implementation works or what design decisions you made if applicable:
### :clipboard: Tasks
Make sure you
- [ ] :book: have read the [contribution guidelines](https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md)
- [ ] :computer: have added unit/e2e tests (if appropriate)
- [ ] :bookmark: targeted `master` branch
- [ ] :book: have read the [contribution guidelines](https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md)
- [ ] :computer: have added unit/e2e tests (if appropriate)
- [ ] :bookmark: targeted `master` branch
+3 -2
View File
@@ -18,9 +18,10 @@ jobs:
run: |
npm i -g yarn
yarn install
yarn version --patch --no-git-tag-version
yarn release
git config user.name github-actions
git config user.email github-actions@github.com
git add ./docs/*
git commit -m "Release"
git add .
git commit -m "Release $(yarn version --version)"
git push
+3893 -3893
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mermaid-live-editor",
"version": "1.2.0",
"version": "1.2.7",
"license": "MIT",
"devDependencies": {
"cross-env": "^7.0.3",
@@ -43,4 +43,4 @@
"lint-staged": {
"*.{ts,svelte,js,css,md}": "prettier --plugin-search-dir=. --write"
}
}
}