Skip to content

Commit bb2f15b

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent 9fbb57c commit bb2f15b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.42] - 17 February 2026
10+
### Fixed
11+
- Issue with removed modal giving JS warning
12+
913
## [2.2.41] - 16 February 2026
1014
### Fixed
1115
- Add missing methods addSuccess(), addWarning(), addNotice()

MODULE.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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
}
@@ -35,6 +35,5 @@
3535
"unit": 18,
3636
"integration": 13,
3737
"functional": 0
38-
},
39-
"phpcs_severity": "9"
38+
}
4039
}

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.41",
3+
"version": "2.2.42",
44
"description": "N/A",
55
"keywords": [
66
"loki-components"

0 commit comments

Comments
 (0)