We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b027e commit 5d88605Copy full SHA for 5d88605
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.6.1] - 20 February 2026
10
+### Fixed
11
+- Add `#[\ReturnTypeWillChange]` to allow for removal of `mixed` type hint
12
+
13
## [0.6.0] - 12 February 2026
14
### Added
15
- Category selection input implementation #14 @rajeev-k-tomy
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "N/A",
5
"type": "magento2-module",
"keywords": [
0 commit comments