Skip to content

Commit 23d40bd

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent 99e6b45 commit 23d40bd

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
cp composer.json composer-old.json
3+
curl https://raw.githubusercontent.com/LokiCheckout/magento-2.4.9-patches/refs/heads/master/core/patches.json -o loki-checkout-patches.json
4+
jq -s add composer-old.json loki-checkout-patches.json > composer.json
5+

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+
## [1.1.23] - 27 March 2026
10+
### Fixed
11+
- Allow properties of ancestor block to populate child block
12+
913
## [1.1.22] - 02 March 2026
1014
### Fixed
1115
- Fix infinite loop and page freeze caused by async Alpine.effect

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-base",
3-
"version": "1.1.22",
3+
"version": "1.1.23",
44
"description": "Base utilities for any Loki behaviour",
55
"license": "OSL-3.0",
66
"type": "magento2-module",

0 commit comments

Comments
 (0)