mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
New release
This commit is contained in:
parent
fe2f3b403d
commit
dd26960852
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mermaid",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"authors": [
|
||||
"knsv <knut@sveido.com>"
|
||||
],
|
||||
|
2
dist/mermaid.full.js
vendored
2
dist/mermaid.full.js
vendored
@ -13001,7 +13001,7 @@ process.chdir = function (dir) {
|
||||
},{}],102:[function(require,module,exports){
|
||||
module.exports={
|
||||
"name": "mermaid",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.14",
|
||||
"description": "Markdownish syntax for generating flowcharts",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
2
dist/mermaid.full.min.js
vendored
2
dist/mermaid.full.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/mermaid.slim.js
vendored
2
dist/mermaid.slim.js
vendored
@ -12969,7 +12969,7 @@ process.chdir = function (dir) {
|
||||
},{}],102:[function(require,module,exports){
|
||||
module.exports={
|
||||
"name": "mermaid",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.14",
|
||||
"description": "Markdownish syntax for generating flowcharts",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
2
dist/mermaid.slim.min.js
vendored
2
dist/mermaid.slim.min.js
vendored
File diff suppressed because one or more lines are too long
@ -137,14 +137,14 @@ function inc(importance) {
|
||||
// bump the version number in those files
|
||||
.pipe(bump({type: importance}))
|
||||
// save it back to filesystem
|
||||
.pipe(gulp.dest('./'))
|
||||
.pipe(gulp.dest('./'));
|
||||
// commit the changed version number
|
||||
.pipe(git.commit('bumps package version'))
|
||||
//.pipe(git.commit('bumps package version'))
|
||||
|
||||
// read only one file to get the version number
|
||||
.pipe(filter('package.json'))
|
||||
//.pipe(filter('package.json'))
|
||||
// **tag it in the repository**
|
||||
.pipe(tag_version());
|
||||
//.pipe(tag_version());
|
||||
}
|
||||
|
||||
gulp.task('patch', function() { return inc('patch'); })
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mermaid",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"description": "Markdownish syntax for generating flowcharts",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user