Skip to content

Commit 27d945f

Browse files
committed
Preparing release 1.3.1
1 parent 1c0107c commit 27d945f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGES.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
## Changes in version 1.3.1 (in development)
1+
## Changes in version 1.3.1
22

33
### Fixes
44

55
* The `<Time>` parameter is now no longer required to calculate the statistics
66
of the selected Point/Polygon for datasets that do not contain a time
77
dimension. (#421)
88

9-
* The help icon button now opens the new documentation [xcube Viewer documentation]
10-
(https://xcube-dev.github.io/xcube-viewer/) in a new browser tab.
9+
* Statistics and also the map's info-box now also work for datasets with
10+
non-geographic grids.
11+
(See xcube server issues https://github.com/xcube-dev/xcube/issues/1066
12+
and https://github.com/xcube-dev/xcube/issues/1069)
13+
14+
* The help icon button now opens the new documentation
15+
[xcube Viewer documentation](https://xcube-dev.github.io/xcube-viewer/)
16+
in a new browser tab.
1117

1218
### Other changes
1319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "1.3.1-dev.0",
3+
"version": "1.3.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
*/
2424

2525
// Important: use semantic versioning (https://semver.org/)
26-
const version = "1.3.1-dev.0";
26+
const version = "1.3.1";
2727

2828
export default version;

0 commit comments

Comments
 (0)