From ddf418b36adf74a3460d413be55b56846fd04744 Mon Sep 17 00:00:00 2001 From: grimlink Date: Fri, 10 Jan 2025 09:35:30 +0100 Subject: [PATCH] FIX: log --- CHANGELOG.md | 77 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5164f815..71e65ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,32 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.2.2] - 2025-01-10 +[unreleased]: https://github.com/Siteation/magento2-hyva-icons-lucide/compare/2.2.2...main + +## 2.2.2 - 2025-01-10 + ### Changed - Update Lucide icons to v0.469 -## [2.2.1] - 2024-12-02 +## 2.2.1 - 2024-12-02 + ### Changed - Update Lucide icons to v0.462 ## [2.2.0] - 2024-11-12 + +[2.2.0]: https://github.com/Siteation/magento2-hyva-icons-lucide/compare/2.1.0...2.2.0 + ### Changed - Update Lucide icons to v0.454, **Minor Breaking Change** Includes icon name changes in https://github.com/lucide-icons/lucide/releases/tag/0.447.0 -## [2.1.3] - 2024-10-11 +## 2.1.3 - 2024-10-11 ### Fixed - Moved `SvgIcons` argument from global scope to frontend and adminthtml scope -## [2.1.2] - 2024-10-07 +## 2.1.2 - 2024-10-07 ### Changed - Update Lucide icons to v0.446 -## [2.1.1] - 2024-09-14 +## 2.1.1 - 2024-09-14 ### Fixed - Missing viewbox with introduction of svgo ## [2.1.0] - 2024-09-04 + +[2.1.0]: https://github.com/Siteation/magento2-hyva-icons-lucide/compare/2.0.0...2.1.0 + ### Added - svgo to build actions, to improve svg size and remove the lucide css class from the svg @@ -45,81 +55,102 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Icons that are not part of the current Lucide icons version -## [2.0.6] - 2024-07-07 +## 2.0.6 - 2024-07-07 + ### Changed - Update Lucide icons to v0.399 -## [2.0.5] - 2024-06-02 +## 2.0.5 - 2024-06-02 + ### Changed - Update Lucide icons to v0.381 -## [2.0.4] - 2024-05-01 +## 2.0.4 - 2024-05-01 + ### Changed - Update Lucide icons to v0.376 -## [2.0.3] - 2024-04-05 +## 2.0.3 - 2024-04-05 + ### Changed - Update Lucide icons to v0.364 -## [2.0.2] - 2024-02-05 +## 2.0.2 - 2024-02-05 + ### Changed - Update Lucide icons to v0.320 -## [2.0.1] - 2024-01-02 +## 2.0.1 - 2024-01-02 + ### Changed - Update Lucide icons to v0.303 ## [2.0.0] - 2023-12-08 + +[2.0.0]: https://github.com/Siteation/magento2-hyva-icons-lucide/compare/1.0.0...2.0.0 + ### Changed - **Breaking Change** Update Lucide icons to v0.294, see release note: https://github.com/lucide-icons/lucide/releases/tag/0.293.0 -## [1.0.11] - 2023-11-01 +## 1.0.11 - 2023-11-01 + ### Changed - Update Lucide icons to v0.291 -## [1.0.10] - 2023-09-21 +## 1.0.10 - 2023-09-21 + ### Changed - Update Lucide icons to v0.274 -## [1.0.9] - 2023-08-18 +## 1.0.9 - 2023-08-18 + ### Changed - Update Lucide icons to v0.268 ### Fixed - Location for iconPathPrefix -## [1.0.8] - 2023-07-02 +## 1.0.8 - 2023-07-02 + ### Changed - Update Lucide icons to v0.257 -## [1.0.7] - 2023-06-06 +## 1.0.7 - 2023-06-06 + ### Changed - Update Lucide icons to v0.236 -## [1.0.6] - 2023-04-27 +## 1.0.6 - 2023-04-27 + ### Changed - Update Lucide icons to v0.181 -## [1.0.5] - 2023-04-15 +## 1.0.5 - 2023-04-15 + ### Changed - Update Lucide icons to v0.145 -## [1.0.4] - 2023-04-03 +## 1.0.4 - 2023-04-03 + ### Changed - Update Lucide icons to v0.129 -## [1.0.3] - 2023-03-06 +## 1.0.3 - 2023-03-06 + ### Changed - Update Lucide icons to v0.123 -## [1.0.2] - 2022-11-11 +## 1.0.2 - 2022-11-11 + ### Changed - Update Lucide icons to v0.100 -## [1.0.1] - 2022-10-26 +## 1.0.1 - 2022-10-26 + ### Changed - Update Lucide icons to v0.94 -## [1.0.0] - 2022-06-15 +## 1.0.0 - 2022-06-15 + Initial release 🎉