Skip to content

Commit

Permalink
chore: prepare release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Aug 14, 2023
1 parent 4b9bc83 commit 93a6278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coral",
"description": "Coral is a web-based cohort analysis tool to interactively create, refine, and analyze patient cohorts.",
"homepage": "https://caleydo.org",
"version": "4.1.1-SNAPSHOT",
"version": "5.0.0",
"author": {
"name": "PatrickAdelberger",
"email": "[email protected]",
Expand Down Expand Up @@ -72,16 +72,16 @@
"react-dom": "^16.13.0",
"react-router-dom": "^5.2.0",
"split-grid": "^1.0.9",
"tdp_core": "git+ssh://[email protected]/datavisyn/tdp_core#develop",
"tdp_publicdb": "git+ssh://[email protected]/caleydo/tdp_publicdb#develop",
"tdp_core": "^20.1.0",
"tdp_publicdb": "git+ssh://[email protected]:Caleydo/tdp_publicdb#semver:^14.0.0",
"tippy.js": "^6.2.6",
"tourdino": "git+ssh://[email protected]/caleydo/tourdino#develop",
"tourdino": "git+ssh://[email protected]:Caleydo/tourdino#semver:^8.0.0",
"vega": "~5.20.0",
"vega-embed": "6.19.1",
"vega-functions": "5.12.0",
"vega-lite": "5.1.1",
"vega-parser": "6.1.3",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts.git#develop"
"visyn_scripts": "^4.1.0"
},
"devDependencies": {
"@types/d3-selection": "^3.0.2",
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tdp_core@git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core
tdp_publicdb@git+https://github.com/Caleydo/[email protected]#egg=tdp_publicdb
tdp_core>=20.1.0,<21.0.0

0 comments on commit 93a6278

Please sign in to comment.