Skip to content

Commit

Permalink
preparing to publish 2.7.28
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Mar 15, 2018
1 parent c9a1668 commit b15d061
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dist/cytoscape.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!

Cytoscape.js 2.7.27 (MIT licensed)
Cytoscape.js 2.7.28 (MIT licensed)

Copyright (c) The Cytoscape Consortium

Expand Down Expand Up @@ -4617,7 +4617,7 @@ elesfn.remove = function( notifyRenderer ){

function add( ele ){
var alreadyAdded = elesToRemoveIds[ ele.id() ];
if( alreadyAdded ){
if( ele.removed() || alreadyAdded ){
return;
} else {
elesToRemoveIds[ ele.id() ] = true;
Expand Down Expand Up @@ -27433,7 +27433,7 @@ util.debounce = function( func, wait, options ){ // ported lodash debounce funct
module.exports = util;

},{"../is":83,"../window":107}],106:[function(_dereq_,module,exports){
module.exports = "2.7.27";
module.exports = "2.7.28";

},{}],107:[function(_dereq_,module,exports){
module.exports = ( typeof window === 'undefined' ? null : window ); // eslint-disable-line no-undef
Expand Down
6 changes: 3 additions & 3 deletions dist/cytoscape.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/thread-node-fork.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/*!
Cytoscape.js 2.7.27 (MIT licensed)
Cytoscape.js 2.7.28 (MIT licensed)
Copyright (c) The Cytoscape Consortium
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cytoscape",
"version": "2.7.27",
"version": "2.7.28",
"license": "MIT",
"description": "Graph theory (a.k.a. network) library for analysis and visualisation",
"homepage": "http://js.cytoscape.org",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = "2.7.27";
module.exports = "2.7.28";

0 comments on commit b15d061

Please sign in to comment.