Skip to content

Commit 3a5f205

Browse files
authored
Merge pull request #313 from xcube-dev/forman-v1.1.1
Preparing 1.1.1 release
2 parents 559736d + fa918be commit 3a5f205

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGES.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
## Changes in version 1.2.0 (in development)
1+
## Changes in version 1.1.1
2+
3+
### Fixes
4+
5+
* Fixed a crash when plotting more than 10 points on map. (#299)
6+
7+
* Fixed a crash when resizing browser window. (#301)
8+
9+
### Other changes
210

311
* Inlined the help menu into the app bar. The help icon button now opens the
412
[xcube Viewer documentation](https://xcube.readthedocs.io/en/latest/viewer.html)
5-
in a new browser tab.
13+
in a new browser tab.
614

7-
* No longer obtaining Roboto font from Google servers.
8-
Using the static version from
15+
* No longer obtaining Roboto font from Google servers.
16+
Using the static version from
917
[`@fontsource/roboto`](https://fontsource.org/fonts/roboto/install)
1018
instead.
1119

1220
* Updated development dependencies and updated TypeScript code base accordingly.
13-
- `typescript` from v4 to v5
14-
- `react-scripts` from v4 to v5
21+
- `typescript` from v4 to v5
22+
- `react-scripts` from v4 to v5
1523

16-
* Added brief section in `README.md` of how to update xcube with a new
24+
* Added brief section in `README.md` of how to update xcube with a new
1725
xcube-viewer build.
1826

19-
### Fixes
20-
21-
* Fixed a crash when plotting more than 10 points on map. (#299)
27+
* Renamed git default branch on GitHub from `master` into `main`.
2228

23-
* Fixed a crash when resizing browser window. (#301)
2429

2530
## Changes in version 1.1.0
2631

package.json

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

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
* SOFTWARE.
2323
*/
2424

25-
const version = '1.2.0-dev.0';
25+
const version = '1.1.1';
2626

2727
export default version;

0 commit comments

Comments
 (0)