Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msalihaltun committed Jan 12, 2021
1 parent 03b991a commit 7b015c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<!-- TODO this is a quick fix for the excluded 3rd party css dependencies, it is probably not a good idea to have direct references to github cdn -->
<link rel="stylesheet" href="https://cdn.rawgit.com/cytoscape/cytoscape.js-panzoom/master/cytoscape.js-panzoom.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/cytoscape/cytoscape.js-navigator/master/cytoscape.js-navigator.css">
<link href="./base.css?54baf4f3fb173a01eae5" rel="stylesheet"></head>
<link href="./base.css?36673459e7a12c966586" rel="stylesheet"></head>

<body class="pathwayMapper">
<div>
<div id="app"></div>
</div>
<script type="text/javascript" src="react-pathway-mapper.es5.js?54baf4f3fb173a01eae5"></script></body>
<script type="text/javascript" src="react-pathway-mapper.es5.js?36673459e7a12c966586"></script></body>

</html>
2 changes: 1 addition & 1 deletion dist/react-pathway-mapper.es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -17152,7 +17152,7 @@ function (_super) {
closeButton: true
}, external_react_default.a.createElement(external_react_bootstrap_["Modal"].Title, null, external_react_default.a.createElement("h3", null, "About"))), external_react_default.a.createElement(external_react_bootstrap_["Modal"].Body, null, external_react_default.a.createElement("h3", {
id: "about-model-header"
}, "PathwayMapper 2.0"), external_react_default.a.createElement("div", {
}, "PathwayMapper 2.1"), external_react_default.a.createElement("div", {
className: "aboutImageContent"
}, external_react_default.a.createElement("img", {
src: __webpack_require__(71),
Expand Down
2 changes: 1 addition & 1 deletion dist/react-pathway-mapper.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pathway-mapper",
"version": "2.0.3",
"version": "2.1.0",
"description": "",
"keywords": [],
"main": "dist/react-pathway-mapper.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion src/modals/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class AboutModal extends React.Component<IAboutModalProps, {}> {
</Modal.Title>
</Modal.Header>
<Modal.Body>
<h3 id="about-model-header">PathwayMapper 2.0</h3>
<h3 id="about-model-header">PathwayMapper 2.1</h3>
<div className="aboutImageContent">
<img src={require("../images/about/i-vis.png")} alt="" height="25px"/>
</div>
Expand Down

0 comments on commit 7b015c3

Please sign in to comment.