Skip to content

Commit

Permalink
chore: prepare release 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Aug 24, 2023
1 parent ce954f7 commit 0a5baca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdp_publicdb",
"description": "",
"version": "14.0.1-SNAPSHOT",
"version": "14.0.1",
"author": {
"name": "The Caleydo Team",
"email": "[email protected]",
Expand Down Expand Up @@ -62,8 +62,8 @@
"react-select-async-paginate": "^0.5.3",
"react-select-event": "^5.5.1",
"react-virtualized": "^9.22.3",
"tdp_core": "git+ssh://[email protected]:datavisyn/tdp_core#develop",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts#develop"
"tdp_core": "^20.1.0",
"visyn_scripts": "^4.1.0"
},
"resolutions": {
"@types/react": "~18.2.0",
Expand All @@ -72,7 +72,7 @@
"react-dom": "~18.2.0"
},
"optionalDependencies": {
"ordino": "git+ssh://[email protected]:Caleydo/ordino#develop"
"ordino": "git+ssh://[email protected]:Caleydo/ordino#semver:^14.0.0"
},
"visyn": {
"entries": {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tdp_core@git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core
tdp_core>=20.1.0,<21.0.0
numpy==1.24.3

0 comments on commit 0a5baca

Please sign in to comment.