Skip to content

Commit

Permalink
add new release to the pillar packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed May 20, 2024
1 parent 7682312 commit f80d4f0
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 4 deletions.
32 changes: 32 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @pillar/core

## 0.7.1

### Patch Changes

- This release brings improvements to the Pillar UI Core library, including bug fixes, refactoring for efficiency, and the addition of new features.

**Key Changes:**

- **Enhancements:**
- Added utility classes for increased flexibility (7682312).
- Implemented clear action icon in search input (49a2216).
- Revised Create Context function parameters (8ee1a5e).
- **Bug Fixes:**
- Resolved issues in Pillar UI Core (7682312).
- Fixed documentation errors (9968163, 11e303d).
- **Refactoring:**
- Reduced library code for improved performance (1a27b0a).
- Optimized CSS by sharing variant styles (41c80cc).

**Commits:**

- 7682312: fix: the pillar ui core mistakes and add utility classes
- 9968163: fix: the docs mistakes
- 1a27b0a: refactor: reduce the lib code
- 49a2216: refactor: the search input to add clear action icon
- 41c80cc: refactor: reduce the css size by sharing variants style
- 8ee1a5e: Refactor: Revise Create Context Function Parameters
- 11e303d: fix: docs errors
- 43856b0: refactor: change the paper component to be better

**Important Note:** Please review the full commit history for a detailed understanding of the changes.

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"description": "A collection of reusable UI components for modern web development. These components follow best practices, are highly customizable, and promote a consistent user experience across applications.",
"author": {
"name": "Hamza Miloud Amar",
Expand Down
32 changes: 32 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @pillar/hooks

## 0.5.1

### Patch Changes

- This release brings improvements to the Pillar UI Core library, including bug fixes, refactoring for efficiency, and the addition of new features.

**Key Changes:**

- **Enhancements:**
- Added utility classes for increased flexibility (7682312).
- Implemented clear action icon in search input (49a2216).
- Revised Create Context function parameters (8ee1a5e).
- **Bug Fixes:**
- Resolved issues in Pillar UI Core (7682312).
- Fixed documentation errors (9968163, 11e303d).
- **Refactoring:**
- Reduced library code for improved performance (1a27b0a).
- Optimized CSS by sharing variant styles (41c80cc).

**Commits:**

- 7682312: fix: the pillar ui core mistakes and add utility classes
- 9968163: fix: the docs mistakes
- 1a27b0a: refactor: reduce the lib code
- 49a2216: refactor: the search input to add clear action icon
- 41c80cc: refactor: reduce the css size by sharing variants style
- 8ee1a5e: Refactor: Revise Create Context Function Parameters
- 11e303d: fix: docs errors
- 43856b0: refactor: change the paper component to be better

**Important Note:** Please review the full commit history for a detailed understanding of the changes.

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"sideEffects": false,
"license": "MIT",
"main": "./dist/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/pillar-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @pillar/icons

## 0.6.1

### Patch Changes

- This release brings improvements to the Pillar UI Core library, including bug fixes, refactoring for efficiency, and the addition of new features.

**Key Changes:**

- **Enhancements:**
- Added utility classes for increased flexibility (7682312).
- Implemented clear action icon in search input (49a2216).
- Revised Create Context function parameters (8ee1a5e).
- **Bug Fixes:**
- Resolved issues in Pillar UI Core (7682312).
- Fixed documentation errors (9968163, 11e303d).
- **Refactoring:**
- Reduced library code for improved performance (1a27b0a).
- Optimized CSS by sharing variant styles (41c80cc).

**Commits:**

- 7682312: fix: the pillar ui core mistakes and add utility classes
- 9968163: fix: the docs mistakes
- 1a27b0a: refactor: reduce the lib code
- 49a2216: refactor: the search input to add clear action icon
- 41c80cc: refactor: reduce the css size by sharing variants style
- 8ee1a5e: Refactor: Revise Create Context Function Parameters
- 11e303d: fix: docs errors
- 43856b0: refactor: change the paper component to be better

**Important Note:** Please review the full commit history for a detailed understanding of the changes.

## 0.6.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.6.0",
"version": "0.6.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
32 changes: 32 additions & 0 deletions packages/pillar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @pillar/utils

## 0.6.1

### Patch Changes

- This release brings improvements to the Pillar UI Core library, including bug fixes, refactoring for efficiency, and the addition of new features.

**Key Changes:**

- **Enhancements:**
- Added utility classes for increased flexibility (7682312).
- Implemented clear action icon in search input (49a2216).
- Revised Create Context function parameters (8ee1a5e).
- **Bug Fixes:**
- Resolved issues in Pillar UI Core (7682312).
- Fixed documentation errors (9968163, 11e303d).
- **Refactoring:**
- Reduced library code for improved performance (1a27b0a).
- Optimized CSS by sharing variant styles (41c80cc).

**Commits:**

- 7682312: fix: the pillar ui core mistakes and add utility classes
- 9968163: fix: the docs mistakes
- 1a27b0a: refactor: reduce the lib code
- 49a2216: refactor: the search input to add clear action icon
- 41c80cc: refactor: reduce the css size by sharing variants style
- 8ee1a5e: Refactor: Revise Create Context Function Parameters
- 11e303d: fix: docs errors
- 43856b0: refactor: change the paper component to be better

**Important Note:** Please review the full commit history for a detailed understanding of the changes.

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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 f80d4f0

Please sign in to comment.