Skip to content

Commit c046b12

Browse files
committed
Releasing 0.4.4
1 parent df578bd commit c046b12

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGES.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes in version 0.4.3
1+
## Changes in version 0.4.4
22

33
* Time-series legends are now always shown. (#151)
44
* In the time-series charts with multiple graphs, dots have only been drawn
@@ -7,16 +7,20 @@
77
* Fixed some labels used in the UI:
88
- Renamed label "Show data points only" into "Show dots only, hide lines".
99
(#148)
10-
- Corrected translation for labels "Time (UTC)" and "Show graph after
11-
adding a place".
12-
* Now indicating invalid color bar name in map legend.
13-
* Minor
14-
- Fixed manifest icon paths.
15-
- Removed unnecessary console dumps.
10+
- Corrected translation for "Show graph after adding a place".
1611
* Updated package dependencies:
1712
- [recharts](https://recharts.org/) 2.0.9
1813
- [react-scripts](https://github.com/facebook/create-react-app#readme) 4.0.3
1914

15+
16+
## Changes in version 0.4.3
17+
18+
* Indicating invalid color bar name in map legend.
19+
* Added language translations for phrase "Time (UTC)".
20+
* Minor
21+
- Fixed manifest icon paths.
22+
- Removed unnecessary console dumps.
23+
2024
## Changes in version 0.4.2
2125

2226
_Fixed a problem during release process. No code changes._

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"private": true,
55
"homepage": ".",
66
"scripts": {

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { LanguageDictionary } from './util/lang';
1818
import { getQueryParameterByName } from './util/qparam';
1919
import lang from './resources/lang.json';
2020

21-
const version = '0.4.3';
21+
const version = '0.4.4';
2222

2323
const defaultApiServerUrl = process.env.REACT_APP_XCUBE_API;
2424

0 commit comments

Comments
 (0)