Skip to content

Commit

Permalink
time series based on available data, prepare v2.9.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsonj authored Jul 25, 2024
1 parent 73f677e commit 5046a59
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions apps/data-availability/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-availability",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"homepage": "https://localhost/visualizations/data-availability",
"dependencies": {
Expand All @@ -19,7 +19,7 @@
"core-js": "^3.37.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/data-product-detail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-data-products",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"homepage": "http://localhost/data-products/",
"dependencies": {
Expand All @@ -15,7 +15,7 @@
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"moment": "2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/explore-data-products/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explore-data-products",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"homepage": "https://localhost/data-products/explore",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"moment": "2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/explore-data-products/src/util/stateUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export const parseProductsByReleaseData = (state, release) => {

// Filterable value for VISUALIZATIONS
product.filterableValues[FILTER_KEYS.VISUALIZATIONS] = [];
if ((timeSeriesDataProductsJSON.productCodes || []).includes(productCode)) {
if ((timeSeriesDataProductsJSON.productCodes || []).includes(productCode) && hasDataAva) {
product.filterableValues[FILTER_KEYS.VISUALIZATIONS].push(
VISUALIZATIONS.TIME_SERIES_VIEWER.key,
);
Expand Down
4 changes: 2 additions & 2 deletions apps/prototype-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prototype-data",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"homepage": "https://localhost/prototype-datasets",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"dateformat": "^5.0.3",
"lodash": "^4.17.21",
"moment": "2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/sample-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-explorer",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"homepage": "http://localhost/sample-explorer/",
"dependencies": {
Expand All @@ -15,7 +15,7 @@
"d3": "^5.16.0",
"js-file-download": "^0.4.12",
"json2csv": "^5.0.7",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.2",
"react": "^17.0.2",
"react-d3-graph": "^2.6.0",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/taxonomic-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxonomic-lists",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"homepage": "http://localhost/taxonomic-lists/",
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"datatables.net-responsive-bs": "^2.5.1",
"jquery": "~3.7.1",
"lodash": "^4.17.21",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-react-apps",
"version": "2.9.0",
"version": "2.9.2",
"private": true,
"workspaces": [
"apps/*"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9142,9 +9142,9 @@ [email protected]:
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05"
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==

"portal-core-components@github:NEONScience/portal-core-components#v2.9.1":
version "2.9.1"
resolved "https://codeload.github.com/NEONScience/portal-core-components/tar.gz/832e586d25636055656212c082182c0540124b4d"
"portal-core-components@github:NEONScience/portal-core-components#v2.9.2":
version "2.9.2"
resolved "https://codeload.github.com/NEONScience/portal-core-components/tar.gz/90d316cdad051960be74daf55a781456a687f1b6"
dependencies:
"@date-io/moment" "^1.3.13"
"@fortawesome/fontawesome-svg-core" "^6.6.0"
Expand Down

0 comments on commit 5046a59

Please sign in to comment.