Skip to content

Commit

Permalink
Release v5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Nov 17, 2022
1 parent 938f9b4 commit 8489f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Change history for ui-data-import

## **5.3.2** (in progress)
## [5.3.5](https://github.com/folio-org/ui-data-import/tree/v5.3.5) (2022-11-17)

### Bugs fixed:
* After duplicating profiles the previous view details information is displayed (UIDATIMP-1285)
* Invoice field mapping profile: sortBy param is missed for Bill to name field (UIDATIMP-1288)
* Incorrect name of the page in Edit mode of field mapping profile (UIDATIMP-1302)
* Update dependencies versions

## [5.3.1](https://github.com/folio-org/ui-data-import/tree/v5.3.1) (2022-10-27)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/data-import",
"version": "5.3.1",
"version": "5.3.5",
"description": "Data Import manager",
"main": "src/index.js",
"repository": "folio-org/ui-data-import",
Expand Down Expand Up @@ -32,11 +32,11 @@
"@bigtest/mocha": "^0.5.2",
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^6.1.0",
"@folio/stripes": "^7.2.0",
"@folio/stripes": "^7.3.2",
"@folio/stripes-cli": "^2.6.0",
"@folio/stripes-components": "^10.2.0",
"@folio/stripes-components": "^10.3.1",
"@folio/stripes-core": "^8.1.0",
"@folio/stripes-smart-components": "^7.1.0",
"@folio/stripes-smart-components": "^7.3.1",
"@formatjs/cli": "^4.2.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.4.7",
Expand Down

0 comments on commit 8489f33

Please sign in to comment.