1 parent 5c58fb3 commit 3695eddCopy full SHA for 3695edd
2 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.2.4] - 21 August 2025
10
+### Fixed
11
+- Do not add CSS util for Alpine-based `:class`
12
+- Fix CSS utils
13
+- Declare used PHP namespaces
14
+- Document latest version of template
15
+- Add missing strict_types declaration
16
+
17
## [0.2.3] - 18 August 2025
18
### Fixed
19
- Lower requirements to PHP 8.1
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.2.3",
+ "version": "0.2.4",
4
"description": "N/A",
5
"type": "magento2-module",
"require": {
0 commit comments