Skip to content

Commit

Permalink
release 4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Mar 12, 2024
1 parent 16e35ca commit 6e8ed94
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions src/jpl/dijit/templates/HelpDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ <h5 class="help-brandVersion" data-dojo-attach-point="hitideVersion">version #.#
<a style="font-weight: 500" href="https://podaac.jpl.nasa.gov/HITIDE_feedback" target="_blank">podaac.jpl.nasa.gov/HITIDE_feedback</a>
</div>
<div class="help-container help-container-hidden" id="helpReleaseNotesContent">
<div>
<div class="helpReleaseNotesVersionTitle">
<b>Version 4.17.1</b> (3/13/2024)
</div>
<ul>
<li><span class="releaseNotesTag releaseNotesTagFixed">Fixed</span> Security and bug fixes.</li>
</ul>
</div>
<div>
<div class="helpReleaseNotesVersionTitle">
<b>Version 4.17.0</b> (2/29/2024)
Expand Down

0 comments on commit 6e8ed94

Please sign in to comment.