From 5823078acfb9e47a369dfac3d5c84ca01aa3e942 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Tue, 16 Jan 2024 13:20:55 -0800 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007595020..a86b0a6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie ## Upcoming version +- [#521] + - **Description:** Move date-fns dependency to depencies rather than dev-dependencies. + - **Products impact:** bugfix + - **Addresses:** N/A + - **Components:** KDateRange/KDateInput + - **Breaking:** no + - **Impacts a11y:** no + - **Guidance:** ~ + +[#521]: [https://github.com/learningequality/kolibri-design-system/pull/521] + - [#509] - **Description:** Introduces `appearanceOverrides` prop for the `KImg` component - **Products impact:** new API