Skip to content

Commit

Permalink
Merge pull request #51 from folio-org/v1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
aliaksei-chumakou authored Sep 11, 2019
2 parents f9408c4 + d940c99 commit b9e053b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Change history for stripes-acq-components

## [1.2.0](https://github.com/folio-org/stripes-acq-components/tree/v1.2.0) (2019-09-11)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.1.0...v1.2.0)

### Stories
* [UIF-85](https://issues.folio.org/browse/UIF-85) Create LoadingPane common component
* [UIF-92](https://issues.folio.org/browse/UIF-92) Add hook for accordion toggle
* [UINV-56](https://issues.folio.org/browse/UINV-56) common test utils
* [UINV-57](https://issues.folio.org/browse/UINV-57) Add fund distributions to invoice lines
* [UINV-62](https://issues.folio.org/browse/UINV-62) hooks for callout and modal toggle
* [UIOR-367](https://issues.folio.org/browse/UIOR-367) add common function to generate query
* [UIORGS-87](https://issues.folio.org/browse/UIORGS-87) PluginFindRecord component

### Bug Fixes
* [UIOR-349](https://issues.folio.org/browse/UIOR-349) find-po-line plugin cannot search at all

## [1.1.0](https://github.com/folio-org/stripes-acq-components/tree/v1.1.0) (2019-08-26)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v1.0.0...v1.1.0)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.0.0...v1.1.0)

### Stories
* [UIORGS-74](https://issues.folio.org/browse/UIORGS-74) toast with html
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-acq-components",
"version": "1.1.0",
"version": "1.2.0",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down Expand Up @@ -44,7 +44,8 @@
"stripes": {
"type": "",
"okapiInterfaces": {
"acquisitions-units": "1.0"
"acquisitions-units": "1.0",
"finance-storage.funds": "2.0"
}
}
}

0 comments on commit b9e053b

Please sign in to comment.