File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 run : |
2020 test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
2121 cd /tmp/magento
22+ ls ${GITHUB_WORKSPACE}
23+ test -f ${GITHUB_WORKSPACE}/.github/workflows/composer-additional.sh && source ${GITHUB_WORKSPACE}/.github/workflows/composer-additional.sh
24+ test -f ${GITHUB_WORKSPACE}/.github/workflows/composer-${{ matrix.magento_version }}.sh && source ${GITHUB_WORKSPACE}/.github/workflows/composer-${{ matrix.magento_version }}.sh
2225 composer config gitlab-domains gitlab.yireo.com
2326 composer config --global --auth http-basic.gitlab.yireo.com yireo "${{ secrets.GITLAB_TOKEN }}"
2427 composer config repositories.loki-third-party composer https://gitlab.yireo.com/api/v4/group/loki-third-party/-/packages/composer/packages.json
Original file line number Diff line number Diff line change 4040 run : |
4141 test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
4242 cd /tmp/magento
43+ test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
44+ test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
4345 composer config --auth gitlab-token.gitlab.yireo.com ${{ secrets.GITLAB_TOKEN }}
4446 composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json
4547
Original file line number Diff line number Diff line change 3333 run : |
3434 test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
3535 cd /tmp/magento
36+ test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
37+ test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
3638 composer config gitlab-domains gitlab.yireo.com
3739 composer config --auth gitlab-token.gitlab.yireo.com ${{ secrets.GITLAB_TOKEN }}
3840 composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json
Original file line number Diff line number Diff line change 1616 run : |
1717 test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
1818 cd /tmp/magento
19+ test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
20+ test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
1921 composer config --auth gitlab-token.gitlab.yireo.com ${{ secrets.GITLAB_TOKEN }}
2022 composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json
2123
Original file line number Diff line number Diff 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.21] - 25 February 2026
10+ ### Fixed
11+ - Make call to LocalStorage.get async
12+
913## [ 1.1.20] - 19 February 2026
1014### Fixed
1115- Better way of rendering containers via ChildRenderer::all()
Original file line number Diff line number Diff line change 11{
22 "name" : " loki/magento2-base" ,
3- "version" : " 1.1.20 " ,
3+ "version" : " 1.1.21 " ,
44 "description" : " Base utilities for any Loki behaviour" ,
55 "license" : " OSL-3.0" ,
66 "type" : " magento2-module" ,
You can’t perform that action at this time.
0 commit comments