Skip to content

Commit

Permalink
Merge branch 'main' into angular-update-15-16t
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 authored Oct 11, 2023
2 parents 8a3ce7d + 66092e5 commit ae170f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.43.0 - 2023-10-11

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.42.5...v2.43.0)

## v2.42.5 - 2023-10-11

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.42.4...v2.42.5)

### Fix

- Sort by source is inverse (#2076)

## v2.42.4 - 2023-10-09

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.42.3...v2.42.4)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class AffiliationsSortService {
Number(AffiliationsSortService.isSelfAsserted(b, orcid))
)
})
if (!ascending) {
if (ascending) {
affiliationGroup.reverse()
}
}
Expand Down

0 comments on commit ae170f6

Please sign in to comment.