Skip to content

Commit

Permalink
Build 3.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Apr 25, 2024
1 parent 79bf3e3 commit 98216e5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/cytoscape.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31266,7 +31266,7 @@ sheetfn.appendToStyle = function (style) {
return style;
};

var version = "3.29.1";
var version = "3.29.2";

var cytoscape = function cytoscape(options) {
// if no options specified, use default
Expand Down
2 changes: 1 addition & 1 deletion dist/cytoscape.esm.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cytoscape.esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31264,7 +31264,7 @@ sheetfn.appendToStyle = function (style) {
return style;
};

var version = "3.29.1";
var version = "3.29.2";

var cytoscape = function cytoscape(options) {
// if no options specified, use default
Expand Down
2 changes: 1 addition & 1 deletion dist/cytoscape.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cytoscape.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -31270,7 +31270,7 @@ var printLayoutInfo;
return style;
};

var version = "3.29.1";
var version = "3.29.2";

var cytoscape = function cytoscape(options) {
// if no options specified, use default
Expand Down
3 changes: 3 additions & 0 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,9 @@ <h2 id="introduction/releases">Releases <a href="#introduction/releases"><span c
<li>
3.29
<ul>
<li>
<a target="_blank" href="https://github.com/cytoscape/cytoscape.js/issues?q&#x3D;milestone%3A3.29.2+is%3Aclosed">3.29.2</a>
</li>
<li>
<a target="_blank" href="https://github.com/cytoscape/cytoscape.js/issues?q&#x3D;milestone%3A3.29.1+is%3Aclosed">3.29.1</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion documentation/js/cytoscape.min.js

Large diffs are not rendered by default.

0 comments on commit 98216e5

Please sign in to comment.