From 3bfd2f7c2d950022d196dc4c93fd15daf354a599 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Tue, 27 Aug 2024 15:24:53 -0500 Subject: [PATCH] Bump KDS version to 5.0.0-rc3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b673a8767..16f20cec2 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 5.x.x (`develop` branch) +- [#753] + - **Description:** Bump KDS version to 5.0.0-rc3. + - **Products impact:** -. + - **Addresses:** -. + - **Components:** -. + - **Breaking:** -. + - **Impacts a11y:** -. + - **Guidance:** -. + +[#753]: https://github.com/learningequality/kolibri-design-system/pull/753 + - [#754] - **Description:** Removed the border-radius on align left. - **Products impact:** bugfix. @@ -49,6 +60,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Guidance:** - [#723]: https://github.com/learningequality/kolibri-design-system/pull/723 + - [#728] - **Description:** Adds `$darken_` utility functions for darkening palette colors and ensures compatibility with Node.js v10 by pinning the `color` package version to `3.2.1`. - **Products impact:** Kolibri Design System diff --git a/package.json b/package.json index 0ca2dc1fe..2995cbd78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolibri-design-system", - "version": "5.0.0-rc2", + "version": "5.0.0-rc3", "private": false, "description": "The Kolibri Design System defines common design patterns and code for use in Kolibri applications", "repository": {