diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b77bfe2..2bccd948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [4.17.1] +### Added +### Changed +### Removed +### Fixed +- issue-44: Fixed footprints and previews stay on map when not intended + ## [4.17.0] ### Added - Added global_grid configuration check to make a global extent for images. @@ -21,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - issue-48: Fixed collection resolution error handling - issue-49: Removed unused Docker and Jenkins folders/files from HiTIDE-UI - issue-52: Fixed missing thumbnail placeholder -- issue-44: Fixed footprints and previews stay on map when not intended ## [4.16.2] ### Added diff --git a/package-lock.json b/package-lock.json index ab6e346b..add4fdae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gov.nasa.jpl.podaac/hitide-ui", - "version": "4.18.0-3", + "version": "4.17.1-5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c3efbbb..00e313a0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@gov.nasa.jpl.podaac/hitide-ui", "title": "HiTIDE", "description": "High Level Tool for Interactive Data Extraction", - "version": "4.18.0-3", + "version": "4.17.1-5", "scripts": { "build": "grunt --force; npm run copy", "copy": "node scripts/copy-files.js", diff --git a/src/jpl/dijit/templates/HelpDialog.html b/src/jpl/dijit/templates/HelpDialog.html index 15a019c4..d73f5873 100644 --- a/src/jpl/dijit/templates/HelpDialog.html +++ b/src/jpl/dijit/templates/HelpDialog.html @@ -125,6 +125,14 @@
version #.# podaac.jpl.nasa.gov/HITIDE_feedback
+
+
+ Version 4.17.1 (3/13/2024) +
+
    +
  • Fixed Security and bug fixes.
  • +
+
Version 4.17.0 (2/29/2024)