Skip to content

Commit

Permalink
Release 24.0.1 (#874)
Browse files Browse the repository at this point in the history
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare next dev version

* Mantine7 (#864)

* migrate to mantine 7

* add test menu item and fix cypress test

* dist files and linting

* add new yarn.lock

* Update versions

* Update backend versions

---------

Co-authored-by: Michael Puehringer <[email protected]>

* prepare next dev version

* fix: remove polyfill (#871)

* feat: rspack (#870)

* feat: rspack

* Remove storybook as it hoists fork-ts-checker-webpack-plugin

* Remove cypress component testing

* Switch to start:full

* Update scripts

* Update package.json

* Revert "feat: rspack" (#872)

Revert "feat: rspack (#870)"

This reverts commit 5566ddf.

* prepare release 24.0.1

---------

Co-authored-by: Holger Stitz <[email protected]>
Co-authored-by: Michael Pühringer <[email protected]>
Co-authored-by: dvdanielamoitzi <[email protected]>
Co-authored-by: Michael Puehringer <[email protected]>
  • Loading branch information
5 people authored Feb 29, 2024
1 parent 16fb50b commit e84e985
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion dist/demo/index.template.ejs

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

1 change: 0 additions & 1 deletion dist/template/_head.html

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

6 changes: 3 additions & 3 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": "24.0.0",
"version": "24.0.1",
"author": {
"name": "datavisyn GmbH",
"email": "[email protected]",
Expand Down Expand Up @@ -84,8 +84,8 @@
"select2": "~4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9",
"use-deep-compare-effect": "^1.8.0",
"visyn_core": "^8.0.0",
"visyn_scripts": "^7.0.1"
"visyn_core": "^8.1.3",
"visyn_scripts": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
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>=8.0.0,<9.0.0
visyn_core>=8.1.3,<9.0.0
yamlreader==3.0.4
1 change: 0 additions & 1 deletion src/demo/index.template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link href="<%=require('../assets/icons/datavisyn_logo.svg')%>" rel="icon" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion src/template/_head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width">
<script src="https://cdn.polyfill.io/v3/polyfill.min.js"></script>

0 comments on commit e84e985

Please sign in to comment.