Skip to content

Commit

Permalink
Release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiShumski2 committed Jul 30, 2021
1 parent 555682e commit a54ae5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## (IN PROGRESS)

## [2.4.3](https://github.com/folio-org/stripes-acq-components/tree/v2.4.3) (2021-07-30)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.4.2...v2.4.3)

* POL lookup by vendor ref number for invoice line is not working. UISACQCOMP-42.
## [2.4.2](https://github.com/folio-org/stripes-acq-components/tree/v2.4.2) (2021-07-29)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.4.1...v2.4.2)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-acq-components",
"version": "2.4.2",
"version": "2.4.3",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-typescript": "^7.13.0",
"@bigtest/interactor": "^0.9.3",
"@folio/eslint-config-stripes": "^5.0.0",
"@folio/stripes": "^6.0.0",
"@folio/stripes": "^6.2.0",
"@folio/stripes-cli": "^2.0.0",
"@formatjs/cli": "^4.2.6",
"@testing-library/jest-dom": "^5.11.1",
Expand Down Expand Up @@ -72,7 +72,7 @@
"redux-form": "^8.3.0"
},
"peerDependencies": {
"@folio/stripes": "^6.0.0",
"@folio/stripes": "^6.2.0",
"moment": "^2.24.0",
"react": "*",
"react-intl": "^5.7.1",
Expand Down

0 comments on commit a54ae5d

Please sign in to comment.