From 726b2062750dd9f7748fa2c56beb2925e17c76db Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Tue, 10 Sep 2024 14:54:00 -0500 Subject: [PATCH] Bump KDS version to 5.0.0-rc5 --- CHANGELOG.md | 6 ------ package.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188eb88c1..760707012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ Changelog is rather internal in nature. See release notes for the public overvie - - [#727] - **Description:** Initial implementation of `KTable` component - **Products impact:** New Component @@ -18,8 +17,6 @@ Changelog is rather internal in nature. See release notes for the public overvie [#727]: https://github.com/learningequality/kolibri-design-system/pull/727 - - - [#766] - **Description:** Bump KDS version to 5.0.0-rc4 - **Products impact:** -. @@ -31,8 +28,6 @@ Changelog is rather internal in nature. See release notes for the public overvie [#766]: https://github.com/learningequality/kolibri-design-system/pull/766 - - - [#765] - **Description:** Fixes update changelog workflow to avoid expecting a comment after the invisible comment ``. - **Products impact:** none. @@ -44,7 +39,6 @@ Changelog is rather internal in nature. See release notes for the public overvie [#765]: https://github.com/learningequality/kolibri-design-system/pull/765 - - [#762] - **Description:** Updates dropshadows to the latest design guidelines - **Products impact:** Visual diff --git a/package.json b/package.json index 02edadd3c..2067b0ce6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolibri-design-system", - "version": "5.0.0-rc4", + "version": "5.0.0-rc5", "private": false, "description": "The Kolibri Design System defines common design patterns and code for use in Kolibri applications", "repository": {