Skip to content

Commit

Permalink
chore: new release to fix the bundling problem and add use client #88
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 5, 2024
1 parent 108e706 commit bdaeac6
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.9.0

### Minor Changes

- # New Pillar Core Release

Add New Release to Core to fix this issue https://github.com/HamzaAmar/pillar-ui/issues/88

**New Features:**

- **Reconfigured Tsup:** Tsup has been reconfigured to work seamlessly with components and leverage 'use client' functionality.
- **Post-Build Script:** A post-build script has been added to automatically insert 'use client' after the Tsup build process.

**Improvements:**

- **Improved Husky File Error:** The Husky file error message has been improved for better readability by removing the heading.

**Refactoring:**

- **Removed Direct 'use client'**: Instances of 'use client' added directly to files have been removed.

**Chore:**

- **Added .yarn to gitignore:** The .yarn directory has been added to the .gitignore file.

**This release primarily focuses on enhancing the build process and improving the developer experience when working with components and the 'use client' directive.**

## 0.8.6

### 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.6",
"version": "0.9.0",
"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 bdaeac6

Please sign in to comment.