From ab1b6cdcf6ebce4e50d3b4c9e560c2c5873fa083 Mon Sep 17 00:00:00 2001 From: Dmitriy Litvinenko Date: Tue, 9 Mar 2021 15:03:34 +0200 Subject: [PATCH] Release v6.0.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d5cc13..39f7d4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # Change history for ui-calendar -## 6.0.0 IN PROGRESS +## [6.0.0](https://github.com/folio-org/ui-calendar/tree/v6.0.0) (2021-03-09) +[Full Changelog](https://github.com/folio-org/ui-calendar/compare/v5.0.1...v6.0.0) * Remove unused `react-bootstrap` dependency. Refs UICAL-123. * Calendar `Datepicker` cut off in add exception screen. Refs UICAL-124. * Update to stripes v6. Refs UICAL-128. * Move moment from a regular to a peer and dev dependencies. Refs UICAL-122. * Increment `@folio/stripes-cli` to `v2`. Refs UICAL-131. + +## [5.0.1](https://github.com/folio-org/ui-calendar/tree/v5.0.1) (2021-02-26) +[Full Changelog](https://github.com/folio-org/ui-calendar/compare/v5.0.0...v5.0.1) + * Calendar hours displaying on wrong day of week (offset by a day). Refs UICAL-132. ## [5.0.0](https://github.com/folio-org/ui-calendar/tree/v5.0.0) (2020-10-08) diff --git a/package.json b/package.json index a2b689b2..dfa01ca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/calendar", - "version": "5.0.0", + "version": "6.0.0", "description": "Opening hours", "repository": "folio-org/ui-calendar", "publishConfig": {