From 63364ec0e8769178048cab8e7e64ad6a7ba4dd15 Mon Sep 17 00:00:00 2001 From: Holger Stitz Date: Thu, 18 Feb 2021 10:32:22 +0100 Subject: [PATCH 1/4] Prepare next dev branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3413c3..a53696d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "vega_clue", "description": "Vega Gapminder with KnowledgePearls", "homepage": "https://phovea.caleydo.org", - "version": "1.0.0", + "version": "1.0.1-SNAPSHOT", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", From 635de95d5ad9db8cd28c80b834a71972dc46fb12 Mon Sep 17 00:00:00 2001 From: dvvanessastoiber Date: Mon, 29 Nov 2021 13:44:39 +0100 Subject: [PATCH 2/4] update versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a53696d..cccf01e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "private": true, "name": "vega_clue", - "description": "Vega Gapminder with KnowledgePearls", + "description": "DEPRECATED: Vega Gapminder with KnowledgePearls", "homepage": "https://phovea.caleydo.org", - "version": "1.0.1-SNAPSHOT", + "version": "2.0.0", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", @@ -65,7 +65,7 @@ "typescript": "~3.9.7" }, "dependencies": { - "phovea_clue": "github:phovea/phovea_clue#thinkh/provenance_retrieval", + "phovea_clue": "^9.0.0", "vega-expression": "~2.4", "vega-lib": "3.2.1", "vega-scale": "~2.1", From c2835973d357d9b3c4b4d2a495d8512c2e89ac55 Mon Sep 17 00:00:00 2001 From: dvvanessastoiber Date: Mon, 29 Nov 2021 13:44:43 +0100 Subject: [PATCH 3/4] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c5e77..3c36ba3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -Vega CLUE +DEPRECATED: Vega CLUE ===================== [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url] [Vega examples](https://vega.github.io/vega/examples/) with [CLUE](https://github.com/phovea/phovea_clue) +### DEPRECATION Information +Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it. + Installation ------------ From 8506c7eb2221a4a78900669c53bda4baaa90aeb4 Mon Sep 17 00:00:00 2001 From: Vanessa Stoiber <52395160+dvvanessastoiber@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:05:48 +0100 Subject: [PATCH 4/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cccf01e..45c36be 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "typescript": "~3.9.7" }, "dependencies": { - "phovea_clue": "^9.0.0", + "phovea_clue": "github:phovea/phovea_clue#thinkh/provenance_retrieval", "vega-expression": "~2.4", "vega-lib": "3.2.1", "vega-scale": "~2.1",