Skip to content

Commit

Permalink
STDTC-17: Release v3.0.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
yelyzavetakhokhlova authored Oct 15, 2020
1 parent f59821e commit a59a05c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change history for stripes-data-transfer-components

## 3.0.0 (IN PROGRESS)
## 4.0.0 (IN PROGRESS)

## [3.0.0](https://github.com/folio-org/stripes-data-transfer-components/tree/v3.0.0) (2020-10-15)
[Full Changelog](https://github.com/folio-org/stripes-data-transfer-components/tree/v2.0.1...v3.0.0)
* Update list formatters and list properties generators to fix rows accessibility. UIDEXP-117.
* Update export and imports to make them consistent using named approach. STDTC-3.
* Remove `@bigtest/mirage` and mirage config files. STDTC-14.
Expand All @@ -11,6 +14,7 @@
* Extend `SortAndSearchPane` to accept `excludedSortColumns` and `shouldSetInitialSortOnMount` prop. UIDEXP-142.
* Update `react-intl` to v5.7.0. STDTC-15.
* Fix date and time display in Safari. UIDEXP-175.
* Update translations

## [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)
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.1",
"version": "3.0.0",
"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 a59a05c

Please sign in to comment.