Skip to content

Commit

Permalink
Version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-team committed Apr 15, 2021
1 parent 2958369 commit 363ecfe
Show file tree
Hide file tree
Showing 48 changed files with 501 additions and 453 deletions.
5 changes: 3 additions & 2 deletions Inventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-inventory-api": "*"
"magento/module-inventory-api": "1.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -18,5 +18,6 @@
"psr-4": {
"Magento\\Inventory\\": ""
}
}
},
"version": "1.0.10"
}
9 changes: 5 additions & 4 deletions InventoryAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-inventory": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory": "1.0.*",
"magento/module-inventory-api": "1.0.*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-backend": "*",
"magento/module-directory": "*",
"magento/module-ui": "*"
Expand All @@ -23,5 +23,6 @@
"psr-4": {
"Magento\\InventoryAdminUi\\": ""
}
}
},
"version": "1.0.11"
}
7 changes: 4 additions & 3 deletions InventoryAdvancedCheckout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-store": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-sales-api": "*"
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-inventory-sales-api": "1.0.*"
},
"suggest": {
"magento/module-advanced-checkout": "*"
Expand All @@ -24,5 +24,6 @@
"psr-4": {
"Magento\\InventoryAdvancedCheckout\\": ""
}
}
},
"version": "1.0.2"
}
3 changes: 2 additions & 1 deletion InventoryApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"psr-4": {
"Magento\\InventoryApi\\": ""
}
}
},
"version": "1.0.9"
}
5 changes: 3 additions & 2 deletions InventoryBundleProduct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/module-bundle": "*"
},
"suggest": {
"magento/module-inventory-configuration-api": "*"
"magento/module-inventory-configuration-api": "1.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\InventoryBundleProduct\\": ""
}
}
},
"version": "1.0.7"
}
5 changes: 3 additions & 2 deletions InventoryBundleProductAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"magento/framework": "*"
},
"suggest": {
"magento/module-inventory-configuration-api": "*"
"magento/module-inventory-configuration-api": "1.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -20,5 +20,6 @@
"psr-4": {
"Magento\\InventoryBundleProductAdminUi\\": ""
}
}
},
"version": "1.0.7"
}
7 changes: 4 additions & 3 deletions InventoryCache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-indexer": "*"
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-inventory-indexer": "1.0.*"
},
"suggest": {
"magento/module-catalog": "*"
Expand All @@ -22,5 +22,6 @@
"psr-4": {
"Magento\\InventoryCache\\": ""
}
}
},
"version": "1.0.8"
}
63 changes: 32 additions & 31 deletions InventoryCatalog/composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"name": "magento/module-inventory-catalog",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-store": "*",
"magento/module-inventory": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-inventory-configuration": "*"
},
"suggest": {
"magento/module-inventory-reservations-api": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
"name": "magento/module-inventory-catalog",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-inventory-api": "1.0.*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-store": "*",
"magento/module-inventory": "1.0.*",
"magento/module-inventory-configuration-api": "1.0.*",
"magento/module-inventory-indexer": "1.0.*",
"magento/module-inventory-sales-api": "1.0.*",
"magento/module-inventory-configuration": "1.0.*"
},
"suggest": {
"magento/module-inventory-reservations-api": "1.0.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"psr-4": {
"Magento\\InventoryCatalog\\": ""
}
}
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryCatalog\\": ""
}
},
"version": "1.0.11"
}
61 changes: 31 additions & 30 deletions InventoryCatalogAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"name": "magento/module-inventory-catalog-admin-ui",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-backend": "*",
"magento/module-inventory-api": "*",
"magento/module-ui": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-asynchronous-operations": "*"
},
"suggest": {
"magento/module-inventory-admin-ui": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
"name": "magento/module-inventory-catalog-admin-ui",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-backend": "*",
"magento/module-inventory-api": "1.0.*",
"magento/module-ui": "*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-inventory-configuration-api": "1.0.*",
"magento/module-inventory-indexer": "1.0.*",
"magento/module-asynchronous-operations": "*"
},
"suggest": {
"magento/module-inventory-admin-ui": "1.0.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"psr-4": {
"Magento\\InventoryCatalogAdminUi\\": ""
}
}
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryCatalogAdminUi\\": ""
}
},
"version": "1.0.10"
}
37 changes: 19 additions & 18 deletions InventoryCatalogApi/composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "magento/module-inventory-catalog-api",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
"name": "magento/module-inventory-catalog-api",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"psr-4": {
"Magento\\InventoryCatalogApi\\": ""
}
}
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryCatalogApi\\": ""
}
},
"version": "1.1.3"
}
9 changes: 5 additions & 4 deletions InventoryCatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-sales-api": "1.0.*",
"magento/module-inventory-indexer": "1.0.*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-store": "*"
},
"suggest": {
Expand All @@ -24,5 +24,6 @@
"psr-4": {
"Magento\\InventoryCatalogSearch\\": ""
}
}
},
"version": "1.0.9"
}
9 changes: 5 additions & 4 deletions InventoryConfigurableProduct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-sales-api": "1.0.*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-inventory-indexer": "1.0.*",
"magento/module-store": "*",
"magento/module-catalog-inventory": "*",
"magento/module-sales": "*",
Expand All @@ -25,5 +25,6 @@
"psr-4": {
"Magento\\InventoryConfigurableProduct\\": ""
}
}
},
"version": "1.0.9"
}
9 changes: 5 additions & 4 deletions InventoryConfigurableProductAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"magento/module-catalog": "*",
"magento/module-configurable-product": "*",
"magento/module-ui": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-catalog-admin-ui": "*"
"magento/module-inventory-api": "1.0.*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-inventory-catalog-admin-ui": "1.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -23,5 +23,6 @@
"psr-4": {
"Magento\\InventoryConfigurableProductAdminUi\\": ""
}
}
},
"version": "1.0.8"
}
13 changes: 7 additions & 6 deletions InventoryConfigurableProductIndexer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-multi-dimensional-indexer-api": "*"
"magento/module-inventory-api": "1.0.*",
"magento/module-inventory-catalog-api": "1.1.*",
"magento/module-inventory-indexer": "1.0.*",
"magento/module-inventory-multi-dimensional-indexer-api": "1.0.*"
},
"suggest": {
"magento/module-inventory": "*"
"magento/module-inventory": "1.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -25,5 +25,6 @@
"psr-4": {
"Magento\\InventoryConfigurableProductIndexer\\": ""
}
}
},
"version": "1.0.7"
}
Loading

0 comments on commit 363ecfe

Please sign in to comment.