diff --git a/packages/pillar-core/CHANGELOG.md b/packages/pillar-core/CHANGELOG.md index c575796d..91ca8801 100644 --- a/packages/pillar-core/CHANGELOG.md +++ b/packages/pillar-core/CHANGELOG.md @@ -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 diff --git a/packages/pillar-core/package.json b/packages/pillar-core/package.json index 9f8b8ba2..7d69da5f 100644 --- a/packages/pillar-core/package.json +++ b/packages/pillar-core/package.json @@ -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", @@ -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" }, diff --git a/packages/pillar-hooks/CHANGELOG.md b/packages/pillar-hooks/CHANGELOG.md index 9d667574..7791682d 100644 --- a/packages/pillar-hooks/CHANGELOG.md +++ b/packages/pillar-hooks/CHANGELOG.md @@ -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 diff --git a/packages/pillar-hooks/package.json b/packages/pillar-hooks/package.json index cbe986fa..7e96dcfd 100644 --- a/packages/pillar-hooks/package.json +++ b/packages/pillar-hooks/package.json @@ -12,7 +12,7 @@ "name": "Hamza Miloud Amar", "email": "hamzamiloudamar@gmail.com" }, - "version": "0.7.3", + "version": "0.7.4", "sideEffects": false, "license": "MIT", "types": "./dist/index.d.ts", diff --git a/packages/pillar-icons/CHANGELOG.md b/packages/pillar-icons/CHANGELOG.md index 6a653939..7e0b0138 100644 --- a/packages/pillar-icons/CHANGELOG.md +++ b/packages/pillar-icons/CHANGELOG.md @@ -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 diff --git a/packages/pillar-icons/package.json b/packages/pillar-icons/package.json index 6b564cdf..1aaa3334 100644 --- a/packages/pillar-icons/package.json +++ b/packages/pillar-icons/package.json @@ -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", diff --git a/packages/pillar-utils/CHANGELOG.md b/packages/pillar-utils/CHANGELOG.md index 268d1101..ae3e9d31 100644 --- a/packages/pillar-utils/CHANGELOG.md +++ b/packages/pillar-utils/CHANGELOG.md @@ -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 diff --git a/packages/pillar-utils/package.json b/packages/pillar-utils/package.json index 94d222a6..76700c80 100644 --- a/packages/pillar-utils/package.json +++ b/packages/pillar-utils/package.json @@ -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": [