Skip to content

Commit

Permalink
chore(core): add new patch release to core package
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Jan 20, 2025
1 parent 05cd805 commit 4ed7bf5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @pillar/core

## 0.11.3

### Patch Changes

- # Changes

## **1. Refactor: Remove `TableColumn` , `TableRow` and Use Native HTML Elements (#121)**

- **Description:** The `TableColumn`, `TableRow` component has been removed, and native HTML elements (`<tr>`, `<th>`, `<td>`) are now used for better compatibility and simplicity.
- **Impact:** This change improves bundle size and reduces dependency on custom components.

## **2. Fix: Add `shd` Class to Avatar and Check Other Components (#ae9a136)**

- **Description:** The `shd` class has been added to the `Avatar` component to ensure proper styling. Other components have also been reviewed to ensure they do not shrink unexpectedly.
- **Impact:** This fixes layout issues and ensures consistent rendering across components.

## **3. Fix: Resolve Chips Overflow Issue (#119)**

- **Description:** The `Chips` component has been updated to prevent overflow issues, ensuring that content remains within its boundaries.
- **Impact:** This improves the usability and appearance of the `Chips` component.

## 0.11.2

### 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.11.2",
"version": "0.11.3",
"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 4ed7bf5

Please sign in to comment.