Skip to content

Commit

Permalink
Release v2.1.2 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chumakou authored Jun 12, 2020
1 parent 8ec8114 commit 8f9e717
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## (IN PROGRESS)

## [2.1.2](https://github.com/folio-org/stripes-acq-components/tree/v2.1.2) (2020-06-12)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.1.1...v2.1.2)

* fix multiselect interactor;

## [2.1.1](https://github.com/folio-org/stripes-acq-components/tree/v2.1.1) (2020-06-11)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.1.0...v2.1.1)

Expand Down
1 change: 1 addition & 0 deletions lib/Tags/TagsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const TagsForm = ({
<FormattedMessage id="stripes-smart-components.tagsTextArea">
{ariaLabel => (
<MultiSelection
id="acqtags"
placeholder={placeholder}
aria-label={ariaLabel}
actions={actions}
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/stripes-acq-components",
"version": "2.1.1",
"version": "2.1.2",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down

0 comments on commit 8f9e717

Please sign in to comment.