Skip to content

Commit

Permalink
chore: add new patch release to pillar core
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Aug 13, 2024
1 parent 94fc724 commit acd89bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @pillar/core

## 0.8.5

### Patch Changes

- # UI Refinement Improvements

**Release Notes:**

This release focuses on enhancing the visual experience of our product:

- **change Contrast props:** We've made adjustments to contrast props to be low boolean.
- **Streamlined Pillar Core:** The core size of pillar elements has been reduced through optimized CSS classes, resulting in a cleaner and more compact layout.
- **Documentation and Storybook Update:** Outdated CSS classes in the documentation and Storybook have been replaced with the latest versions to maintain consistency.

**Commits:**

- 94fc724 (HEAD -> main) refactor: change contrast props to low
- 4fdb406 refactor:improve pillar core size to be smaller by making classes smaller and better
- f591db5 fix: change to the new css class in docs and stories

## 0.8.4

### Patch 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.8.4",
"version": "0.8.5",
"description": "@pillar-ui/core is a lightweight and comprehensive UI component library packed with reusable and customizable UI components designed for modern web development. Our components adhere to best practices, ensuring a consistent and accessible user experience across your applications, without sacrificing performance.",
"author": {
"name": "Hamza Miloud Amar",
Expand Down

0 comments on commit acd89bd

Please sign in to comment.