Skip to content

Commit

Permalink
Release v7.0.0 (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Oct 31, 2024
1 parent b45b518 commit bd64037
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change history for ui-finance

## 7.0.0 (IN PROGRESS)
## 7.1.0 (IN PROGRESS)

## [7.0.0](https://github.com/folio-org/ui-finance/tree/v7.0.0) (2024-10-31)
[Full Changelog](https://github.com/folio-org/ui-finance/compare/v6.0.0...v7.0.0)

* Utilize the translation key from `stripes-components` for the "Save & Close" button label. Refs UIF-447.
* UX Consistency: HTML page title display when third pane (detail record) displays. Refs UIF-502.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/finance",
"version": "6.0.0",
"version": "7.0.0",
"description": "Description for ui-finance",
"main": "src/index.js",
"repository": "",
Expand Down Expand Up @@ -475,8 +475,8 @@
"regenerator-runtime": "^0.13.3"
},
"dependencies": {
"@folio/stripes-acq-components": "~5.1.0",
"@folio/stripes-data-transfer-components": "~6.1.0",
"@folio/stripes-acq-components": "~6.0.0",
"@folio/stripes-data-transfer-components": "~6.2.0",
"@rehooks/local-storage": "^2.4.4",
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.1",
Expand Down

0 comments on commit bd64037

Please sign in to comment.