Skip to content

Commit b4cd6fb

Browse files
committed
Prepare release
1 parent 4b24af6 commit b4cd6fb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0] - 21 July 2025
10+
### Fixed
11+
- Rename PHP namespace from `Yireo_Loki*` to `Loki*`
12+
- Rename composer package from `yireo/magento2-loki*` to `loki/magento2*`
13+
914
## [0.1.1] - 11 July 2025
1015
### Fixed
1116
- Allow for item convertors in forms

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-admin-components",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {
@@ -10,7 +10,7 @@
1010
"magento/module-customer": "^102.0 | ^103.0",
1111
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
1212
"magento/module-ui": "^101.0",
13-
"loki/magento2-components": "^1.0",
13+
"loki/magento2-components": "^2.0",
1414
"ext-json": "*"
1515
},
1616
"license": [

0 commit comments

Comments
 (0)