From ef1fede3dda3a6a3536da5667c900b456dece61e Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Thu, 2 Oct 2025 20:29:33 -0400 Subject: [PATCH 1/2] Bundle mage-os/meta-robots-tag --- .../mage-os/product-community-edition/dependencies-template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index 32d93c25..2d05bbc5 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -2,6 +2,7 @@ "dependencies": { "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", + "mage-os/meta-robots-tag": "https://github.com/mage-os/module-meta-robots-tag.git", "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git", "mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git", "mage-os/theme-adminhtml-m137": "https://github.com/mage-os-lab/theme-adminhtml-m137.git" From 9e2f07e5ef4886738dc18ab2c8cacd836f601827 Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Tue, 7 Oct 2025 10:04:47 -0400 Subject: [PATCH 2/2] Fixed composer package name based on latest changes --- .../product-community-edition/dependencies-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index 2d05bbc5..4c790f2f 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -2,7 +2,7 @@ "dependencies": { "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", - "mage-os/meta-robots-tag": "https://github.com/mage-os/module-meta-robots-tag.git", + "mage-os/module-meta-robots-tag": "https://github.com/mage-os/module-meta-robots-tag.git", "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git", "mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git", "mage-os/theme-adminhtml-m137": "https://github.com/mage-os-lab/theme-adminhtml-m137.git"