Skip to content

Commit

Permalink
Release v2.1.1 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chumakou authored Jun 11, 2020
1 parent 7e8cb24 commit 8ec8114
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## (IN PROGRESS)

## [2.1.1](https://github.com/folio-org/stripes-acq-components/tree/v2.1.1) (2020-06-11)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.1.0...v2.1.1)

* remove `okapiInterfaces` from `stripes`;

## [2.1.0](https://github.com/folio-org/stripes-acq-components/tree/v2.1.0) (2020-06-11)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.0.4...v2.1.0)

Expand Down
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-acq-components",
"version": "2.1.0",
"version": "2.1.1",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down Expand Up @@ -69,18 +69,6 @@
"redux": "*"
},
"stripes": {
"actsAs": [""],
"okapiInterfaces": {
"acquisitions-units": "1.1",
"configuration": "2.0",
"contributor-name-types": "1.2",
"finance.funds": "1.0",
"finance.transactions": "2.0 3.0",
"identifier-types": "1.2",
"locations": "3.0",
"material-types": "2.2",
"organizations.organizations": "1.0",
"tags": "1.0"
}
"actsAs": [""]
}
}

0 comments on commit 8ec8114

Please sign in to comment.