diff --git a/extensions/@shopgate-product-reviews b/extensions/@shopgate-product-reviews index a3fe2d224b..50f7158eff 160000 --- a/extensions/@shopgate-product-reviews +++ b/extensions/@shopgate-product-reviews @@ -1 +1 @@ -Subproject commit a3fe2d224b2639613ca102b199c3493b6bfd1986 +Subproject commit 50f7158eff1a1727dc1e57d9faa776ae78119746 diff --git a/extensions/@shopgate-tracking-ga-native b/extensions/@shopgate-tracking-ga-native index 4efb4c0a22..9ca5604127 160000 --- a/extensions/@shopgate-tracking-ga-native +++ b/extensions/@shopgate-tracking-ga-native @@ -1 +1 @@ -Subproject commit 4efb4c0a227df58bb888295f6b0959f33ad9828f +Subproject commit 9ca5604127311042b64f0e9ae56f2df895b9caa0 diff --git a/lerna.json b/lerna.json index 4061337ce9..5d8db0b12a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "5.2.0-beta.7", + "version": "5.2.0", "packages": [ "extensions/*/frontend", "libraries/*", diff --git a/libraries/commerce/package.json b/libraries/commerce/package.json index 4b6647c092..a6f27a86fb 100644 --- a/libraries/commerce/package.json +++ b/libraries/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common-commerce", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Commerce library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -24,11 +24,11 @@ "reselect": "^3.0.1" }, "devDependencies": { - "@shopgate/pwa-common": "^5.2.0-beta.7", - "@shopgate/pwa-core": "^5.2.0-beta.7", - "@shopgate/pwa-unit-test": "^5.2.0-beta.7", + "@shopgate/pwa-common": "^5.2.0", + "@shopgate/pwa-core": "^5.2.0", + "@shopgate/pwa-unit-test": "^5.2.0", "@shopgate/react-hammerjs": "^0.5.3", - "@shopgate/tracking-core": "^5.2.0-beta.7", + "@shopgate/tracking-core": "^5.2.0", "coveralls": "^3.0.0", "jest": "^22.4.2", "lodash": "^4.17.4", diff --git a/libraries/common/package.json b/libraries/common/package.json index ddd5ca4f9f..64e3d0d906 100644 --- a/libraries/common/package.json +++ b/libraries/common/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Common library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -44,9 +44,9 @@ "url-search-params": "^0.10.0" }, "devDependencies": { - "@shopgate/eslint-config": "^5.2.0-beta.7", - "@shopgate/pwa-core": "^5.2.0-beta.7", - "@shopgate/pwa-unit-test": "^5.2.0-beta.7", + "@shopgate/eslint-config": "^5.2.0", + "@shopgate/pwa-core": "^5.2.0", + "@shopgate/pwa-unit-test": "^5.2.0", "@shopgate/react-hammerjs": "^0.5.3", "coveralls": "^3.0.0", "jest": "^22.4.2", diff --git a/libraries/core/package.json b/libraries/core/package.json index a2c2e2c508..a9878e7ae4 100644 --- a/libraries/core/package.json +++ b/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-core", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Core library for the Shopgate Connect PWA.", "author": "Support ", "license": "Apache-2.0", @@ -24,7 +24,7 @@ "isomorphic-fetch": "^2.2.1" }, "devDependencies": { - "@shopgate/eslint-config": "^5.2.0-beta.7", + "@shopgate/eslint-config": "^5.2.0", "coveralls": "^3.0.0", "jest": "^22.0.4" } diff --git a/libraries/tracking-core/package.json b/libraries/tracking-core/package.json index 9c5e0cfa53..846b87b254 100644 --- a/libraries/tracking-core/package.json +++ b/libraries/tracking-core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/tracking-core", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Tracking core library for the Shopgate Connect PWA.", "author": "Shopgate ", "license": "Apache-2.0", @@ -19,8 +19,8 @@ "test": "mocha --recursive --compilers js:babel-core/register ./tests/CoreTest ./tests/FbPixelTest ./tests/UnifiedTest ./tests/GaBaseTest ./tests/BaseTest ./tests/AppHandlerTest ./tests/urlMappingTest ./tests/helperTest" }, "devDependencies": { - "@shopgate/eslint-config": "^5.2.0-beta.7", - "@shopgate/pwa-core": "^5.2.0-beta.7", + "@shopgate/eslint-config": "^5.2.0", + "@shopgate/pwa-core": "^5.2.0", "babel-preset-latest": "^6.24.1", "chai": "^3.5.0", "jest": "^22.4.2", diff --git a/libraries/tracking/package.json b/libraries/tracking/package.json index b084486b0b..c2da51cb92 100644 --- a/libraries/tracking/package.json +++ b/libraries/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-tracking", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Tracking library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -19,12 +19,12 @@ "cover": "jest --coverage" }, "devDependencies": { - "@shopgate/eslint-config": "^5.2.0-beta.7", - "@shopgate/pwa-common": "^5.2.0-beta.7", - "@shopgate/pwa-common-commerce": "^5.2.0-beta.7", - "@shopgate/pwa-core": "^5.2.0-beta.7", - "@shopgate/pwa-unit-test": "^5.2.0-beta.7", - "@shopgate/tracking-core": "^5.2.0-beta.7", + "@shopgate/eslint-config": "^5.2.0", + "@shopgate/pwa-common": "^5.2.0", + "@shopgate/pwa-common-commerce": "^5.2.0", + "@shopgate/pwa-core": "^5.2.0", + "@shopgate/pwa-unit-test": "^5.2.0", + "@shopgate/tracking-core": "^5.2.0", "coveralls": "^3.0.0", "jest": "^22.4.2", "react": "^16.2.0", diff --git a/libraries/webcheckout/package.json b/libraries/webcheckout/package.json index 08d34cdb83..8b6b46341e 100644 --- a/libraries/webcheckout/package.json +++ b/libraries/webcheckout/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-webcheckout-shopify", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Webcheckout Shopify library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -21,10 +21,10 @@ "cover": "jest --coverage" }, "devDependencies": { - "@shopgate/eslint-config": "^5.2.0-beta.7", - "@shopgate/pwa-common": "^5.2.0-beta.7", - "@shopgate/pwa-core": "^5.2.0-beta.7", - "@shopgate/pwa-unit-test": "^5.2.0-beta.7", + "@shopgate/eslint-config": "^5.2.0", + "@shopgate/pwa-common": "^5.2.0", + "@shopgate/pwa-core": "^5.2.0", + "@shopgate/pwa-unit-test": "^5.2.0", "coveralls": "^3.0.0", "jest": "^22.4.2", "react": "^16.2.0", diff --git a/themes/gmd b/themes/gmd index c170677f02..7fc411e074 160000 --- a/themes/gmd +++ b/themes/gmd @@ -1 +1 @@ -Subproject commit c170677f0243affafe3cc34079a59d48f5677919 +Subproject commit 7fc411e074966ecdfee834f11a4dbd0817407a96 diff --git a/themes/ios11 b/themes/ios11 index b48a6cef8a..44d8104fd5 160000 --- a/themes/ios11 +++ b/themes/ios11 @@ -1 +1 @@ -Subproject commit b48a6cef8af6877887695267325d708bf3befa7b +Subproject commit 44d8104fd58be0bb730d9eb1a1cbaa455f46502f diff --git a/utils/eslint-config/package.json b/utils/eslint-config/package.json index bb28586217..57babbac46 100644 --- a/utils/eslint-config/package.json +++ b/utils/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/eslint-config", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Eslint configuration for the Shopgate Connect projects.", "author": "Shopgate ", "license": "Apache-2.0", diff --git a/utils/unit-tests/package.json b/utils/unit-tests/package.json index 68e52df298..549b316475 100644 --- a/utils/unit-tests/package.json +++ b/utils/unit-tests/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-unit-test", - "version": "5.2.0-beta.7", + "version": "5.2.0", "description": "Unit test setup for the Shopgate Connect PWA.", "author": "Shopgate ", "license": "Apache-2.0", @@ -18,7 +18,7 @@ "react-test-renderer": "^16.2.0" }, "devDependencies": { - "@shopgate/eslint-config": "^5.2.0-beta.7", + "@shopgate/eslint-config": "^5.2.0", "jest": "^22.4.2", "react": "^16.2.0", "react-dom": "^16.2.0"