Skip to content

Commit

Permalink
chore: add new patch release to core, hooks, and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 8, 2024
1 parent d034bc0 commit db1bf90
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 33 deletions.
29 changes: 0 additions & 29 deletions .changeset/eleven-lies-kick.md

This file was deleted.

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

## 0.10.2

### Patch Changes

- d034bc0: # Release Notes v1.x.x

## Enhancements

- **Core:**

- Added new utility functions to the core project, promoting code reusability and maintainability.
- Added icons to the core, streamlining asset management.

- **Pillar:**
- Refactored `pillar-ui/hooks` to be a peer dependency of `pillar core`, improving modularity and flexibility.
- Improved the `cx` style function to automatically remove falsy values, simplifying styling.
- Enhanced the `truncate` props to support new styling options, offering greater customization.
- Refactored typography to use the new utils from the core, ensuring consistency.
- Added new truncate classes, providing additional styling options.

## Bug Fixes

- Fixed an issue where the `truncate` props didn't support the new styling.
- Fixed an issue in the `cx` style function where falsy values were not removed.
- Refactored the typography component to remove the `variant` prop, streamlining the API.

**Note:** This release focuses on refactoring and improving the core and UI components for better code quality, maintainability, and styling flexibility. New features and enhancements will be introduced in future releases.

- Updated dependencies [d034bc0]
- @pillar-ui/hooks@0.7.2

## 0.10.1

### 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.1",
"version": "0.10.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 Expand Up @@ -60,7 +60,7 @@
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@pillar-ui/hooks": "^0.7.1"
"@pillar-ui/hooks": "^0.7.2"
},
"devDependencies": {
"@pillar-ui/eslint": "*",
Expand Down
31 changes: 31 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @pillar/hooks

## 0.7.2

### Patch Changes

- d034bc0: # Release Notes v1.x.x

## Enhancements

- **Core:**

- Added new utility functions to the core project, promoting code reusability and maintainability.
- Added icons to the core, streamlining asset management.

- **Pillar:**
- Refactored `pillar-ui/hooks` to be a peer dependency of `pillar core`, improving modularity and flexibility.
- Improved the `cx` style function to automatically remove falsy values, simplifying styling.
- Enhanced the `truncate` props to support new styling options, offering greater customization.
- Refactored typography to use the new utils from the core, ensuring consistency.
- Added new truncate classes, providing additional styling options.

## Bug Fixes

- Fixed an issue where the `truncate` props didn't support the new styling.
- Fixed an issue in the `cx` style function where falsy values were not removed.
- Refactored the typography component to remove the `variant` prop, streamlining the API.

**Note:** This release focuses on refactoring and improving the core and UI components for better code quality, maintainability, and styling flexibility. New features and enhancements will be introduced in future releases.

- Updated dependencies [d034bc0]
- @pillar-ui/utils@0.8.3

## 0.7.1

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

## 0.8.3

### Patch Changes

- d034bc0: # Release Notes v1.x.x

## Enhancements

- **Core:**

- Added new utility functions to the core project, promoting code reusability and maintainability.
- Added icons to the core, streamlining asset management.

- **Pillar:**
- Refactored `pillar-ui/hooks` to be a peer dependency of `pillar core`, improving modularity and flexibility.
- Improved the `cx` style function to automatically remove falsy values, simplifying styling.
- Enhanced the `truncate` props to support new styling options, offering greater customization.
- Refactored typography to use the new utils from the core, ensuring consistency.
- Added new truncate classes, providing additional styling options.

## Bug Fixes

- Fixed an issue where the `truncate` props didn't support the new styling.
- Fixed an issue in the `cx` style function where falsy values were not removed.
- Refactored the typography component to remove the `variant` prop, streamlining the API.

**Note:** This release focuses on refactoring and improving the core and UI components for better code quality, maintainability, and styling flexibility. New features and enhancements will be introduced in future releases.

## 0.8.2

### 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.2",
"version": "0.8.3",
"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 db1bf90

Please sign in to comment.