Skip to content

Commit 5efaab5

Browse files
author
Anita Steiner
authored
Merge pull request #18 from Caleydo/release-4.0.0
Release 4.0.0
2 parents 104fa61 + bb5c4d3 commit 5efaab5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "coral_product",
33
"description": "",
44
"homepage": "https://phovea.caleydo.org",
5-
"version": "3.0.0",
5+
"version": "4.0.0",
66
"author": {
77
"name": "Patrick Adelberger",
88
"email": "patrick.adelberger@jku.at",
@@ -25,7 +25,7 @@
2525
"bluebird": "3.7.2",
2626
"chalk": "3.0.0",
2727
"fs-extra": "^9.1.0",
28-
"generator-phovea": "^9.0.0",
28+
"generator-phovea": "^10.0.0",
2929
"lodash": ">=4.17.21",
3030
"yamljs": "0.3.0",
3131
"yargs-parser": ">=18.1.2",

phovea_product.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,50 @@
33
"type": "web",
44
"label": "coral_frontend",
55
"repo": "Caleydo/coral_public",
6-
"branch": "v1.2.0",
6+
"branch": "v2.0.0",
77
"additional": [
88
{
99
"name": "coral",
1010
"repo": "Caleydo/coral",
11-
"branch": "v1.2.0"
11+
"branch": "v2.0.1"
1212
},
1313
{
1414
"name": "phovea_security_store_generated",
1515
"repo": "datavisyn/phovea_security_store_generated",
16-
"branch": "v11.0.1"
16+
"branch": "v12.0.0"
1717
},
1818
{
1919
"name": "tdp_core",
2020
"repo": "datavisyn/tdp_core",
21-
"branch": "a5e94b6239635eb362ce243ab31902fd30111cda"
21+
"branch": "v14.0.2"
2222
}
2323
]
2424
},
2525
{
2626
"type": "api",
2727
"label": "coral_backend",
2828
"repo": "phovea/phovea_server",
29-
"branch": "3047e8fddc8d8829ca840e3431540b0c73a64eef",
29+
"branch": "v9.0.0",
3030
"additional": [
3131
{
3232
"name": "coral",
3333
"repo": "Caleydo/coral",
34-
"branch": "v1.2.0"
34+
"branch": "v2.0.1"
3535
},
3636
{
3737
"name": "phovea_security_store_generated",
3838
"repo": "datavisyn/phovea_security_store_generated",
39-
"branch": "v11.0.1"
39+
"branch": "v12.0.0"
4040
},
4141
{
4242
"name": "tdp_core",
4343
"repo": "datavisyn/tdp_core",
44-
"branch": "a5e94b6239635eb362ce243ab31902fd30111cda"
44+
"branch": "v14.0.2"
4545
},
4646
{
4747
"name": "tdp_publicdb",
4848
"repo": "Caleydo/tdp_publicdb",
49-
"branch": "38fa1ae580586df40c5fcb55b0057c9da2487cb5"
49+
"branch": "v11.0.0"
5050
}
5151
]
5252
}

0 commit comments

Comments
 (0)