Skip to content

Commit

Permalink
Release v2.4.0 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored Jun 17, 2021
1 parent 5856c72 commit 9549e63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

## (IN PROGRESS)

## [2.4.0](https://github.com/folio-org/ui-organizations/tree/v2.4.0) (2021-06-17)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v2.3.2...v2.4.0)

* Acquisition units no longer restrict edit create or delete actions from action menu. Refs UIORGS-243.
* Display contact people status in organization view. Refs UIORGS-248.
* Implement Keyboard shortcuts modal. Refs UIORGS-246.
* Force open accordion for required not filled fields. Refs UIORGS-244.
* Some fields in the "Account" accordion should not be required. Refs UIORGS-245.
* Compile Translation Files into AST Format. Refs UIORGS-238.
* eslint@"^7.7.0" causes peer-dep inconsistency. Refs UIORGS-249.
* Resizable Panes - Persistence | Use PersistedPaneset smart component. Refs UIORGS-239.
* Organizations app | Apply basic shortcut keys. Refs UIORGS-230.

## [2.3.2](https://github.com/folio-org/ui-organizations/tree/v2.3.2) (2021-04-19)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v2.3.1...v2.3.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/organizations",
"version": "2.3.2",
"version": "2.4.0",
"description": "Organizations",
"main": "index.js",
"repository": "folio-org/ui-organizations",
Expand Down Expand Up @@ -258,7 +258,7 @@
"regenerator-runtime": "^0.13.3"
},
"dependencies": {
"@folio/stripes-acq-components": "~2.3.0",
"@folio/stripes-acq-components": "~2.4.0",
"lodash": "^4.17.5",
"moment-timezone": "^0.5.20",
"prop-types": "^15.5.10",
Expand Down

0 comments on commit 9549e63

Please sign in to comment.