From 737574d0eec79329cd8c97d92ab2f1aa94eb1ba2 Mon Sep 17 00:00:00 2001 From: anuradha9712 Date: Tue, 27 Feb 2024 11:04:47 +0400 Subject: [PATCH] chore: update package v2.28.2 and changelog --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c2c40b31..2b8514beed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## 2.28.2 (2024-02-27) + +### Highlights + +- feat(datepicker): add functionality to detect invalid manually entered dates in datepicker (bdf54a43) +- fix(dateRangePicker): add validation for invalid date range (7e337673) +- fix(avatargroup): update border color and popper body dimensions (51c648f0) +- fix(datepicker): datePicker popover not opening in fullscreenModal (5238f1e8) + +### Breaking changes + +NA + +### Migration guide + +NA + +### Deprecations + +NA + +### Features + +NA + +### Fixes + +- fix(datepicker): datePicker popover not opening in fullscreenModal (5238f1e8) + +### Improvements + +- feat(datepicker): add functionality to detect invalid manually entered dates in datepicker (bdf54a43) +- fix(dateRangePicker): add validation for invalid date range (7e337673) +- fix(avatargroup): update border color and popper body dimensions (51c648f0) + +### Documentation + +NA + +--- + ## 2.28.1 (2024-02-19) ### Highlights diff --git a/package.json b/package.json index f6df851478..f58ef49c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@innovaccer/design-system", - "version": "2.28.1", + "version": "2.28.2", "description": "React components library project for Innovaccer Design System", "main": "dist/index.umd.js", "module": "dist/index.esm.js",