Skip to content

Commit

Permalink
chore: add the version to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Apr 20, 2024
1 parent c27c9c9 commit ff2b1fb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ff2b1fb

Please sign in to comment.