Skip to content

Commit

Permalink
STDTC-12: Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Soroka committed Jul 9, 2020
1 parent 316b926 commit 53143c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Change history for stripes-data-transfer-components

## 2.0.1 (IN PROGRESS)
## [2.0.1](https://github.com/folio-org/stripes-data-transfer-components/tree/v2.0.1) (2020-07-09)
[Full Changelog](https://github.com/folio-org/stripes-data-transfer-components/tree/v2.0.0...v2.0.1)
* Fix error screen display in case of missed user information in job executions. UIDEXP-107.
* Update properties in ProfilesPopoverInteractor and export ProfilesLabelInteractors. UIDEXP-53.
* Update properties in `ProfilesPopoverInteractor` and export `ProfilesLabelInteractors`. UIDEXP-53.
* Add job name display in job logs and executions. UIDEXP-116.
* Extend `SettingsLabel` with ability to provide arbitrary label content. UIDEXP-86.
* Extend `FullScreenView` to accept `actionMenu` prop. Sync up eslint config with data-export and replace deprecated `type` with `actAs` in package.json. UIDEXP-84.
* Update translations

## [2.0.0](https://github.com/folio-org/stripes-data-transfer-components/tree/v2.0.0) (2020-06-12)
[Full Changelog](https://github.com/folio-org/stripes-data-transfer-components/tree/v1.0.1...v2.0.0)
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-data-transfer-components",
"version": "2.0.0",
"version": "2.0.1",
"description": "Shared components for ui-data-import and ui-data-export projects",
"main": "src/index.js",
"repository": "folio-org/stripes-data-transfer-components",
Expand Down

0 comments on commit 53143c8

Please sign in to comment.