diff --git a/packages/pillar-core/CHANGELOG.md b/packages/pillar-core/CHANGELOG.md index f0cc452d..1bd7efb9 100644 --- a/packages/pillar-core/CHANGELOG.md +++ b/packages/pillar-core/CHANGELOG.md @@ -1,5 +1,34 @@ # @pillar/core +## 0.8.0 + +### Minor Changes + +- # New Release + + This release primarily focuses on enhancing the codebase's maintainability and performance, setting the stage for future feature development and improvements. While the changes may not be immediately visible to end-users, they significantly impact the project's long-term health and sustainability. + + ## Key Enhancements + + - **Codebase Refactoring:** A comprehensive overhaul of components, CSS classes, and file structures to improve code quality, consistency, and organization. This refactor enhances maintainability, streamlines development, and lays the groundwork for future optimizations. + - **Performance Optimizations:** Various adjustments have been made to enhance site speed and overall performance. These include optimizing CSS variables, consolidating theme files, and refining component structures for faster loading times. + - **SEO and Accessibility Improvements:** The project now includes upgraded meta tags, improved sitemap generation, and content updates to optimize for search engines and screen readers. These changes enhance the project's discoverability and inclusivity. + - **Content Refinement:** Story excerpts, titles, and metadata have been revised for clarity, relevance, and improved user experience. This includes adding `lastModified` dates for better SEO and sitemap management. + - **Styling Updates:** CSS variables and color schemes have been streamlined, making customization and maintenance easier for developers. + + ## Additional Changes + + - **Contributor Guidelines:** Naming conventions for contributors have been updated and can be found in the README and Contribute files. + - **Donation Option:** A donation button has been added to support the project's ongoing development. Details can be found in the updated documentation. + - **Technical Upgrades:** The project has been upgraded to use a more modern approach to generate favicons and sitemaps. Additionally, various technical adjustments have been made to pages like docs, playground, and stories to ensure compatibility with changes in the core pillar. + + ## Developer Notes + + - Developers are encouraged to review the updated naming conventions, component structures, and contributor guidelines. + - The streamlined CSS variables and theme files offer greater flexibility for customization and theming. + + This release marks a significant milestone in the project's evolution. While user-facing features may not be immediately apparent, the underlying improvements are substantial and pave the way for exciting future enhancements. We are committed to continuous improvement and welcome feedback and contributions from the community. + ## 0.7.1 ### Patch Changes diff --git a/packages/pillar-core/package.json b/packages/pillar-core/package.json index 64a7db79..0512ca20 100644 --- a/packages/pillar-core/package.json +++ b/packages/pillar-core/package.json @@ -1,6 +1,6 @@ { "name": "@pillar-ui/core", - "version": "0.7.1", + "version": "0.8.0", "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", diff --git a/packages/pillar-hooks/CHANGELOG.md b/packages/pillar-hooks/CHANGELOG.md index 6075e442..faba3634 100644 --- a/packages/pillar-hooks/CHANGELOG.md +++ b/packages/pillar-hooks/CHANGELOG.md @@ -1,5 +1,34 @@ # @pillar/hooks +## 0.6.0 + +### Minor Changes + +- # New Release + + This release primarily focuses on enhancing the codebase's maintainability and performance, setting the stage for future feature development and improvements. While the changes may not be immediately visible to end-users, they significantly impact the project's long-term health and sustainability. + + ## Key Enhancements + + - **Codebase Refactoring:** A comprehensive overhaul of components, CSS classes, and file structures to improve code quality, consistency, and organization. This refactor enhances maintainability, streamlines development, and lays the groundwork for future optimizations. + - **Performance Optimizations:** Various adjustments have been made to enhance site speed and overall performance. These include optimizing CSS variables, consolidating theme files, and refining component structures for faster loading times. + - **SEO and Accessibility Improvements:** The project now includes upgraded meta tags, improved sitemap generation, and content updates to optimize for search engines and screen readers. These changes enhance the project's discoverability and inclusivity. + - **Content Refinement:** Story excerpts, titles, and metadata have been revised for clarity, relevance, and improved user experience. This includes adding `lastModified` dates for better SEO and sitemap management. + - **Styling Updates:** CSS variables and color schemes have been streamlined, making customization and maintenance easier for developers. + + ## Additional Changes + + - **Contributor Guidelines:** Naming conventions for contributors have been updated and can be found in the README and Contribute files. + - **Donation Option:** A donation button has been added to support the project's ongoing development. Details can be found in the updated documentation. + - **Technical Upgrades:** The project has been upgraded to use a more modern approach to generate favicons and sitemaps. Additionally, various technical adjustments have been made to pages like docs, playground, and stories to ensure compatibility with changes in the core pillar. + + ## Developer Notes + + - Developers are encouraged to review the updated naming conventions, component structures, and contributor guidelines. + - The streamlined CSS variables and theme files offer greater flexibility for customization and theming. + + This release marks a significant milestone in the project's evolution. While user-facing features may not be immediately apparent, the underlying improvements are substantial and pave the way for exciting future enhancements. We are committed to continuous improvement and welcome feedback and contributions from the community. + ## 0.5.1 ### Patch Changes diff --git a/packages/pillar-hooks/package.json b/packages/pillar-hooks/package.json index ddc86b0e..9033f44a 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.5.1", + "version": "0.6.0", "sideEffects": false, "license": "MIT", "main": "./dist/index.js", diff --git a/packages/pillar-icons/CHANGELOG.md b/packages/pillar-icons/CHANGELOG.md index f1b87c8a..9922e098 100644 --- a/packages/pillar-icons/CHANGELOG.md +++ b/packages/pillar-icons/CHANGELOG.md @@ -1,5 +1,34 @@ # @pillar/icons +## 0.7.0 + +### Minor Changes + +- # New Release + + This release primarily focuses on enhancing the codebase's maintainability and performance, setting the stage for future feature development and improvements. While the changes may not be immediately visible to end-users, they significantly impact the project's long-term health and sustainability. + + ## Key Enhancements + + - **Codebase Refactoring:** A comprehensive overhaul of components, CSS classes, and file structures to improve code quality, consistency, and organization. This refactor enhances maintainability, streamlines development, and lays the groundwork for future optimizations. + - **Performance Optimizations:** Various adjustments have been made to enhance site speed and overall performance. These include optimizing CSS variables, consolidating theme files, and refining component structures for faster loading times. + - **SEO and Accessibility Improvements:** The project now includes upgraded meta tags, improved sitemap generation, and content updates to optimize for search engines and screen readers. These changes enhance the project's discoverability and inclusivity. + - **Content Refinement:** Story excerpts, titles, and metadata have been revised for clarity, relevance, and improved user experience. This includes adding `lastModified` dates for better SEO and sitemap management. + - **Styling Updates:** CSS variables and color schemes have been streamlined, making customization and maintenance easier for developers. + + ## Additional Changes + + - **Contributor Guidelines:** Naming conventions for contributors have been updated and can be found in the README and Contribute files. + - **Donation Option:** A donation button has been added to support the project's ongoing development. Details can be found in the updated documentation. + - **Technical Upgrades:** The project has been upgraded to use a more modern approach to generate favicons and sitemaps. Additionally, various technical adjustments have been made to pages like docs, playground, and stories to ensure compatibility with changes in the core pillar. + + ## Developer Notes + + - Developers are encouraged to review the updated naming conventions, component structures, and contributor guidelines. + - The streamlined CSS variables and theme files offer greater flexibility for customization and theming. + + This release marks a significant milestone in the project's evolution. While user-facing features may not be immediately apparent, the underlying improvements are substantial and pave the way for exciting future enhancements. We are committed to continuous improvement and welcome feedback and contributions from the community. + ## 0.6.1 ### Patch Changes diff --git a/packages/pillar-icons/package.json b/packages/pillar-icons/package.json index 6c02bdbc..be8038d6 100644 --- a/packages/pillar-icons/package.json +++ b/packages/pillar-icons/package.json @@ -1,6 +1,6 @@ { "name": "@pillar-ui/icons", - "version": "0.6.1", + "version": "0.7.0", "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 0577ae30..80d3a72a 100644 --- a/packages/pillar-utils/CHANGELOG.md +++ b/packages/pillar-utils/CHANGELOG.md @@ -1,5 +1,34 @@ # @pillar/utils +## 0.7.0 + +### Minor Changes + +- # New Release + + This release primarily focuses on enhancing the codebase's maintainability and performance, setting the stage for future feature development and improvements. While the changes may not be immediately visible to end-users, they significantly impact the project's long-term health and sustainability. + + ## Key Enhancements + + - **Codebase Refactoring:** A comprehensive overhaul of components, CSS classes, and file structures to improve code quality, consistency, and organization. This refactor enhances maintainability, streamlines development, and lays the groundwork for future optimizations. + - **Performance Optimizations:** Various adjustments have been made to enhance site speed and overall performance. These include optimizing CSS variables, consolidating theme files, and refining component structures for faster loading times. + - **SEO and Accessibility Improvements:** The project now includes upgraded meta tags, improved sitemap generation, and content updates to optimize for search engines and screen readers. These changes enhance the project's discoverability and inclusivity. + - **Content Refinement:** Story excerpts, titles, and metadata have been revised for clarity, relevance, and improved user experience. This includes adding `lastModified` dates for better SEO and sitemap management. + - **Styling Updates:** CSS variables and color schemes have been streamlined, making customization and maintenance easier for developers. + + ## Additional Changes + + - **Contributor Guidelines:** Naming conventions for contributors have been updated and can be found in the README and Contribute files. + - **Donation Option:** A donation button has been added to support the project's ongoing development. Details can be found in the updated documentation. + - **Technical Upgrades:** The project has been upgraded to use a more modern approach to generate favicons and sitemaps. Additionally, various technical adjustments have been made to pages like docs, playground, and stories to ensure compatibility with changes in the core pillar. + + ## Developer Notes + + - Developers are encouraged to review the updated naming conventions, component structures, and contributor guidelines. + - The streamlined CSS variables and theme files offer greater flexibility for customization and theming. + + This release marks a significant milestone in the project's evolution. While user-facing features may not be immediately apparent, the underlying improvements are substantial and pave the way for exciting future enhancements. We are committed to continuous improvement and welcome feedback and contributions from the community. + ## 0.6.1 ### Patch Changes diff --git a/packages/pillar-utils/package.json b/packages/pillar-utils/package.json index 13eda32d..61c3fb76 100644 --- a/packages/pillar-utils/package.json +++ b/packages/pillar-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pillar-ui/utils", - "version": "0.6.1", + "version": "0.7.0", "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": [