Skip to content

Commit

Permalink
Merge branch 'qa' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Anitha Thomas committed Mar 7, 2024
2 parents a3e9b2d + 9d7b1c6 commit df9591d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## Version 13.11.0
_5 March 2024_

### Features
* Enable editing of "Code Sets"
* Enable "See all nnn results" button on search results

### Bug Fixes
* Remove button from history screen as appropriate

### User Interface Updates
* Display date of certification status change in Listing Activity reporting
* Hide "future" status changes in "listing history" modal

---

## Version 13.10.1
_20 February 2024_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ describe('on compare widget', () => {
});
});

describe('if there are at least 2 listings added for compare', () => {
//ignored tests as they are flaky and will address them later
xdescribe('if there are at least 2 listings added for compare', () => {
beforeAll(async () => {
search.open();
search.searchForText(search1);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chpl",
"version": "13.10.1",
"version": "13.11.0",
"license": "SEE LICENSE IN LICENSE",
"repository": "chpladmin/chpl-website",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11317,7 +11317,7 @@ __metadata:
ignore: ^3.3.5
strip-ansi: ^4.0.0
text-table: ^0.2.0
checksum: 1c215a977968637c363e423d3b35b9f32dedae7666277e03146b9f7c222ae512e7567fd3ecbf3e9c34a4233133e4f785098697c5eb334b34079753ca52b199c3
checksum: 1f333d8b4292b43f2ba090112a404778ceb932c087c52ebe1c05d1aadc35a8360d99720882bd22c555d8ecee3447c288e2cd6f1d21d5f6b8431afd778712e675
languageName: node
linkType: hard

Expand Down

0 comments on commit df9591d

Please sign in to comment.