Skip to content

Commit

Permalink
chore: add new patch release to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 10, 2024
1 parent 7559f0f commit 8793e54
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 5 deletions.
45 changes: 45 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @pillar/core

## 0.10.3

### Patch Changes

- # Release Notes

**Release Date:** September 10, 2024

**Summary:**

This release focuses on code refactoring and optimization, with a strong emphasis on reducing component size and improving overall code structure.

**Key Changes:**

- **Improved Module Structure:** Nest type declarations inside export/require statements, promoting better organization and maintainability.
- **Reduced Component Footprint:** Optimized the size and complexity of several core components, including buttons, alerts, badges, chips, and spinners.
- **Code Cleanup:** Removed unused code (list component) and resolved warnings (type placement).
- **Dependency Management:** Addressed lock file issues for smoother project setup.

**Detailed Changes:**

- **7559f0f:** Fixed nested type declarations within export/require.
- **fbdcc3f:** Resolved lock file problems.
- **6bccd91:** Moved types to the top to eliminate warnings.
- **7c682b9:** Refactored badge story and removed the list component.
- **b204d3c:** Removed the list component from index and style.
- **34e4420:** Reduced core components' size.
- **8260896:** Removed the list component.
- **95e024b:** Reduced the spinner component code.
- **3875d58:** Reduced the chips component code.
- **4842b9f:** Reduced the button component code.
- **b705b21:** Improved and reduced the alert components.
- **b32358e:** Improved and reduced the badge component.

**Future Plans:**

- Continue to refine and optimize core components.
- Expand the component library with new features.
- Enhance documentation and examples.

**Thank you for using our project!**

- Updated dependencies
- @pillar-ui/hooks@0.7.3

## 0.10.2

### 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.2",
"version": "0.10.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 Expand Up @@ -67,7 +67,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@pillar-ui/hooks": "^0.7.0"
"@pillar-ui/hooks": "^0.7.3"
},
"devDependencies": {
"@pillar-ui/eslint": "*",
Expand Down
45 changes: 45 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @pillar/hooks

## 0.7.3

### Patch Changes

- # Release Notes

**Release Date:** September 10, 2024

**Summary:**

This release focuses on code refactoring and optimization, with a strong emphasis on reducing component size and improving overall code structure.

**Key Changes:**

- **Improved Module Structure:** Nest type declarations inside export/require statements, promoting better organization and maintainability.
- **Reduced Component Footprint:** Optimized the size and complexity of several core components, including buttons, alerts, badges, chips, and spinners.
- **Code Cleanup:** Removed unused code (list component) and resolved warnings (type placement).
- **Dependency Management:** Addressed lock file issues for smoother project setup.

**Detailed Changes:**

- **7559f0f:** Fixed nested type declarations within export/require.
- **fbdcc3f:** Resolved lock file problems.
- **6bccd91:** Moved types to the top to eliminate warnings.
- **7c682b9:** Refactored badge story and removed the list component.
- **b204d3c:** Removed the list component from index and style.
- **34e4420:** Reduced core components' size.
- **8260896:** Removed the list component.
- **95e024b:** Reduced the spinner component code.
- **3875d58:** Reduced the chips component code.
- **4842b9f:** Reduced the button component code.
- **b705b21:** Improved and reduced the alert components.
- **b32358e:** Improved and reduced the badge component.

**Future Plans:**

- Continue to refine and optimize core components.
- Expand the component library with new features.
- Enhance documentation and examples.

**Thank you for using our project!**

- Updated dependencies
- @pillar-ui/utils@0.8.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Hamza Miloud Amar",
"email": "[email protected]"
},
"version": "0.7.2",
"version": "0.7.3",
"sideEffects": false,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down
42 changes: 42 additions & 0 deletions packages/pillar-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @pillar/icons

## 0.8.1

### Patch Changes

- # Release Notes

**Release Date:** September 10, 2024

**Summary:**

This release focuses on code refactoring and optimization, with a strong emphasis on reducing component size and improving overall code structure.

**Key Changes:**

- **Improved Module Structure:** Nest type declarations inside export/require statements, promoting better organization and maintainability.
- **Reduced Component Footprint:** Optimized the size and complexity of several core components, including buttons, alerts, badges, chips, and spinners.
- **Code Cleanup:** Removed unused code (list component) and resolved warnings (type placement).
- **Dependency Management:** Addressed lock file issues for smoother project setup.

**Detailed Changes:**

- **7559f0f:** Fixed nested type declarations within export/require.
- **fbdcc3f:** Resolved lock file problems.
- **6bccd91:** Moved types to the top to eliminate warnings.
- **7c682b9:** Refactored badge story and removed the list component.
- **b204d3c:** Removed the list component from index and style.
- **34e4420:** Reduced core components' size.
- **8260896:** Removed the list component.
- **95e024b:** Reduced the spinner component code.
- **3875d58:** Reduced the chips component code.
- **4842b9f:** Reduced the button component code.
- **b705b21:** Improved and reduced the alert components.
- **b32358e:** Improved and reduced the badge component.

**Future Plans:**

- Continue to refine and optimize core components.
- Expand the component library with new features.
- Enhance documentation and examples.

**Thank you for using our project!**

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pillar-ui/icons",
"version": "0.8.0",
"version": "0.8.1",
"description": "A library of scalable icons suitable for various web development projects. These icons are highly customizable, accessible, and designed to seamlessly integrate into modern user interfaces.",
"keywords": [
"icons",
Expand Down
42 changes: 42 additions & 0 deletions packages/pillar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @pillar/utils

## 0.8.4

### Patch Changes

- # Release Notes

**Release Date:** September 10, 2024

**Summary:**

This release focuses on code refactoring and optimization, with a strong emphasis on reducing component size and improving overall code structure.

**Key Changes:**

- **Improved Module Structure:** Nest type declarations inside export/require statements, promoting better organization and maintainability.
- **Reduced Component Footprint:** Optimized the size and complexity of several core components, including buttons, alerts, badges, chips, and spinners.
- **Code Cleanup:** Removed unused code (list component) and resolved warnings (type placement).
- **Dependency Management:** Addressed lock file issues for smoother project setup.

**Detailed Changes:**

- **7559f0f:** Fixed nested type declarations within export/require.
- **fbdcc3f:** Resolved lock file problems.
- **6bccd91:** Moved types to the top to eliminate warnings.
- **7c682b9:** Refactored badge story and removed the list component.
- **b204d3c:** Removed the list component from index and style.
- **34e4420:** Reduced core components' size.
- **8260896:** Removed the list component.
- **95e024b:** Reduced the spinner component code.
- **3875d58:** Reduced the chips component code.
- **4842b9f:** Reduced the button component code.
- **b705b21:** Improved and reduced the alert components.
- **b32358e:** Improved and reduced the badge component.

**Future Plans:**

- Continue to refine and optimize core components.
- Expand the component library with new features.
- Enhance documentation and examples.

**Thank you for using our project!**

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pillar-ui/utils",
"version": "0.8.3",
"version": "0.8.4",
"sideEffects": false,
"description": "A collection of utility functions and tools to assist with common tasks and improve the efficiency of web development. These utilities are carefully crafted to enhance productivity and streamline the development process.",
"keywords": [
Expand Down

0 comments on commit 8793e54

Please sign in to comment.