From ff2b1fb41ef1be3bd3b55cff98693e8601d2212f Mon Sep 17 00:00:00 2001 From: Hamza Miloud Amar Date: Sat, 20 Apr 2024 03:49:26 +0100 Subject: [PATCH] chore: add the version to the project --- packages/pillar-core/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/pillar-core/package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/packages/pillar-core/CHANGELOG.md b/packages/pillar-core/CHANGELOG.md index 967c8904..5e9ad4e3 100644 --- a/packages/pillar-core/CHANGELOG.md +++ b/packages/pillar-core/CHANGELOG.md @@ -1,5 +1,32 @@ # @pillar/core +## 0.7.0 + +### Minor Changes + +- **_Features_** + + - **Enhanced 'Change Theme' and 'RTL Experiences' Section:** + - Redesigned color palette selection with improved previews + - Streamlined RTL layout switching for smoother transitions + - **Site Design Improvements:** + - Optimized spacing and typography for better readability + - Added visual hierarchy to guide user flow + - **Documentation Updates:** + - Fixed broken links and outdated examples + - Added comprehensive guides for new `customColorPicker` and `rtlMode` props + + **_Fixes_** + + - **Design Issues Resolved:** + - Fixed inconsistent button sizing across themes + - Addressed overlapping elements in RTL mode + + **_Chore_** + + - **Documentation Updates for New Props:** + - Clear explanation of `customColorPicker` and `rtlMode` props with usage examples. + ## 0.6.0 ### Minor Changes diff --git a/packages/pillar-core/package.json b/packages/pillar-core/package.json index e221f5ac..fbd06969 100644 --- a/packages/pillar-core/package.json +++ b/packages/pillar-core/package.json @@ -1,6 +1,6 @@ { "name": "@pillar-ui/core", - "version": "0.6.0", + "version": "0.7.0", "description": "A collection of reusable UI components for modern web development. These components follow best practices, are highly customizable, and promote a consistent user experience across applications.", "author": { "name": "Hamza Miloud Amar",