Skip to content

Commit

Permalink
Release v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx committed Apr 18, 2024
1 parent 22c86fe commit d2f80e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for ui-organizations

## 5.1.1 (IN PROGRESS)
## [5.1.1](https://github.com/folio-org/ui-organizations/tree/v5.1.1) (2024-04-18)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v5.1.0...v5.1.1)

* Add additional filters to support reporting requirements. Refs UIORG-193.

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": "@folio/organizations",
"version": "5.1.0",
"version": "5.1.1",
"description": "Organizations",
"main": "index.js",
"repository": "folio-org/ui-organizations",
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 d2f80e4

Please sign in to comment.