Skip to content

Commit

Permalink
Release v1.3.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored Dec 4, 2019
1 parent 2db5a64 commit d2388ae
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change history for stripes-acq-components

## [1.3.0](https://github.com/folio-org/stripes-acq-components/tree/v1.3.0) (2019-12-04)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.2.0...v1.3.0)

### Stories
* [UIF-101](https://issues.folio.org/browse/UIF-101) FolioFormattedTime component to display datetime fields
* [UIF-79](https://issues.folio.org/browse/UIF-79) FieldTags common component
* [UIF-96](https://issues.folio.org/browse/UIF-96) Acq list components and utils
* [UIOR-365](https://issues.folio.org/browse/UIOR-365) Support isDeleted property of Acq units
* [UIOR-5](https://issues.folio.org/browse/UIOR-5) Tags components
* [UIOR-370](https://issues.folio.org/browse/UIOR-370) FundDistributionField component updates, CurrencySymbol component
* [UIOR-377](https://issues.folio.org/browse/UIOR-377) batchFetch util
* [UIOR-275](https://issues.folio.org/browse/UIOR-275) AcqTagsFilter component
* [UIOR-425](https://issues.folio.org/browse/UIOR-425) FundDistributionView component updates
* [UIF-34](https://issues.folio.org/browse/UIF-34) react-final-form components
* [UIF-98](https://issues.folio.org/browse/UIF-98) showCallout util
* [UINV-87](https://issues.folio.org/browse/UINV-87) multiple distributions for the same Fund validation
* [UINV-41](https://issues.folio.org/browse/UINV-87) unit tests with Jest

### Bug Fixes
* [UIOR-356](https://issues.folio.org/browse/UIOR-356) Options for select in alphabetic order
* [UIORGS-84](https://issues.folio.org/browse/UIORGS-84) Add translatable payment methods options

## [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)

Expand Down
1 change: 0 additions & 1 deletion lib/AcqUnits/AcqUnitsView/AcqUnitsViewContainer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useEffect, useState } from 'react';
import PropTypes from 'prop-types';
import { get } from 'lodash';

import {
stripesConnect,
Expand Down
1 change: 0 additions & 1 deletion lib/CurrencySymbol/CurrencySymbol.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import PropTypes from 'prop-types';

import {
Expand Down
1 change: 0 additions & 1 deletion lib/FolioFormattedDate/FolioFormattedDate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import PropTypes from 'prop-types';
import moment from 'moment';

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/stripes-acq-components",
"version": "1.2.0",
"version": "1.3.0",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down Expand Up @@ -58,7 +58,7 @@
"stripes": {
"type": "",
"okapiInterfaces": {
"acquisitions-units": "1.0",
"acquisitions-units": "1.1",
"configuration": "2.0",
"finance.funds": "1.0",
"tags": "1.0"
Expand Down

0 comments on commit d2388ae

Please sign in to comment.