From 8d4bf072914b00c7a841a94509ca308e19febc7b Mon Sep 17 00:00:00 2001 From: Mage-OS <100189073+mage-os-ci@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:48:47 +0100 Subject: [PATCH] chore: release 1.7.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ca630..e2202cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.2"} +{".":"1.7.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 202fbbb..bf4f6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.3](https://github.com/mage-os/github-actions/compare/v1.7.2...v1.7.3) (2025-12-16) + + +### Bug Fixes + +* **supported-version:** handle semver-ish values from old magento verisons ([#309](https://github.com/mage-os/github-actions/issues/309)) ([b860bf9](https://github.com/mage-os/github-actions/commit/b860bf973e17cce91a7d730123b23632e3355574)) + ## [1.7.2](https://github.com/mage-os/github-actions/compare/v1.7.1...v1.7.2) (2025-12-13) diff --git a/package-lock.json b/package-lock.json index c9c8923..420b4cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mage-os/github-actions", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mage-os/github-actions", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index 6563e49..d64ddce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.7.2", + "version": "1.7.3", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -",