Skip to content

Commit

Permalink
Release v2.1.0 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Mar 3, 2022
1 parent b30ec4b commit d38df0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## (IN PROGRESS)

## [2.1.0](https://github.com/folio-org/ui-receiving/tree/v2.1.0) (2022-03-03)
[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v2.0.3...v2.1.0)

* Allow user to select instance for Title AND edit title from POL view. Refs UIREC-189.
* Allow user to save and create another piece. Refs UIREC-188.
* Tech debt: reducing code smells, usage of consts and resources from stripes-acq. Refs UIREC-192.
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/receiving",
"version": "2.0.3",
"version": "2.1.0",
"description": "Description for receiving",
"main": "index.js",
"repository": "",
Expand Down Expand Up @@ -209,7 +209,7 @@
"regenerator-runtime": "^0.13.3"
},
"dependencies": {
"@folio/stripes-acq-components": "~3.0.0",
"@folio/stripes-acq-components": "~3.1.0",
"final-form": "^4.18.2",
"lodash": "^4.17.5",
"prop-types": "^15.5.10",
Expand Down

0 comments on commit d38df0c

Please sign in to comment.