Skip to content

Commit

Permalink
Release v1.3.1 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-tkachenko authored Jul 23, 2019
1 parent 07a5212 commit 31f3570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for ui-data-import

## 1.4.0 (IN-PROGRESS)
## [1.3.1](https://github.com/folio-org/ui-data-import/tree/v1.3.1) (2019-07-23)
* Create data import settings page's 3rd pane for action profiles (UIDATIMP-8)
* Implement header caret actions for action profiles (UIDATIMP-14)
* Add form for new action profile action (UIDATIMP-144)
Expand All @@ -18,6 +18,8 @@
* Implement details view for mapping profiles (UIDATIMP-219)
* Implement create mapping profile feature (UIDATIMP-227)
* Implement edit mapping profile feature (UIDATIMP-230)
* Generalize and modularize Modals and Toasts templates, create common Callout rederer (UIDATIMP-210)
* Generalize and modularize Entity List View templates, create common ListView component (UIDATIMP-211)

## [1.3.0](https://github.com/folio-org/ui-data-import/tree/v1.3.0) (2019-06-12)
* Create data import settings page's 3rd pane for Match Profiles. Add string capitalization (capitalize) and HTML special chars decoding (htmlDecode) utils (UIDATIMP-6)
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/data-import",
"version": "1.3.0",
"version": "1.3.1",
"description": "Data Import manager",
"main": "src/index.js",
"repository": "folio-org/ui-data-import",
Expand Down

0 comments on commit 31f3570

Please sign in to comment.