Skip to content

Commit bb16f44

Browse files
committed
release 2023.1.2: update release notes and fixed test
1 parent 944a45a commit bb16f44

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

__jest__/InitTest.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jest.mock('firefly/core/background/BackgroundMonitor.jsx', () => {
3838

3939
jest.mock('firefly/core/LayoutCntlr.js', () => {
4040
return {
41-
CHART_ADD: 'CHART_ADD', CHART_REMOVE: 'CHART_REMOVE', CHART_SPACE_PAT:'CHART_SPACE_PAT'
41+
CHART_ADD: 'CHART_ADD',
42+
CHART_REMOVE: 'CHART_REMOVE',
43+
CHART_SPACE_PAT:'CHART_SPACE_PAT',
44+
LAYOUT_PATH: 'layout',
45+
reducer: (x) => x ?? {},
4246
};
4347
});
4448

docs/release-notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
- [Notes on next version](next-release-details.md)
88

99
## Version 2023.1
10+
- 2023.1.2 - (May 10, 2023)
11+
- docker tag: `latest`, `2023.1`, `2023.1.2`
1012
- 2023.1.1 - (May 1, 2023)
11-
- docker tag: `latest`, `2023.1`, `2023.1.1`
13+
- docker tag: `2023.1.1`
1214
- 2023.1.0 - (May 5, 2023)
1315
- docker tag: `2023.1.0`
1416

@@ -30,10 +32,12 @@
3032

3133

3234
##### _Patches 2023.1_
35+
- 2023.1.2
36+
- fixed: Handle undefined page size [Firefly-1245](https://github.com/Caltech-IPAC/firefly/pull/1380)
37+
- fixed: `obs_title` not showing up, wavelength wrong [Firefly-1246](https://github.com/Caltech-IPAC/firefly/pull/1381)
3338
- 2023.1.1
3439
- fixed: polygon searches force spaces after comma [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1376)
3540

36-
3741
##### _Pull Requests in this release_
3842
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.1+label%3abug)
3943
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.1+)

0 commit comments

Comments
 (0)