Skip to content

Commit

Permalink
chore: add new patch release to the core package
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 25, 2024
1 parent 9eaf26a commit 19e9dc4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

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

## 0.10.7

### Patch Changes

- # Pillar UI Release Notes

## Major Features

- **Improved SEO:** Enhanced site SEO by adding creator information to Twitter metadata.
- **Manifest Integration:** Implemented a manifest file for better web app functionality.

## Bug Fixes

- **Dependency Removal:** Removed unused dependencies to streamline the project.
- **Props Spreading:** Fixed an issue with props being spread to the item list incorrectly.
- **CSS Optimization:** Reduced CSS size by removing unused styles.

## Refactorings

- **Code Component Types:** Added types for the code component for improved maintainability.
- **CSS Optimization:** Further optimized the code components by removing unused CSS.
- **Core Components Size Reduction:** Reduced the size of core components for better performance.
- **Client Usage:** Added `useClient` to list items where necessary.
- **Directory Renaming:** Renamed directories that required the `useClient` hook to begin with `@`.
- **Client Directory Rename:** Renamed the client directory for better organization.

## 0.10.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.6",
"version": "0.10.7",
"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 Expand Up @@ -63,7 +63,7 @@
"type:check": "tsc --noEmit"
},
"peerDependencies": {
"@pillar-ui/hooks": "latest",
"@pillar-ui/hooks": "0.7.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down

0 comments on commit 19e9dc4

Please sign in to comment.