Skip to content

Commit

Permalink
bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nospamas committed Apr 3, 2024
1 parent da6b890 commit b6acd2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# News / Release Notes

## 1.6.1

_Release Date: 2024-Apr-04_

Requires:

- Station Data Portal Backend: version 11.4.1
- PDP backend: branch `pcds_only`

Changes:

- [Bugfixes for previous release](https://github.com/pacificclimate/station-data-portal/pull/180)
- Fixes errors in observation counts causing screen crashes
- polygon selections are correctly passed to download urls
- download url filenames are correctly set
- a race condition when viewing preview resulting in an error due to missing station id has been fixed

## 1.6.0

_Release Date: 2024-Mar-24_
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": "station-data-portal",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"dependencies": {
"@tanstack/react-query": "^5.20.2",
Expand Down

0 comments on commit b6acd2a

Please sign in to comment.