Skip to content

Commit

Permalink
Merge pull request #213 from folio-org/b2.0
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
aliaksei-chumakou authored Mar 13, 2020
2 parents 4167178 + 763c207 commit fe6156c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

### Bug fixes

## [2.0.0](https://github.com/folio-org/stripes-acq-components/tree/v2.0.0) (2020-03-13)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.3.2...v2.0.0)
## [2.0.1](https://github.com/folio-org/stripes-acq-components/tree/v2.0.1) (2020-03-13)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.3.2...v2.0.1)

* bump the @folio/stripes peer to v3.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/AcqCheckboxFilter/AcqCheckboxFilter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('AcqCheckboxFilter component', () => {
it('should be closed by default', () => {
const { getByRole } = renderUserFilter('statusFilter', 'statusFilter');

expect(getByRole('tab').getAttribute('aria-expanded')).toBe('false');
expect(getByRole('tab').getAttribute('aria-expanded') || 'false').toBe('false');
});

it('should be opened by default when closedByDefault=false prop is passed', () => {
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-acq-components",
"version": "2.0.0",
"version": "2.0.1",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down

0 comments on commit fe6156c

Please sign in to comment.