Skip to content

Commit

Permalink
Release v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx committed Mar 29, 2022
1 parent fb0c70d commit 83049f7
Show file tree
Hide file tree
Showing 3 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)

## [3.1.2](https://github.com/folio-org/ui-organizations/tree/v3.1.2) (2022-03-29)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v3.1.1...v3.1.2)

* Manage acquisition unit permission not working. Refs UIORGS-312.

## [3.1.1](https://github.com/folio-org/ui-organizations/tree/v3.1.1) (2022-03-24)
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/organizations",
"version": "3.1.1",
"version": "3.1.2",
"description": "Organizations",
"main": "index.js",
"repository": "folio-org/ui-organizations",
Expand Down
4 changes: 2 additions & 2 deletions src/OrganizationIntegration/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ describe('OrganizationIntegration utils', () => {

describe('getTenantTime', () => {
it('should return tenant time', () => {
expect(getTenantTime({ time: '23:00:00.000Z', timeZone: 'Europe/Berlin' }))
.toEqual('00:00:00');
expect(getTenantTime({ time: '23:00:00.000Z', timeZone: 'Asia/Tbilisi' }))
.toEqual('03:00:00');
});
});

Expand Down

0 comments on commit 83049f7

Please sign in to comment.