Skip to content

Commit

Permalink
Update Changelog file for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Mar 20, 2024
1 parent 7ed0dfc commit 40cecd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change history for ui-organizations

## 5.2.0 (IN PROGRESS)

## [5.1.0](https://github.com/folio-org/ui-organizations/tree/v5.1.0) (2024-03-19)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v5.0.0...v5.1.0)

Expand Down
10 changes: 5 additions & 5 deletions src/contacts/EditContact/__snapshots__/EditContact.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ exports[`EditContact should render correct form structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 5;"
style="z-index: 0;"
>
<div
aria-labelledby="accordion-toggle-button-contact-name"
Expand Down Expand Up @@ -7997,7 +7997,7 @@ exports[`EditContact should render correct form structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 5;"
style="z-index: 1;"
>
<div
aria-labelledby="accordion-toggle-button-contact-emails"
Expand Down Expand Up @@ -15846,7 +15846,7 @@ exports[`EditContact should render correct form structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 5;"
style="z-index: 2;"
>
<div
aria-labelledby="accordion-toggle-button-contact-phones"
Expand Down Expand Up @@ -23718,7 +23718,7 @@ exports[`EditContact should render correct form structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 5;"
style="z-index: 3;"
>
<div
aria-labelledby="accordion-toggle-button-contact-urls"
Expand Down Expand Up @@ -31567,7 +31567,7 @@ exports[`EditContact should render correct form structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 5;"
style="z-index: 6;"
>
<div
aria-labelledby="accordion-toggle-button-contact-addresses"
Expand Down

0 comments on commit 40cecd6

Please sign in to comment.