Skip to content

Commit

Permalink
release 2023.1.2: update release notes and fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed May 10, 2023
1 parent 944a45a commit bb16f44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion __jest__/InitTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jest.mock('firefly/core/background/BackgroundMonitor.jsx', () => {

jest.mock('firefly/core/LayoutCntlr.js', () => {
return {
CHART_ADD: 'CHART_ADD', CHART_REMOVE: 'CHART_REMOVE', CHART_SPACE_PAT:'CHART_SPACE_PAT'
CHART_ADD: 'CHART_ADD',
CHART_REMOVE: 'CHART_REMOVE',
CHART_SPACE_PAT:'CHART_SPACE_PAT',
LAYOUT_PATH: 'layout',
reducer: (x) => x ?? {},
};
});

Expand Down
8 changes: 6 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
- [Notes on next version](next-release-details.md)

## Version 2023.1
- 2023.1.2 - (May 10, 2023)
- docker tag: `latest`, `2023.1`, `2023.1.2`
- 2023.1.1 - (May 1, 2023)
- docker tag: `latest`, `2023.1`, `2023.1.1`
- docker tag: `2023.1.1`
- 2023.1.0 - (May 5, 2023)
- docker tag: `2023.1.0`

Expand All @@ -30,10 +32,12 @@


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


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

0 comments on commit bb16f44

Please sign in to comment.