Skip to content

Commit

Permalink
Merge pull request #251 from TheJacksonLaboratory/develop
Browse files Browse the repository at this point in the history
Release 1.7.22x1.8.8
  • Loading branch information
iimpulse authored May 17, 2023
2 parents b2466dd + e0718d2 commit 9cac53a
Show file tree
Hide file tree
Showing 11 changed files with 17,926 additions and 11,466 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following guide provides the steps for an out-of-the-box setup for the Human

+ War creation with a gradle task.

./gradlew clean war -Dgrails.env=[stage, gcp, production]>
./gradlew clean war -Dgrails.env=[test, gcp, production]>
Will output a war to ./build/libs/

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpo-web",
"version": "1.8.7",
"version": "1.8.8",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/shared/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<mat-menu [overlapTrigger]="false" #downloadsMenu="matMenu">
<button mat-menu-item routerLink="data/ontology"> Ontology</button>
<button mat-menu-item routerLink="data/annotations"> Annotations</button>
<button mat-menu-item routerLink="translations" [matMenuTriggerFor]="otherMenu"> Translation</button>
<button mat-menu-item [matMenuTriggerFor]="otherMenu"> Translation</button>
<button mat-menu-item (click)="navigateToDocs()"> API</button>
</mat-menu>
<mat-menu #otherMenu="matMenu">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <h2>Translations</h2>
Translation</a> webpage. Information about the Japanese translation is available
on the <a href="https://github.com/dbcls/bh16/wiki/HumanPhenotypeOntologyJapanese"
target="_blank">HPO Japanese GitHub page</a>. The Chinese HPO project
offers a <a href="http://www.chinahpo.org/wiki/index.php/%E9%A6%96%E9%A1%B5"
target="_blank">Wiki page</a>.
can be found <a href="https://www.chinahpo.net/"
target="_blank">here</a>.
</p>
<h2>Mappings</h2>
<p>In contrast to many clinical terminologies, the HPO was purpose-built to
Expand Down
2 changes: 2 additions & 0 deletions client/src/app/static/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ a.mat-btn {
font-size: 40px;
margin: 10px 0;
float: left;
height: 40px;
width: 40px;
}


Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
}

version "1.17.21"
version "1.17.22"
group "hpo.api"

apply plugin: "idea"
Expand Down
Loading

0 comments on commit 9cac53a

Please sign in to comment.