Skip to content

Commit 6126eb2

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent b74022c commit 6126eb2

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.45] - 24 February 2026
10+
### Fixed
11+
- Add re-usable ComponentContextMock for unit tests
12+
- Surpress required-errors on next step
13+
- Fix PHPStan issue and PHP unit test
14+
915
## [2.2.44] - 20 February 2026
1016
### Fixed
1117
- Add `#[\ReturnTypeWillChange]` to allow for removal of `mixed` type hint

MODULE.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@
2626
],
2727
"config": [
2828
{
29-
"path": "loki_components/general/debug",
29+
"path": "loki_components\/general\/debug",
3030
"label": "Generic settings > Debug",
3131
"description": "When debugging is enabled, on various levels, detailed information comes available. For instance, in the browser Error Console, more debugging messages are displayed, allowing you to inspect issues on the JavaScript level. Whenever an exception occurs within the AJAX call, the exception message is appended to the AJAX output."
3232
}
3333
],
34-
"tests": {
35-
"unit": 18,
36-
"integration": 13,
37-
"functional": 0
38-
},
39-
"phpstan_level": "3"
34+
"tests": []
4035
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-components",
3-
"version": "2.2.44",
3+
"version": "2.2.45",
44
"description": "N/A",
55
"keywords": [
66
"loki-components"

0 commit comments

Comments
 (0)