Skip to content

Commit

Permalink
Merge pull request #138 from folio-org/release-v1.3.1
Browse files Browse the repository at this point in the history
Release v1.3.1
  • Loading branch information
aliaksei-chumakou authored Dec 12, 2019
2 parents 0f4271d + eeff82a commit d356251
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
artifacts/
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change history for stripes-acq-components

## [1.3.1](https://github.com/folio-org/stripes-acq-components/tree/v1.3.1) (in progress)
[Full Changelog](https://github.com/folio-org/ui-invoice/compare/v1.3.0...v1.3.1)
## [1.3.1](https://github.com/folio-org/stripes-acq-components/tree/v1.3.1) (2019-12-12)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.3.0...v1.3.1)

### Stories
* [UIORGS-122](https://issues.folio.org/browse/UIORGS-122) Organization view pane: Update contact people view
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": "1.3.0",
"version": "1.3.1",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand All @@ -15,7 +15,7 @@
"lint": "eslint ."
},
"devDependencies": {
"@bigtest/interactor": "^0.8.1",
"@bigtest/interactor": "0.7.2",
"@bigtest/mirage": "^0.0.1",
"@folio/eslint-config-stripes": "^4.2.0",
"@folio/stripes": "^2.7.4",
Expand Down Expand Up @@ -53,7 +53,7 @@
"redux-form": "^7.4.2"
},
"peerDependencies": {
"@folio/stripes": "^2.7.4",
"@folio/stripes": "^2.12.0",
"react": "*"
},
"stripes": {
Expand Down

0 comments on commit d356251

Please sign in to comment.