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 20, 2024
1 parent c6afb2d commit ba1df97
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 5 deletions.
43 changes: 43 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @pillar/core

## 0.10.5

### Patch Changes

- # new Release September 20, 2024

## Major Features

- **Code Components:** Added code and copyButton components for use in the Code section of the mdx component.
- **Improved Button and Checkbox Styles:** Refactored button and checkbox styles for better consistency and appearance.
- **Code Playground Restructuring:** Restructured the doc file playground for use in both playground and code highlighting.
- **Pagination Bug Fix:** Fixed a pagination bug that prevented users from navigating back to previous pages.

## Bug Fixes

- **Variant Undefined Issue:** Resolved an issue where the variant was undefined in the classname.
- **--opa Mistakes Value:** Corrected the value for the `--opa` mistake.
- **Stepper Bug:** Fixed a bug in the stepper and renamed the value for clarity.
- **Pagination Bug:** Fixed a bug that prevented users from navigating back to previous pages.
- **Code Bug:** Fixed a code bug by adding the code to the pre element.
- **Doc Issue:** Resolved an issue in the documentation after changes to the core.

## Refactors

- **Removed Icon from Badge:** Removed the icon from the badge component.
- **Removed Cite Component:** Removed the cite component from the blockquote and set a default value for the icon.
- **Improved Component Detail Page Style:** Refactored the style of the component detail page.
- **Updated Content Files:** Upgraded content files to reflect the new changes in examples.
- **Changed Header and Home Component:** Modified the header and home components to support the new API.
- **Changed Stories:** Updated stories to work with the new changes.
- **Reduced Pillar Core Size:** Reduced the size of Pillar Core.
- **Reduced Pillar Hooks Size:** Reduced the size of Pillar Hooks.
- **Restructured Utils:** Restructured the utils and reduced its size.

## Additional Notes

- **Yarn Lock File Upgrade:** Upgraded the yarn lock file to ensure compatibility with the latest dependencies.

This release includes significant improvements and bug fixes that enhance the overall functionality and usability of Pillar Core.

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

## 0.10.4

### 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.4",
"version": "0.10.5",
"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 @@ -63,7 +63,7 @@
"type:check": "tsc --noEmit"
},
"peerDependencies": {
"@pillar-ui/hooks": "0.7.3",
"@pillar-ui/hooks": "0.7.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
40 changes: 40 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @pillar/hooks

## 0.7.4

### Patch Changes

- # new Release September 20, 2024

## Major Features

- **Code Components:** Added code and copyButton components for use in the Code section of the mdx component.
- **Improved Button and Checkbox Styles:** Refactored button and checkbox styles for better consistency and appearance.
- **Code Playground Restructuring:** Restructured the doc file playground for use in both playground and code highlighting.
- **Pagination Bug Fix:** Fixed a pagination bug that prevented users from navigating back to previous pages.

## Bug Fixes

- **Variant Undefined Issue:** Resolved an issue where the variant was undefined in the classname.
- **--opa Mistakes Value:** Corrected the value for the `--opa` mistake.
- **Stepper Bug:** Fixed a bug in the stepper and renamed the value for clarity.
- **Pagination Bug:** Fixed a bug that prevented users from navigating back to previous pages.
- **Code Bug:** Fixed a code bug by adding the code to the pre element.
- **Doc Issue:** Resolved an issue in the documentation after changes to the core.

## Refactors

- **Removed Icon from Badge:** Removed the icon from the badge component.
- **Removed Cite Component:** Removed the cite component from the blockquote and set a default value for the icon.
- **Improved Component Detail Page Style:** Refactored the style of the component detail page.
- **Updated Content Files:** Upgraded content files to reflect the new changes in examples.
- **Changed Header and Home Component:** Modified the header and home components to support the new API.
- **Changed Stories:** Updated stories to work with the new changes.
- **Reduced Pillar Core Size:** Reduced the size of Pillar Core.
- **Reduced Pillar Hooks Size:** Reduced the size of Pillar Hooks.
- **Restructured Utils:** Restructured the utils and reduced its size.

## Additional Notes

- **Yarn Lock File Upgrade:** Upgraded the yarn lock file to ensure compatibility with the latest dependencies.

This release includes significant improvements and bug fixes that enhance the overall functionality and usability of Pillar Core.

## 0.7.3

### 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.3",
"version": "0.7.4",
"sideEffects": false,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down
40 changes: 40 additions & 0 deletions packages/pillar-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @pillar/icons

## 0.8.2

### Patch Changes

- # new Release September 20, 2024

## Major Features

- **Code Components:** Added code and copyButton components for use in the Code section of the mdx component.
- **Improved Button and Checkbox Styles:** Refactored button and checkbox styles for better consistency and appearance.
- **Code Playground Restructuring:** Restructured the doc file playground for use in both playground and code highlighting.
- **Pagination Bug Fix:** Fixed a pagination bug that prevented users from navigating back to previous pages.

## Bug Fixes

- **Variant Undefined Issue:** Resolved an issue where the variant was undefined in the classname.
- **--opa Mistakes Value:** Corrected the value for the `--opa` mistake.
- **Stepper Bug:** Fixed a bug in the stepper and renamed the value for clarity.
- **Pagination Bug:** Fixed a bug that prevented users from navigating back to previous pages.
- **Code Bug:** Fixed a code bug by adding the code to the pre element.
- **Doc Issue:** Resolved an issue in the documentation after changes to the core.

## Refactors

- **Removed Icon from Badge:** Removed the icon from the badge component.
- **Removed Cite Component:** Removed the cite component from the blockquote and set a default value for the icon.
- **Improved Component Detail Page Style:** Refactored the style of the component detail page.
- **Updated Content Files:** Upgraded content files to reflect the new changes in examples.
- **Changed Header and Home Component:** Modified the header and home components to support the new API.
- **Changed Stories:** Updated stories to work with the new changes.
- **Reduced Pillar Core Size:** Reduced the size of Pillar Core.
- **Reduced Pillar Hooks Size:** Reduced the size of Pillar Hooks.
- **Restructured Utils:** Restructured the utils and reduced its size.

## Additional Notes

- **Yarn Lock File Upgrade:** Upgraded the yarn lock file to ensure compatibility with the latest dependencies.

This release includes significant improvements and bug fixes that enhance the overall functionality and usability of Pillar Core.

## 0.8.1

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

## 0.8.5

### Patch Changes

- # new Release September 20, 2024

## Major Features

- **Code Components:** Added code and copyButton components for use in the Code section of the mdx component.
- **Improved Button and Checkbox Styles:** Refactored button and checkbox styles for better consistency and appearance.
- **Code Playground Restructuring:** Restructured the doc file playground for use in both playground and code highlighting.
- **Pagination Bug Fix:** Fixed a pagination bug that prevented users from navigating back to previous pages.

## Bug Fixes

- **Variant Undefined Issue:** Resolved an issue where the variant was undefined in the classname.
- **--opa Mistakes Value:** Corrected the value for the `--opa` mistake.
- **Stepper Bug:** Fixed a bug in the stepper and renamed the value for clarity.
- **Pagination Bug:** Fixed a bug that prevented users from navigating back to previous pages.
- **Code Bug:** Fixed a code bug by adding the code to the pre element.
- **Doc Issue:** Resolved an issue in the documentation after changes to the core.

## Refactors

- **Removed Icon from Badge:** Removed the icon from the badge component.
- **Removed Cite Component:** Removed the cite component from the blockquote and set a default value for the icon.
- **Improved Component Detail Page Style:** Refactored the style of the component detail page.
- **Updated Content Files:** Upgraded content files to reflect the new changes in examples.
- **Changed Header and Home Component:** Modified the header and home components to support the new API.
- **Changed Stories:** Updated stories to work with the new changes.
- **Reduced Pillar Core Size:** Reduced the size of Pillar Core.
- **Reduced Pillar Hooks Size:** Reduced the size of Pillar Hooks.
- **Restructured Utils:** Restructured the utils and reduced its size.

## Additional Notes

- **Yarn Lock File Upgrade:** Upgraded the yarn lock file to ensure compatibility with the latest dependencies.

This release includes significant improvements and bug fixes that enhance the overall functionality and usability of Pillar Core.

## 0.8.4

### 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.4",
"version": "0.8.5",
"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 ba1df97

Please sign in to comment.