Skip to content

Commit

Permalink
Release v20.0.0 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh authored Jun 2, 2023
2 parents 9baf1ab + 04ead5a commit b4540ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/health-check.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('Health check for Cypress e2e test', () => {
// Check the user avatar, and then log out again
cy.get('[data-testid="visyn-user-avatar"]').should('include.text', 'A').click().parent().contains('Logout').click();
// Assert the login modal to be shown again
cy.get('[data-testid="visyn-login-modal"]').should('be.visible');
cy.get('[data-testid="visyn-login-modal"]').should('include.text', 'Demo App');
// Assert the content to be invisible again
cy.get('body').should('not.include.text', 'Visualization type');
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdp_core",
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.",
"version": "19.0.0",
"version": "20.0.0",
"author": {
"name": "datavisyn GmbH",
"email": "[email protected]",
Expand Down Expand Up @@ -85,7 +85,7 @@
"select2": "~4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9",
"use-deep-compare-effect": "^1.8.0",
"visyn_core": "^2.0.0",
"visyn_core": "^3.0.0",
"visyn_scripts": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0
Pillow==9.3.0
pymongo~=3.11.1
python-memcached==1.59
visyn_core>=2.0.0,<3.0.0
visyn_core>=3.0.0,<4.0.0
yamlreader==3.0.4

0 comments on commit b4540ec

Please sign in to comment.