diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab9c488dce8b017bdba39b84431937de1c3d4989..72586361cc85ff92a59eaa0f7ab5b0c1f9db1660 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,53 @@
+0.42.0-beta4
+=============
+* Various improvements:
+    * Updated Copyright Notice and provided reference to the license file
+    * Updated test framework to support stores other than default
+    * Removed version information from theme.xml files leaving it only in composer.json files
+* Fixed bugs:
+    * Fixed an issue where coupon code was reported to be invalid if it has been removed from reorder in backend and then re-applied
+    * Fixed an issue where the 'Guide to Using Sample Data' link was incorrect in the web setup UI
+    * Fixed an issue where the link to System Requirements in bootstrap.php was incorrect
+    * Fixed an issue where Compiler could not verify case sensitive dependency
+    * Fixed an issue where the Recently Compared Products and Recently Viewed Products widgets were not displayed in sidebars
+    * Fixed an issue where the Orders and Returns widget type contained unnecessary tab
+    * Fixed an issue where an image added to a CMS page using the WYSIWYG editor was displayed as a broken link after turning off the allow_url_fopen parameter in php.ini
+    * Fixed an issue where it was impossible to log in to the backend from the first attempt after changing Base URL
+    * Fixed an issue where it was impossible to set back the default English (United States) interface locale for the admin user after changing it so an other value
+    * Fixed an issue where it was possible to execute malicious JavaScript code in the context of website via the Sender Email parameter
+    * Fixed an issue where the Product Stock Alert email was sent to a customer from a store view different than a customer account was created in
+    * Fixed an issue where the "Server cannot understand Accept HTTP header media type" error message was not informative enough
+    * Fixed an issue where unit tests did not work as expected after installing Magento 2
+    * Fixed an issue where the password change email notification was sent after saving admin account settings even if password was not changed
+    * Fixed an issue where static tests failed as a result of adding  API functional tests
+    * Fixed API functional tests after merging pull request [#927](https://github.com/magento/magento2/pull/927)
+    * Fixed an issue where the Edit button was present for invoiced orders
+    * Fixed an issue where function _underscore did not work with keys like SKeyName ('s_key_name')
+    * Fixed an issue where a fatal error occurred when browsing categories if web server did not have write permissions for media/catalog/product
+* Github requests:
+    * [#792](https://github.com/magento/magento2/issues/792) -- Failed to set ini option "session.save_path" to value
+    * [#796](https://github.com/magento/magento2/issues/796) -- install.log cannot be created with open_basedir restriction
+    * [#823](https://github.com/magento/magento2/issues/823) -- Installation bug
+    * [#920](https://github.com/magento/magento2/issues/920) -- "web setup wizard is not accessible" error message but the setup wizard is actually accessible
+    * [#829](https://github.com/magento/magento2/issues/829) -- [API] OAuth1.0 request token request failing / Consumer key has expired
+    * [#658](https://github.com/magento/magento2/issues/658) -- Inline translate malfunctioning
+    * [#950](https://github.com/magento/magento2/pull/950) -- Fix for the missed trailing end of line in indexer.php usage help text
+    * [#932](https://github.com/magento/magento2/pull/932) -- Migration tool - not all input has comments
+    * [#959](https://github.com/magento/magento2/pull/959) -- Replace UTF8 'en dash' with minus in error message
+    * [#911](https://github.com/magento/magento2/pull/911) -- Fix test assertion and slight cleanup refactoring
+    * [#936](https://github.com/magento/magento2/pull/936) -- Bugfix for regions with single quote in name
+    * [#902](https://github.com/magento/magento2/pull/902) -- Add integration test for View\Page\Config\Reader\Html
+    * [#925](https://github.com/magento/magento2/pull/925) -- Failed test due to Class not following the naming conventions
+    * [#943](https://github.com/magento/magento2/pull/943) -- magento2-925 Failed Test due to Class not following the naming conventions
+    * [#968](https://github.com/magento/magento2/pull/968) -- Apply pattern matching datasource config files
+    * [#949](https://github.com/magento/magento2/pull/949) -- Added 'status' command for cache cli script / Also improved readability
+* PHP 5.6 in composer.json:
+    * Added PHP 5.6.0 to the list of required PHP versions in all composer.json files
+    * Updated Travis CI configuration to include PHP 5.6 builds
+* Framework improvements:
+    * Removed TODOs in the Integration and Authorization modules
+    * Removed leading backslash from the 'use' statement throughout the code base
+
 0.42.0-beta3
 =============
 * Fixed bugs:
@@ -79,7 +129,7 @@
     * Fixed an issue with the absence of JS validation for the Zip/Postal code field
     * Fixed an issue with a 1 cent difference in the tax summary and detail on an invoice and a credit memo for a partial invoice when a discount and fixed product tax are applied
     * Fixed an issue with throwing validation error for the State field when saving a product with FPT
-    * Fixed an issue with throwing an error when trying to save a timezone 
+    * Fixed an issue with throwing an error when trying to save a timezone
     * Fixed an issue with Exploited Session ID in second browser leading to Error
     * Fixed an issue with session loss on page 404 when using the Varnish caching
     * Fixed an issue with integration test not resetting static properties to correct default values after each test suite
@@ -121,7 +171,7 @@
     * Fixed an issue with tax rate not being saved if all states were chosen for any non-default country
     * Fixed an issue with multi-select fail on the Customer add/edit form
     * Added exception handling for required fields for REST APIs
-    * Fixed an issue with success message missing after the signup for price alert 
+    * Fixed an issue with success message missing after the signup for price alert
     * Fixed an issue with inability to create a return order from the Admin panel
     * Fixed an issue with incorrect work of the Default Value for Disable Automatic Group Changes Based on VAT ID setting
     * Fixed an issue with fatal error on the I18n tools launch due to incorrect bootstrap/autoload
@@ -554,11 +604,11 @@
 * Performance improvements:
     * Introduced CatalogRule indexers based on Mview
     * Significantly decreased the amount of unused objects, mostly in category and product view scenarios:
-		* Got rid of non-shared indexer instances all over the code introducing Magento\Indexer\Model\IndexerRegistry
-		* Magento\Catalog\Pricing\Price\BasePrice being created on demand only, instead of unconditioned creation in constructor
-		* Created proxies for unused objects with big amount of dependencies
-		* Fixed \Magento\Review\Block\Product\Review block which injected backend block context by mistake
-		* A customer model in \Magento\Customer\Model\Layout\DepersonalizePlugin being created on demand only, instead of constructor
+        * Got rid of non-shared indexer instances all over the code introducing Magento\Indexer\Model\IndexerRegistry
+        * Magento\Catalog\Pricing\Price\BasePrice being created on demand only, instead of unconditioned creation in constructor
+        * Created proxies for unused objects with big amount of dependencies
+        * Fixed \Magento\Review\Block\Product\Review block which injected backend block context by mistake
+        * A customer model in \Magento\Customer\Model\Layout\DepersonalizePlugin being created on demand only, instead of constructor
     * Introduced caching for product attribute metadata loading procedure
     * Improved SavePayment Checkout step to save only payment related data
     * Speed up all Checkout steps of the One Page Checkout
@@ -634,48 +684,48 @@
 0.1.0-alpha102
 =============
 * Fixed bugs:
-	* Fixed an issue where the categories tree was not displayed when adding a new category during product creation
-	* Fixed an issue where the Template field on the New Email Template page was labeled as required
-	* Fixed minor UI issues in Multiple Addresses Checkout for a desktop
-	* Fixed minor UI issues with Widgets on the storefront
-	* Fixed minor UI issues with pages printing view on the storefront
-	* Fixed minor UI issues in items Gift message on the Order View frontend page
-	* Fixed an issue in the Admin panel where no message was displayed after adding a product to cart with quantity exceeding the available quantity)
+    * Fixed an issue where the categories tree was not displayed when adding a new category during product creation
+    * Fixed an issue where the Template field on the New Email Template page was labeled as required
+    * Fixed minor UI issues in Multiple Addresses Checkout for a desktop
+    * Fixed minor UI issues with Widgets on the storefront
+    * Fixed minor UI issues with pages printing view on the storefront
+    * Fixed minor UI issues in items Gift message on the Order View frontend page
+    * Fixed an issue in the Admin panel where no message was displayed after adding a product to cart with quantity exceeding the available quantity)
 * Framework improvements:
-	* To enhance the readability of tables for screen readers, added the <caption> tag and the “scope” attribute for tables
-	* Added customer module interfaces
-	* Created the ability to generate API documentation
+    * To enhance the readability of tables for screen readers, added the <caption> tag and the “scope” attribute for tables
+    * Added customer module interfaces
+    * Created the ability to generate API documentation
 * Added the following functional tests:
-	* Create gift message in the Admin panel
-	* Delete term
-	* Product type switching when editing
-	* Re-authorize tokens for the Integration
-	* Revoke all access tokens for admin without tokens
-	* Update custom order status
-	* Update a product from a mini shopping cart
+    * Create gift message in the Admin panel
+    * Delete term
+    * Product type switching when editing
+    * Re-authorize tokens for the Integration
+    * Revoke all access tokens for admin without tokens
+    * Update custom order status
+    * Update a product from a mini shopping cart
 * WebApi Framework improvements:
-	* Added Web API support to add/override matching identifier parameter in the body from URL
+    * Added Web API support to add/override matching identifier parameter in the body from URL
 * Documentation:
-	* Added README files with module description for the following modules:
-		* Authorizenet
-		* Centinel
-		* Customer
-		* CustomerImportExport
-		* Dhl
-		* Fedex
-		* OfflinePayments
-		* OfflineShipping
-		* Ogone
-		* PayPalRecurringPayment
-		* Payment
-		* Paypal
-		* ProductAlert
-		* RecurringPayment
-		* Sendfriend
-		* Shipping
-		* Ups
-		* Usps
-		* Wishlist
+    * Added README files with module description for the following modules:
+        * Authorizenet
+        * Centinel
+        * Customer
+        * CustomerImportExport
+        * Dhl
+        * Fedex
+        * OfflinePayments
+        * OfflineShipping
+        * Ogone
+        * PayPalRecurringPayment
+        * Payment
+        * Paypal
+        * ProductAlert
+        * RecurringPayment
+        * Sendfriend
+        * Shipping
+        * Ups
+        * Usps
+        * Wishlist
 * Container-Based Page Layout:
     * Distributed the responsibility of View\Layout between three classes (PageLayout, PageConfig, GenericLayout)
     * Refactored controller actions to use ResultInterface objects:
@@ -689,20 +739,20 @@
   * Added new base classes in the Service infrastructure lib to support extensible Data Interfaces
   * Updated the WebApi framework serialization (for SOAP and REST) to process requests based on Data Interfaces and removed dependency on Data Objects
   * Added base class for Data Interface based builders and implemented a code generator for the same
- * File system improvements: 
+ * File system improvements:
    * List of available application directories is complete now and defined in the \Magento\Framework\Filesystem\DirectoryList and the \Magento\Framework\App\Filesystem\DirectoryList classes. There is no ability to extend the list in configuration
    * Directory paths  can be changed using environment/bootstrap
    * Information about necessary permissions (writable, readable) belongs to Setup Application, Magento Application does not possess this info and does not verify. Setup Application performs permissions validation
    * Unnecessary writable permissions are validated by Setup Application after installation and corresponding message is displayed to the user
  * Functional tests:
-  * Configure a product in a customer wishlist  in the Admin panel 
-  * Configure a product in a customer wishlist on the storefront 
-  * Create terms and conditions 
-  * Manage products stock 
-  * Move a product from a shopping card to a wishlist 
-  * Un-assign custom order status 
-  * Update terms and conditions 
-  * Update URL rewrites after moving/deleting a category 
+  * Configure a product in a customer wishlist  in the Admin panel
+  * Configure a product in a customer wishlist on the storefront
+  * Create terms and conditions
+  * Manage products stock
+  * Move a product from a shopping card to a wishlist
+  * Un-assign custom order status
+  * Update terms and conditions
+  * Update URL rewrites after moving/deleting a category
   * Update URL rewrites after changing category assignment for a product
   * View customer wishlist  in the Admin panel
   * Tax calculation test
@@ -752,44 +802,44 @@
     * Magento\Framework\Stdlib
     * Magento\Framework\Validator
  * Performance improvements:
-  * Reduced checkout response time by loading only current checkout step 
-  * Reduced the number of AJAX calls on checkout steps 
-  * Improved performance on the billing and shipping checkout steps 
-  * Improved performance in certain areas by loading translation data from cache 
-  * Removed transactions from visitors logging 
-  * Fixed classmap generator to consider namespaces 
-  * Eliminated a redundant query for category tree rendering 
-  * Optimized StoreManager and Storage performance 
-  * Optimized Object Manager 
+  * Reduced checkout response time by loading only current checkout step
+  * Reduced the number of AJAX calls on checkout steps
+  * Improved performance on the billing and shipping checkout steps
+  * Improved performance in certain areas by loading translation data from cache
+  * Removed transactions from visitors logging
+  * Fixed classmap generator to consider namespaces
+  * Eliminated a redundant query for category tree rendering
+  * Optimized StoreManager and Storage performance
+  * Optimized Object Manager
  * Fixed bugs:
-  * Fixed an issue where partial invoices and partial credit memos contained incorrect customer's tax details 
-  * Fixed an issue where a PHP fatal error occurred when logging in during checkout to order a product with FPT 
-  * Fixed an issue where FPT was not calculated in reorders 
-  * Fixed an issue where there was a duplicated Administrator role after installation 
-  * Fixed an issue where the Try Again button was disabled after entering the incorrect data during installation 
+  * Fixed an issue where partial invoices and partial credit memos contained incorrect customer's tax details
+  * Fixed an issue where a PHP fatal error occurred when logging in during checkout to order a product with FPT
+  * Fixed an issue where FPT was not calculated in reorders
+  * Fixed an issue where there was a duplicated Administrator role after installation
+  * Fixed an issue where the Try Again button was disabled after entering the incorrect data during installation
   * Fixed an issue where the "Application is not installed yet" error was thrown instead of redirecting to the Installation Wizard in the developer mode
-  * Fixed an issue where an error was thrown during installation with db_prefix option 
+  * Fixed an issue where an error was thrown during installation with db_prefix option
   * Fixed an issue where the SQL query was not optimized for product search ('catalogsearch_query')
-  * Fixed an issue where the wrong message was displayed after changing customer password on the storefront 
-  * Fixed an issue where Newsletter preview led to an empty page 
-  * Fixed an issue where a new search term was not displayed in suggested results 
-  * Fixed an issue where no results were found for the Products Viewed report 
-  * Fixed an issue where no results were found for Coupons reports 
-  * Fixed an issue with incremental Qty setting 
-  * Fixed an issue with allowing importing of negative weight values 
-  * Fixed an issue with Inventory - Only X left Treshold being not dependent on Qty for Item's Status to Become Out of Stock 
-  * Fixed an issue where the "Catalog Search Index index was rebuilt." message was displayed when reindexing the Catalog Search index  
+  * Fixed an issue where the wrong message was displayed after changing customer password on the storefront
+  * Fixed an issue where Newsletter preview led to an empty page
+  * Fixed an issue where a new search term was not displayed in suggested results
+  * Fixed an issue where no results were found for the Products Viewed report
+  * Fixed an issue where no results were found for Coupons reports
+  * Fixed an issue with incremental Qty setting
+  * Fixed an issue with allowing importing of negative weight values
+  * Fixed an issue with Inventory - Only X left Treshold being not dependent on Qty for Item's Status to Become Out of Stock
+  * Fixed an issue where the "Catalog Search Index index was rebuilt." message was displayed when reindexing the Catalog Search index
  * Search module:
-  * Integrated the Search library to the advanced search functionality 
-    * Substituted the old logic of the EAV attributes search by Advanced Search 
-    * Introduced mappers for MySQL adapter 
-    * Restored  the currency calculation functionality 
-    * Fixed sorting by relevance in quick search and advanced search 
-  * Integrated the Search library into the search widget functionality 
-    * Removed the dependency on the catalogsearch_result table 
-    * Substituted the old logic of EAV attributes by Quick search APIs 
-  * Search modularity: 
-    * Removed circular dependency between Catalog and  Catalog Search 
+  * Integrated the Search library to the advanced search functionality
+    * Substituted the old logic of the EAV attributes search by Advanced Search
+    * Introduced mappers for MySQL adapter
+    * Restored  the currency calculation functionality
+    * Fixed sorting by relevance in quick search and advanced search
+  * Integrated the Search library into the search widget functionality
+    * Removed the dependency on the catalogsearch_result table
+    * Substituted the old logic of EAV attributes by Quick search APIs
+  * Search modularity:
+    * Removed circular dependency between Catalog and  Catalog Search
     * Removed exceeded dependencies of the Search module
 
 0.1.0-alpha100
diff --git a/app/code/Magento/AdminNotification/composer.json b/app/code/Magento/AdminNotification/composer.json
index 772dd77e5093f3d09170048c47099bac48e04564..afe0c85867f61b7ccb796a4b5f27de9490617a1f 100644
--- a/app/code/Magento/AdminNotification/composer.json
+++ b/app/code/Magento/AdminNotification/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Authorization/composer.json b/app/code/Magento/Authorization/composer.json
index 46060369cb7e6384d4dd31786fd0915e05ae6745..d2f381ae0325a7815a5fad52d9c1cb112cedaaf2 100644
--- a/app/code/Magento/Authorization/composer.json
+++ b/app/code/Magento/Authorization/composer.json
@@ -3,12 +3,12 @@
     "description": "Authorization module provides access to Magento ACL functionality.",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Backend/composer.json b/app/code/Magento/Backend/composer.json
index b1d54364d381f0e15c67c1eb2bdbfbd709aa52e9..873b57640d111a2fdb8b502af30c347001cbe212 100644
--- a/app/code/Magento/Backend/composer.json
+++ b/app/code/Magento/Backend/composer.json
@@ -3,26 +3,26 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-cron": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-reports": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-user": "0.42.0-beta3",
-        "magento/module-backup": "0.42.0-beta3",
-        "magento/module-email": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-translation": "0.42.0-beta3",
-        "magento/module-require-js": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-cron": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-reports": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-user": "0.42.0-beta4",
+        "magento/module-backup": "0.42.0-beta4",
+        "magento/module-email": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-translation": "0.42.0-beta4",
+        "magento/module-require-js": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Backup/composer.json b/app/code/Magento/Backup/composer.json
index 87a0225e866907887453fcf72446f142a8585e8d..61ae463dbbfb871007f0d844216592d42ffd883e 100644
--- a/app/code/Magento/Backup/composer.json
+++ b/app/code/Magento/Backup/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-cron": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-cron": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Bundle/composer.json b/app/code/Magento/Bundle/composer.json
index 8580562292cb8fc8e11cf5b48f954a646b9fab54..a6dd3e14501d6f7e06da0ea24ccff7ad26de5a9e 100644
--- a/app/code/Magento/Bundle/composer.json
+++ b/app/code/Magento/Bundle/composer.json
@@ -3,24 +3,24 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-catalog-rule": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-gift-message": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-webapi": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-catalog-rule": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-gift-message": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-webapi": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Captcha/composer.json b/app/code/Magento/Captcha/composer.json
index 5cd84ce402336b6d585bd51778ec80aefd2f9ac6..bf03a08ae1f64a880e0a75fce1a0b19bb9c82d90 100644
--- a/app/code/Magento/Captcha/composer.json
+++ b/app/code/Magento/Captcha/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Catalog/composer.json b/app/code/Magento/Catalog/composer.json
index 360e14b27de534cbac48ad4612eb8535bfbb0950..4d8681b99b1aa85dd1fa4dfcf9ba47e7ff61803a 100644
--- a/app/code/Magento/Catalog/composer.json
+++ b/app/code/Magento/Catalog/composer.json
@@ -3,33 +3,33 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-indexer": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-log": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-msrp": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-catalog-rule": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-product-alert": "0.42.0-beta3",
-        "magento/module-url-rewrite": "0.42.0-beta3",
-        "magento/module-catalog-url-rewrite": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-indexer": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-log": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-msrp": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-catalog-rule": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-product-alert": "0.42.0-beta4",
+        "magento/module-url-rewrite": "0.42.0-beta4",
+        "magento/module-catalog-url-rewrite": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogImportExport/composer.json b/app/code/Magento/CatalogImportExport/composer.json
index b494e210bef94382376ec7d5c04b2ea32872536b..f305a4d190986d9ed07dc82a7a3baffe84268e32 100644
--- a/app/code/Magento/CatalogImportExport/composer.json
+++ b/app/code/Magento/CatalogImportExport/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-import-export": "0.42.0-beta3",
-        "magento/module-indexer": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-import-export": "0.42.0-beta4",
+        "magento/module-indexer": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "ext-ctype": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogInventory/composer.json b/app/code/Magento/CatalogInventory/composer.json
index c226936f18f7b66abf6b6da19e6d2ab20333abef..ffea837d11f7d7ba0c65a464dc364831ca217b4f 100644
--- a/app/code/Magento/CatalogInventory/composer.json
+++ b/app/code/Magento/CatalogInventory/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-indexer": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-indexer": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogRule/composer.json b/app/code/Magento/CatalogRule/composer.json
index 77813109ca80aaf0046b62e7d872dc4fe10295dd..c19ff885884e4d4b62a505e46683922d0a286255 100644
--- a/app/code/Magento/CatalogRule/composer.json
+++ b/app/code/Magento/CatalogRule/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-rule": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-indexer": "0.42.0-beta3",
-        "magento/module-import-export": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-rule": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-indexer": "0.42.0-beta4",
+        "magento/module-import-export": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogSearch/composer.json b/app/code/Magento/CatalogSearch/composer.json
index 1820067884907ed405ccb9eac3fc6909afd9478d..67e0dae7369e19c2e3d8e65bfe386b943ff38c29 100644
--- a/app/code/Magento/CatalogSearch/composer.json
+++ b/app/code/Magento/CatalogSearch/composer.json
@@ -3,21 +3,21 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-search": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-indexer": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-search": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-indexer": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogUrlRewrite/composer.json b/app/code/Magento/CatalogUrlRewrite/composer.json
index 51e3cb2ed671eda7086199aecdf9440200ba6a9f..44828ca1beea76ef7b05b305895c00c086e2ebf0 100644
--- a/app/code/Magento/CatalogUrlRewrite/composer.json
+++ b/app/code/Magento/CatalogUrlRewrite/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-catalog-import-export": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-import-export": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-url-rewrite": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-catalog-import-export": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-import-export": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-url-rewrite": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogWidget/composer.json b/app/code/Magento/CatalogWidget/composer.json
index 0c728e7ef139cfe37d9e1411301251d6bf441ab3..0b537e7372e655b2bed226107e160ca13c185d28 100644
--- a/app/code/Magento/CatalogWidget/composer.json
+++ b/app/code/Magento/CatalogWidget/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-rule": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-rule": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Centinel/composer.json b/app/code/Magento/Centinel/composer.json
index 23ce3a4a76fa1367cd587acc92506e1498b35109..4917eeddd80ed8b379ef057bbf9faa85c983e37c 100644
--- a/app/code/Magento/Centinel/composer.json
+++ b/app/code/Magento/Centinel/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Checkout/composer.json b/app/code/Magento/Checkout/composer.json
index 55714032355622530b4c7f70d072444734cf8454..3ee14a8ca19ef1887d04bc641fc3a4ca2b077216 100644
--- a/app/code/Magento/Checkout/composer.json
+++ b/app/code/Magento/Checkout/composer.json
@@ -3,28 +3,28 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-authorization": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-payment": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-gift-message": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-msrp": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-authorization": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-payment": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-gift-message": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-msrp": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CheckoutAgreements/composer.json b/app/code/Magento/CheckoutAgreements/composer.json
index 0e41b386f1a71292c8b589116c1483630e64dfee..d5a47c50bc4b0d954bde20450cd85d216d6997ed 100644
--- a/app/code/Magento/CheckoutAgreements/composer.json
+++ b/app/code/Magento/CheckoutAgreements/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Cms/composer.json b/app/code/Magento/Cms/composer.json
index 1bab1473f233a1cd74523c0115655ac7ebfc5a36..88465c8ad4529ed5c115487f9258b384a26e823d 100644
--- a/app/code/Magento/Cms/composer.json
+++ b/app/code/Magento/Cms/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-email": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-email": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CmsUrlRewrite/composer.json b/app/code/Magento/CmsUrlRewrite/composer.json
index 8566a9d1e0b737e3b250940947ec530df65d2251..8e5c888669acf958fc7e2d275136ac9cd3b97450 100644
--- a/app/code/Magento/CmsUrlRewrite/composer.json
+++ b/app/code/Magento/CmsUrlRewrite/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-url-rewrite": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-url-rewrite": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ConfigurableImportExport/composer.json b/app/code/Magento/ConfigurableImportExport/composer.json
index 350b1f9762daeea97ea5657392cb731e2aa19c4d..5b7e1e3cd382eef13f9c05cce9cdcad36a7fa954 100644
--- a/app/code/Magento/ConfigurableImportExport/composer.json
+++ b/app/code/Magento/ConfigurableImportExport/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-catalog-import-export": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-import-export": "0.42.0-beta3",
-        "magento/module-configurable-product": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-catalog-import-export": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-import-export": "0.42.0-beta4",
+        "magento/module-configurable-product": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ConfigurableProduct/composer.json b/app/code/Magento/ConfigurableProduct/composer.json
index 40614acdc7e8830de7022dd137727ab7584545fa..d564ae1197a4034d95bb745752ac707a577bcee1 100644
--- a/app/code/Magento/ConfigurableProduct/composer.json
+++ b/app/code/Magento/ConfigurableProduct/composer.json
@@ -3,23 +3,23 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-catalog-rule": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-webapi": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-catalog-rule": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-webapi": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Contact/composer.json b/app/code/Magento/Contact/composer.json
index e746193309c4fc48fba56667cdb759fef682a33a..9ef0d938edd9504ae43cd121b6da7637475611c3 100644
--- a/app/code/Magento/Contact/composer.json
+++ b/app/code/Magento/Contact/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Core/composer.json b/app/code/Magento/Core/composer.json
index 3d356da4d534d007c378696255ba69175d8f7f04..ef8c29a7eba0183dc927bcffe05a4bee94e01e99 100644
--- a/app/code/Magento/Core/composer.json
+++ b/app/code/Magento/Core/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-cron": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-cron": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Cron/composer.json b/app/code/Magento/Cron/composer.json
index 5d0310756d4a3c5be4e74528e04477e8a10d2f8e..583d3a76a125a22be1573cb968eca50844afd293 100644
--- a/app/code/Magento/Cron/composer.json
+++ b/app/code/Magento/Cron/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CurrencySymbol/composer.json b/app/code/Magento/CurrencySymbol/composer.json
index fe027d918ba32c2545e43ff12f58cf3c76557f0d..508d4a1888d971217e917b927222ea056774e20d 100644
--- a/app/code/Magento/CurrencySymbol/composer.json
+++ b/app/code/Magento/CurrencySymbol/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Customer/composer.json b/app/code/Magento/Customer/composer.json
index 6a8f9941fef465554b915f94ac09d04bbefbb940..fa503e635da6071f0d2e538f122436810a7e79eb 100644
--- a/app/code/Magento/Customer/composer.json
+++ b/app/code/Magento/Customer/composer.json
@@ -3,28 +3,28 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-newsletter": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-review": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-authorization": "0.42.0-beta3",
-        "magento/module-integration": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-newsletter": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-review": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-authorization": "0.42.0-beta4",
+        "magento/module-integration": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CustomerImportExport/composer.json b/app/code/Magento/CustomerImportExport/composer.json
index 286d4febae3a26eae8ae8e14883f50dde2894d04..d5a5064f9e57d45a76ef9a2627307a0a9d3caaac 100644
--- a/app/code/Magento/CustomerImportExport/composer.json
+++ b/app/code/Magento/CustomerImportExport/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-import-export": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-import-export": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/DesignEditor/composer.json b/app/code/Magento/DesignEditor/composer.json
index 356553a6cc3b656a3ec8fd4f580035567dd86798..79e8100a7f7b9a27fc8df52151a580d6e325f78c 100644
--- a/app/code/Magento/DesignEditor/composer.json
+++ b/app/code/Magento/DesignEditor/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Dhl/composer.json b/app/code/Magento/Dhl/composer.json
index c9d78cbed3b5ac7553e67dc19cc92d1fac0cd72a..74b6eafaa747feaded9abd2a5d49c8e604a9e097 100644
--- a/app/code/Magento/Dhl/composer.json
+++ b/app/code/Magento/Dhl/composer.json
@@ -3,21 +3,21 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Directory/composer.json b/app/code/Magento/Directory/composer.json
index 58c7f5ad1dda239ef53be4a755a24cc5b772bfa0..d2f73d089a3f0c40cbe9f025a74ef814e9d92db7 100644
--- a/app/code/Magento/Directory/composer.json
+++ b/app/code/Magento/Directory/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Downloadable/composer.json b/app/code/Magento/Downloadable/composer.json
index c8c0562e888739e18304a81ad9d996da13f29589..772752b5783d1a77c73165158a337fceccd5be48 100644
--- a/app/code/Magento/Downloadable/composer.json
+++ b/app/code/Magento/Downloadable/composer.json
@@ -3,26 +3,26 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/module-gift-message": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-msrp": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/module-gift-message": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-msrp": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Eav/composer.json b/app/code/Magento/Eav/composer.json
index c60d271e7cf02b4de60a0736683fe62f9869ea01..d02b7871d607bcd51504fe3f254dfc85dc0bd99b 100644
--- a/app/code/Magento/Eav/composer.json
+++ b/app/code/Magento/Eav/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Email/composer.json b/app/code/Magento/Email/composer.json
index 9afda3f5b33af47523fce6dbb845b7bb071d50e5..d228422e79fa1999657fc2c8da42f89d901f8967 100644
--- a/app/code/Magento/Email/composer.json
+++ b/app/code/Magento/Email/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Fedex/composer.json b/app/code/Magento/Fedex/composer.json
index c4bb50094eda0bee2c612fc9cca0e07438bca465..c74873ef9c5342d701fccad5544b34ade8207282 100644
--- a/app/code/Magento/Fedex/composer.json
+++ b/app/code/Magento/Fedex/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GiftMessage/composer.json b/app/code/Magento/GiftMessage/composer.json
index 2f330a2b6f519f925ef7d14319065a7e34bd3620..5d2058a948b9e3b2c06f8cf79b0019b042295c55 100644
--- a/app/code/Magento/GiftMessage/composer.json
+++ b/app/code/Magento/GiftMessage/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-multishipping": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-multishipping": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleAdwords/composer.json b/app/code/Magento/GoogleAdwords/composer.json
index 0e10e7361b8b586e89995f99588e9652c92295cb..39e31ce86c536b67eabaad0ee94847ddbfc453fd 100644
--- a/app/code/Magento/GoogleAdwords/composer.json
+++ b/app/code/Magento/GoogleAdwords/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleAnalytics/composer.json b/app/code/Magento/GoogleAnalytics/composer.json
index ad2a5c677de09ca4d4ee68da044d85955c34d409..36c520368a0fcaff30376d928cb52fa8b07cf051 100644
--- a/app/code/Magento/GoogleAnalytics/composer.json
+++ b/app/code/Magento/GoogleAnalytics/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleOptimizer/composer.json b/app/code/Magento/GoogleOptimizer/composer.json
index 6f3640d73b6b3b03ddbb6c4401430a7c6bba8361..35eb2dec491b69593e2e624f7c3ee87c5be66c05 100644
--- a/app/code/Magento/GoogleOptimizer/composer.json
+++ b/app/code/Magento/GoogleOptimizer/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-google-analytics": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-google-analytics": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleShopping/composer.json b/app/code/Magento/GoogleShopping/composer.json
index 38e35843f414a7d63be87908dc6b5709a63f58df..06930c045265755931ac1ee41acca725dcd28f1e 100644
--- a/app/code/Magento/GoogleShopping/composer.json
+++ b/app/code/Magento/GoogleShopping/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GroupedImportExport/composer.json b/app/code/Magento/GroupedImportExport/composer.json
index f53791499fbd23f37a76758db445e76e6a5abeb9..98e7b3d0940d987ad6e8249ac47803be02d21318 100644
--- a/app/code/Magento/GroupedImportExport/composer.json
+++ b/app/code/Magento/GroupedImportExport/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-import-export": "0.42.0-beta3",
-        "magento/module-catalog-import-export": "0.42.0-beta3",
-        "magento/module-grouped-product": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-import-export": "0.42.0-beta4",
+        "magento/module-catalog-import-export": "0.42.0-beta4",
+        "magento/module-grouped-product": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GroupedProduct/composer.json b/app/code/Magento/GroupedProduct/composer.json
index d276a035dacf7122a205827da67150952ed2cf58..f4c82977754fb2d2f5f6e2a8344e33393bfd26b4 100644
--- a/app/code/Magento/GroupedProduct/composer.json
+++ b/app/code/Magento/GroupedProduct/composer.json
@@ -3,21 +3,21 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-msrp": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-msrp": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ImportExport/composer.json b/app/code/Magento/ImportExport/composer.json
index 89e4b1aab980510822a89ccc9849d16e81efe31b..cf1edd4bf677045853afd1798e2fe0ad5740ab43 100644
--- a/app/code/Magento/ImportExport/composer.json
+++ b/app/code/Magento/ImportExport/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-indexer": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-indexer": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "ext-ctype": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Indexer/composer.json b/app/code/Magento/Indexer/composer.json
index 98cc0400270d64ccc74c9e9faea2ab02b8da6f3d..3639c8c5acc7463bcb5a49c1cac4b231fe867646 100644
--- a/app/code/Magento/Indexer/composer.json
+++ b/app/code/Magento/Indexer/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Integration/composer.json b/app/code/Magento/Integration/composer.json
index 39da0e6194a83f5863e4f35372c5299e1b6e0ca2..5173a1289899445da8a7731b62e3cbd400cb9157 100644
--- a/app/code/Magento/Integration/composer.json
+++ b/app/code/Magento/Integration/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-user": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-authorization": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-user": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-authorization": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/LayeredNavigation/composer.json b/app/code/Magento/LayeredNavigation/composer.json
index a4cf2dc2cef49b0fd30cf34a060974b0f9b9cfa8..076de1684536d16b841880998fd83f75951f2e54 100644
--- a/app/code/Magento/LayeredNavigation/composer.json
+++ b/app/code/Magento/LayeredNavigation/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Log/composer.json b/app/code/Magento/Log/composer.json
index 4bf9ba061b87fc64c85a36fb5abd091ad00e9142..5217997ddac9441daa4a223c3afd6e70be0488aa 100644
--- a/app/code/Magento/Log/composer.json
+++ b/app/code/Magento/Log/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Msrp/composer.json b/app/code/Magento/Msrp/composer.json
index 3d83446f5e40c398079bdb741af853cad0d2f2e7..16a9d9db4c2ca31e1fccc238b08300b2dd426b32 100644
--- a/app/code/Magento/Msrp/composer.json
+++ b/app/code/Magento/Msrp/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-bundle": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-downloadable": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-grouped-product": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-bundle": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-downloadable": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-grouped-product": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Multishipping/composer.json b/app/code/Magento/Multishipping/composer.json
index 756598d1fa2a9ecb3ce53957535768d124a9bfd7..839a867283480fa35ba7f9d777749454caddd297 100644
--- a/app/code/Magento/Multishipping/composer.json
+++ b/app/code/Magento/Multishipping/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-payment": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-payment": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Newsletter/composer.json b/app/code/Magento/Newsletter/composer.json
index 4c9e57f393230426484438f842b65c8597b7784e..8fd1f35d11f8a1601f3bbd1c5f0cc3f066071ae9 100644
--- a/app/code/Magento/Newsletter/composer.json
+++ b/app/code/Magento/Newsletter/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-email": "0.42.0-beta3",
-        "magento/module-cron": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-email": "0.42.0-beta4",
+        "magento/module-cron": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/OfflinePayments/composer.json b/app/code/Magento/OfflinePayments/composer.json
index ebd7adb688e87e7d74e562b3e9efc3dbca9e5365..c04204b657bd8091ccc5ee7e16490a5b75f90bae 100644
--- a/app/code/Magento/OfflinePayments/composer.json
+++ b/app/code/Magento/OfflinePayments/composer.json
@@ -3,12 +3,12 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-payment": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-payment": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/OfflineShipping/composer.json b/app/code/Magento/OfflineShipping/composer.json
index f233c74afbce1774f2e970ab6526181b9f7adf0e..d22d2229e07e452c6384433afe32503ec6374701 100644
--- a/app/code/Magento/OfflineShipping/composer.json
+++ b/app/code/Magento/OfflineShipping/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-sales-rule": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-sales-rule": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/PageCache/composer.json b/app/code/Magento/PageCache/composer.json
index ea05fb95664aede50963b3e2160b9970a7916805..055bc6ae45fa3b9ea2a7d9dbfa09ee14629bdc88 100644
--- a/app/code/Magento/PageCache/composer.json
+++ b/app/code/Magento/PageCache/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Payment/composer.json b/app/code/Magento/Payment/composer.json
index 1f55fcdc3a829ad8d48df657b9b74da1bc61021b..e3da807327b4e7a2b667d7291f1719241ddf3f6d 100644
--- a/app/code/Magento/Payment/composer.json
+++ b/app/code/Magento/Payment/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-centinel": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-centinel": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Persistent/composer.json b/app/code/Magento/Persistent/composer.json
index 022dc88e2fc3d57045a433a69e19c91351acead5..b6128eea1a34fd8821bd47dd9c2d144a84495954 100644
--- a/app/code/Magento/Persistent/composer.json
+++ b/app/code/Magento/Persistent/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-cron": "0.42.0-beta3",
-        "magento/module-page-cache": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-cron": "0.42.0-beta4",
+        "magento/module-page-cache": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ProductAlert/composer.json b/app/code/Magento/ProductAlert/composer.json
index b001db5d77d92272584f7e837d50792fcf1b57a0..11578bec3f343960bc9ceae8c6a5fd44ceb6d038 100644
--- a/app/code/Magento/ProductAlert/composer.json
+++ b/app/code/Magento/ProductAlert/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Reports/composer.json b/app/code/Magento/Reports/composer.json
index 817eb609ddfed80d96dcfca120219e40d1dc5746..7f9a68e3b087929248037191d4a70cc6fcb014e5 100644
--- a/app/code/Magento/Reports/composer.json
+++ b/app/code/Magento/Reports/composer.json
@@ -3,27 +3,27 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/module-log": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/module-review": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-downloadable": "0.42.0-beta3",
-        "magento/module-sales-rule": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/module-log": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/module-review": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-downloadable": "0.42.0-beta4",
+        "magento/module-sales-rule": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/RequireJs/composer.json b/app/code/Magento/RequireJs/composer.json
index 4c029c1c34159cceb37edcf2eef91b422724ba2b..c6f02b72628d15c6f9506b70e09800c5109b03cb 100644
--- a/app/code/Magento/RequireJs/composer.json
+++ b/app/code/Magento/RequireJs/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Review/composer.json b/app/code/Magento/Review/composer.json
index ec6e7e8629c79581de97fc4499a89105c65102e5..92cb207a7bbd5f7c40d9a680a6d1d21a65f6d90f 100644
--- a/app/code/Magento/Review/composer.json
+++ b/app/code/Magento/Review/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-newsletter": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-newsletter": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Rss/composer.json b/app/code/Magento/Rss/composer.json
index 74952b18d3133613b39696d2f4ab9da9d1f35a72..fe710939ed4ef69c9cead129c1f7256c28fcfad6 100644
--- a/app/code/Magento/Rss/composer.json
+++ b/app/code/Magento/Rss/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Rule/composer.json b/app/code/Magento/Rule/composer.json
index 023d077408adc6036372c302da62c97c76912a1a..eec6ca407f75ee77e05c12abf4cd33fcd63c227c 100644
--- a/app/code/Magento/Rule/composer.json
+++ b/app/code/Magento/Rule/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Sales/composer.json b/app/code/Magento/Sales/composer.json
index dd52c6dec79cbecba6203c8d5b3352e9cfe53255..204fc258d433b9142121e601a485366d52a20fda 100644
--- a/app/code/Magento/Sales/composer.json
+++ b/app/code/Magento/Sales/composer.json
@@ -3,32 +3,32 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-authorization": "0.42.0-beta3",
-        "magento/module-payment": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-sales-rule": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-gift-message": "0.42.0-beta3",
-        "magento/module-reports": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-wishlist": "0.42.0-beta3",
-        "magento/module-email": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-authorization": "0.42.0-beta4",
+        "magento/module-payment": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-sales-rule": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-gift-message": "0.42.0-beta4",
+        "magento/module-reports": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-wishlist": "0.42.0-beta4",
+        "magento/module-email": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/SalesRule/composer.json b/app/code/Magento/SalesRule/composer.json
index 0bc6963fbfe82242ac0fc37a9478528f2634654c..e4a3e6fc6a3cdaf557c3f6dd63a0233b4ac5cced 100644
--- a/app/code/Magento/SalesRule/composer.json
+++ b/app/code/Magento/SalesRule/composer.json
@@ -3,25 +3,25 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-rule": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-payment": "0.42.0-beta3",
-        "magento/module-reports": "0.42.0-beta3",
-        "magento/module-catalog-rule": "0.42.0-beta3",
-        "magento/module-widget": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-rule": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-payment": "0.42.0-beta4",
+        "magento/module-reports": "0.42.0-beta4",
+        "magento/module-catalog-rule": "0.42.0-beta4",
+        "magento/module-widget": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Search/composer.json b/app/code/Magento/Search/composer.json
index 3b6df7b57463c829347bf3bfe58a62c9c48910c9..3d147502ec1a19fd91630fd94088af4d2f862254 100644
--- a/app/code/Magento/Search/composer.json
+++ b/app/code/Magento/Search/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-reports": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-reports": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Sendfriend/composer.json b/app/code/Magento/Sendfriend/composer.json
index 79e1041b4822d98bf337518579d18923d762e641..b853f7ff19105fff96b91dd39db6aea2f1bdde3c 100644
--- a/app/code/Magento/Sendfriend/composer.json
+++ b/app/code/Magento/Sendfriend/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Shipping/composer.json b/app/code/Magento/Shipping/composer.json
index 08a1e9d7969cdcbae2f36d3cd070fc983b34adf2..bd1c6a5d64a27d2d64449697fd43e0ff6ae024b7 100644
--- a/app/code/Magento/Shipping/composer.json
+++ b/app/code/Magento/Shipping/composer.json
@@ -3,27 +3,27 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-contact": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-payment": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-contact": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-payment": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "ext-gd": "*",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-fedex": "0.42.0-beta3",
-        "magento/module-ups": "0.42.0-beta3"
+        "magento/module-fedex": "0.42.0-beta4",
+        "magento/module-ups": "0.42.0-beta4"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Sitemap/composer.json b/app/code/Magento/Sitemap/composer.json
index b22d1586a32d6c0c6e98d25472decffc5a42772f..7b21180eaec2aa200b208711d09e23a5084a4a47 100644
--- a/app/code/Magento/Sitemap/composer.json
+++ b/app/code/Magento/Sitemap/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog-url-rewrite": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog-url-rewrite": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Store/composer.json b/app/code/Magento/Store/composer.json
index e089091493ed4716dbf0d7fcfa0f1383c40aed16..ad58e23e2a93afc02b151da2d967ffc0434caa62 100644
--- a/app/code/Magento/Store/composer.json
+++ b/app/code/Magento/Store/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Tax/composer.json b/app/code/Magento/Tax/composer.json
index 5c54feeea3e744b2ae93d3eb6f900bfdc533e659..65ef185fd62cbfedda3832a8ec0c8e28955c6eef 100644
--- a/app/code/Magento/Tax/composer.json
+++ b/app/code/Magento/Tax/composer.json
@@ -3,22 +3,22 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-reports": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-reports": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/TaxImportExport/composer.json b/app/code/Magento/TaxImportExport/composer.json
index d49ee464fd3e6de6543b91e765816714480c84bf..7c7f0e8ed4897aac376f430eb6e5c91ecb1225d4 100644
--- a/app/code/Magento/TaxImportExport/composer.json
+++ b/app/code/Magento/TaxImportExport/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Theme/composer.json b/app/code/Magento/Theme/composer.json
index 9b67f6efa161aa3360950306a5bce79623bd7581..d79abd45addbc8af98f600e0307d6e46229701b0 100644
--- a/app/code/Magento/Theme/composer.json
+++ b/app/code/Magento/Theme/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-require-js": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-require-js": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-translation": "0.42.0-beta3"
+        "magento/module-translation": "0.42.0-beta4"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Translation/composer.json b/app/code/Magento/Translation/composer.json
index 259dadd131c125ede938714ecea870d79657208c..aa68217911935b5c88f1d439f8b7dd42b932d91e 100644
--- a/app/code/Magento/Translation/composer.json
+++ b/app/code/Magento/Translation/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Ui/composer.json b/app/code/Magento/Ui/composer.json
index efe3403132d45615e768223644382dceed6411e9..b70905d24ced0402f6b30dfc9eb81996fb506e5a 100644
--- a/app/code/Magento/Ui/composer.json
+++ b/app/code/Magento/Ui/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Ups/composer.json b/app/code/Magento/Ups/composer.json
index 42d5f994aeb4d6f4a7665e2b81d0c3621f312a10..d42a84c2a6deb1e3008c671d741012a2e163ca13 100644
--- a/app/code/Magento/Ups/composer.json
+++ b/app/code/Magento/Ups/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/UrlRewrite/composer.json b/app/code/Magento/UrlRewrite/composer.json
index a108f1b23a17f3ff500a3a4633f397ee6f64aca6..ae89d8f05a90d61270060ec98da0106b0c916390 100644
--- a/app/code/Magento/UrlRewrite/composer.json
+++ b/app/code/Magento/UrlRewrite/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog-url-rewrite": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-cms-url-rewrite": "0.42.0-beta3",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog-url-rewrite": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-cms-url-rewrite": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/User/composer.json b/app/code/Magento/User/composer.json
index 4bfac9339fc566fb6884efb789d207b8a46a91d3..9f4842f6d67f0cd205619aa4cf9a4445279f74d0 100644
--- a/app/code/Magento/User/composer.json
+++ b/app/code/Magento/User/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-authorization": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-integration": "0.42.0-beta3",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-require-js": "0.42.0-beta3",
+        "magento/module-authorization": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-integration": "0.42.0-beta4",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-require-js": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Usps/composer.json b/app/code/Magento/Usps/composer.json
index b7c72cec3da72f843ee8a8ee9baa3c9d2a8a9587..80e4af30f46d7f6cec7ce3154bee64697eeae6d9 100644
--- a/app/code/Magento/Usps/composer.json
+++ b/app/code/Magento/Usps/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-shipping": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-shipping": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Webapi/composer.json b/app/code/Magento/Webapi/composer.json
index 755ecba2045258196b7f9948a84fab0f7acf269b..8e6634134a19419b7d2cabe9007de4df15aeaf02 100644
--- a/app/code/Magento/Webapi/composer.json
+++ b/app/code/Magento/Webapi/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-authorization": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-integration": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-authorization": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-integration": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-user": "0.42.0-beta3"
+        "magento/module-user": "0.42.0-beta4"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Weee/composer.json b/app/code/Magento/Weee/composer.json
index fb0b9a6779c9958e85913a4ecb3d843b378b674c..503c87b854b3a413120bacb00924ccd08f071ea6 100644
--- a/app/code/Magento/Weee/composer.json
+++ b/app/code/Magento/Weee/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-tax": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-directory": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-eav": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-tax": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-directory": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-eav": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Widget/composer.json b/app/code/Magento/Widget/composer.json
index 3a4c1b875c684330e86e2da7a44474a2487676d5..367b733b445c5ada85f07063dea7a1091deb335a 100644
--- a/app/code/Magento/Widget/composer.json
+++ b/app/code/Magento/Widget/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-cms": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-cms": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Wishlist/composer.json b/app/code/Magento/Wishlist/composer.json
index d6dc5b534083ee4ce36040ce31649fc0219fd2ed..64e96470ea8bda644c612b3f723096a38de3b3dd 100644
--- a/app/code/Magento/Wishlist/composer.json
+++ b/app/code/Magento/Wishlist/composer.json
@@ -3,28 +3,28 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.42.0-beta3",
-        "magento/module-customer": "0.42.0-beta3",
-        "magento/module-catalog": "0.42.0-beta3",
-        "magento/module-core": "0.42.0-beta3",
-        "magento/module-checkout": "0.42.0-beta3",
-        "magento/module-theme": "0.42.0-beta3",
-        "magento/module-catalog-inventory": "0.42.0-beta3",
-        "magento/module-rss": "0.42.0-beta3",
-        "magento/module-backend": "0.42.0-beta3",
-        "magento/module-sales": "0.42.0-beta3",
-        "magento/module-grouped-product": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
-        "magento/module-ui": "0.42.0-beta3",
+        "magento/module-store": "0.42.0-beta4",
+        "magento/module-customer": "0.42.0-beta4",
+        "magento/module-catalog": "0.42.0-beta4",
+        "magento/module-core": "0.42.0-beta4",
+        "magento/module-checkout": "0.42.0-beta4",
+        "magento/module-theme": "0.42.0-beta4",
+        "magento/module-catalog-inventory": "0.42.0-beta4",
+        "magento/module-rss": "0.42.0-beta4",
+        "magento/module-backend": "0.42.0-beta4",
+        "magento/module-sales": "0.42.0-beta4",
+        "magento/module-grouped-product": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
+        "magento/module-ui": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-configurable-product": "0.42.0-beta3",
-        "magento/module-downloadable": "0.42.0-beta3",
-        "magento/module-bundle": "0.42.0-beta3"
+        "magento/module-configurable-product": "0.42.0-beta4",
+        "magento/module-downloadable": "0.42.0-beta4",
+        "magento/module-bundle": "0.42.0-beta4"
     },
     "type": "magento2-module",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/design/adminhtml/Magento/backend/composer.json b/app/design/adminhtml/Magento/backend/composer.json
index 95c694e034fbaf13f7520dfdb949bca58f3c075a..7081c61cc05e10aff97eab8499f1da3820ce4f74 100644
--- a/app/design/adminhtml/Magento/backend/composer.json
+++ b/app/design/adminhtml/Magento/backend/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-theme",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/design/frontend/Magento/blank/composer.json b/app/design/frontend/Magento/blank/composer.json
index f6da390cca977e941c13df73b7b077932bc1c327..90ed8e25844025c525ed12aa7e52362275c6622b 100644
--- a/app/design/frontend/Magento/blank/composer.json
+++ b/app/design/frontend/Magento/blank/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-theme",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/design/frontend/Magento/luma/composer.json b/app/design/frontend/Magento/luma/composer.json
index 3c8c3377313a6f3e6bc85ad5b032a7f01bc7506e..ad479e7f35ca538163e6a6e2723b1df6e4ccd914 100644
--- a/app/design/frontend/Magento/luma/composer.json
+++ b/app/design/frontend/Magento/luma/composer.json
@@ -3,12 +3,12 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/theme-frontend-blank": "0.42.0-beta3",
-        "magento/framework": "0.42.0-beta3",
+        "magento/theme-frontend-blank": "0.42.0-beta4",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-theme",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/i18n/magento/de_de/composer.json b/app/i18n/magento/de_de/composer.json
index 5245e7280e836177eab5687ce1f663a48e893172..3e3ea88931ee72dfe6fc860e20bc920c57a6aedb 100644
--- a/app/i18n/magento/de_de/composer.json
+++ b/app/i18n/magento/de_de/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-de_de",
     "description": "German (Germany) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/en_us/composer.json b/app/i18n/magento/en_us/composer.json
index 1f4e07ce5a2919d7871182a124e726990e02228b..36452489550b9a0d21154eab938d30569f005d0d 100644
--- a/app/i18n/magento/en_us/composer.json
+++ b/app/i18n/magento/en_us/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-en_us",
     "description": "English (United States) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/es_es/composer.json b/app/i18n/magento/es_es/composer.json
index bdf4a5639c3ea73f539df5fd0cad373524afc534..c2129b9d9f67d45c53b4d9c939fe32b12d64a880 100644
--- a/app/i18n/magento/es_es/composer.json
+++ b/app/i18n/magento/es_es/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-es_es",
     "description": "Spanish (Spain) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/fr_fr/composer.json b/app/i18n/magento/fr_fr/composer.json
index b46de534ce0ec86267656ecee665138b40ec2255..1b5f86ba485f07009f136bf0de9c49df2d20863f 100644
--- a/app/i18n/magento/fr_fr/composer.json
+++ b/app/i18n/magento/fr_fr/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-fr_fr",
     "description": "French (France) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/nl_nl/composer.json b/app/i18n/magento/nl_nl/composer.json
index 851bfae841145c3eb69ff790a4b3cb232677551e..f1ea5b69ca99d248ef60621dfb618e7639a3bc8e 100644
--- a/app/i18n/magento/nl_nl/composer.json
+++ b/app/i18n/magento/nl_nl/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-nl_nl",
     "description": "Dutch (Netherlands) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/pt_br/composer.json b/app/i18n/magento/pt_br/composer.json
index a3e34f6402ca06d4203547ade0a55675f375965d..a2e727e6b9ee9605948d14dd3b65f91f300184d5 100644
--- a/app/i18n/magento/pt_br/composer.json
+++ b/app/i18n/magento/pt_br/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-pt_br",
     "description": "Portuguese (Brazil) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/zh_cn/composer.json b/app/i18n/magento/zh_cn/composer.json
index 7230f2551f0a314038b7a31796b02fc1f1f414cc..75e74d0940dd4bc7ec5979f76babf42b2027c9f4 100644
--- a/app/i18n/magento/zh_cn/composer.json
+++ b/app/i18n/magento/zh_cn/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-zh_cn",
     "description": "Chinese (China) language",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.42.0-beta3",
+        "magento/framework": "0.42.0-beta4",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/composer.json b/composer.json
index 0b627b47ac957f0e3e72e461927780e6325f62d7..909b1046d80a277bbaacd67518263e8103c71e33 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
     "name": "magento/project-community-edition",
     "description": "Magento project (Community Edition)",
     "type": "project",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/lib/internal/Magento/Framework/AppInterface.php b/lib/internal/Magento/Framework/AppInterface.php
index 38611244f02a877ffee4ac33d615e3929eef80a9..4e7bbb51df6b148986e3578fa2264199a77d65ff 100644
--- a/lib/internal/Magento/Framework/AppInterface.php
+++ b/lib/internal/Magento/Framework/AppInterface.php
@@ -17,7 +17,7 @@ interface AppInterface
     /**
      * Magento version
      */
-    const VERSION = '0.42.0-beta3';
+    const VERSION = '0.42.0-beta4';
 
     /**
      * Launch application
diff --git a/lib/internal/Magento/Framework/composer.json b/lib/internal/Magento/Framework/composer.json
index d8dde599d2fa167d9290a3fbdd3799a9f3be6e82..23dc4052a9b3d230e11b7eb82abe6c83610aa63f 100644
--- a/lib/internal/Magento/Framework/composer.json
+++ b/lib/internal/Magento/Framework/composer.json
@@ -2,7 +2,7 @@
     "name": "magento/framework",
     "description": "N/A",
     "type": "magento2-library",
-    "version": "0.42.0-beta3",
+    "version": "0.42.0-beta4",
     "license": [
         "OSL-3.0",
         "AFL-3.0"