Skip to content

Commit

Permalink
chore: add new patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Aug 5, 2024
1 parent 87aa484 commit bde9c89
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pillar/core

## 0.8.2

### Patch Changes

- # This release includes the following improvements:

- **Color Class Optimization:** The color class and variant definitions have been refactored to use only the 3 digits of each color. This optimization reduces the overall size of the stylesheets, improving page load times and user experience.
- **README Enhancement:** The README files have been updated to provide clearer instructions and more detailed information.

## 0.8.1

### 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.1",
"version": "0.8.2",
"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
9 changes: 9 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pillar/hooks

## 0.6.1

### Patch Changes

- # This release includes the following improvements:

- **Color Class Optimization:** The color class and variant definitions have been refactored to use only the 3 digits of each color. This optimization reduces the overall size of the stylesheets, improving page load times and user experience.
- **README Enhancement:** The README files have been updated to provide clearer instructions and more detailed information.

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

## 0.7.1

### Patch Changes

- # This release includes the following improvements:

- **Color Class Optimization:** The color class and variant definitions have been refactored to use only the 3 digits of each color. This optimization reduces the overall size of the stylesheets, improving page load times and user experience.
- **README Enhancement:** The README files have been updated to provide clearer instructions and more detailed information.

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

## 0.7.1

### Patch Changes

- # This release includes the following improvements:

- **Color Class Optimization:** The color class and variant definitions have been refactored to use only the 3 digits of each color. This optimization reduces the overall size of the stylesheets, improving page load times and user experience.
- **README Enhancement:** The README files have been updated to provide clearer instructions and more detailed information.

## 0.7.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.7.0",
"version": "0.7.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 bde9c89

Please sign in to comment.