Skip to content

Commit

Permalink
Release v6.0.0 (#771)
Browse files Browse the repository at this point in the history
* Release v6.0.0
* bump up `stripes-acq-components` version to `~5.1.0`
  • Loading branch information
alisher-epam authored and NikitaSedyx committed Mar 20, 2024
1 parent 59b1379 commit a60d6a5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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-invoice

## (6.0.0 IN PROGRESS)
## [6.0.0](https://github.com/folio-org/ui-invoice/tree/v6.0.0) (2024-03-19)
[Full Changelog](https://github.com/folio-org/ui-invoice/compare/v5.0.1...v6.0.0)

* Introduce new permission to view all invoices' settings. Refs UINV-458.
* Error Message - Invoice cancellation allowed against closed budget. Refs UINV-513.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"sinon": "^7.0.0"
},
"dependencies": {
"@folio/stripes-acq-components": "~5.0.0",
"@folio/stripes-acq-components": "~5.1.0",
"file-saver": "^2.0.0",
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ exports[`InvoiceForm component should render correct structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 0;"
style="z-index: 5;"
>
<div
aria-labelledby="accordion-toggle-button-invoiceForm-information"
Expand Down Expand Up @@ -1250,7 +1250,7 @@ exports[`InvoiceForm component should render correct structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 2;"
style="z-index: 5;"
>
<div
aria-labelledby="accordion-toggle-button-invoiceForm-vendorDetails"
Expand Down Expand Up @@ -1484,7 +1484,7 @@ exports[`InvoiceForm component should render correct structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 6;"
style="z-index: 5;"
>
<div
aria-labelledby="accordion-toggle-button-invoiceForm-extendedInformation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ exports[`InvoiceLineForm component should render correct structure 1`] = `
</div>
<div
class="content-wrap expanded"
style="z-index: 4;"
style="z-index: 3;"
>
<div
aria-labelledby="accordion-toggle-button-invoiceLineForm-information"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ exports[`InvoicesListFilters should render correct structure 1`] = `
</div>
<div
class="content-wrap"
style="z-index: 14;"
style="z-index: 13;"
>
<div
aria-labelledby="accordion-toggle-button-acqUnitIds"
Expand Down Expand Up @@ -3559,7 +3559,7 @@ exports[`InvoicesListFilters should render correct structure when disabled 1`] =
</div>
<div
class="content-wrap"
style="z-index: 14;"
style="z-index: 13;"
>
<div
aria-labelledby="accordion-toggle-button-acqUnitIds"
Expand Down

0 comments on commit a60d6a5

Please sign in to comment.