diff --git a/extensions/@shopgate-product-reviews b/extensions/@shopgate-product-reviews index 464131cef3..0b64428c55 160000 --- a/extensions/@shopgate-product-reviews +++ b/extensions/@shopgate-product-reviews @@ -1 +1 @@ -Subproject commit 464131cef39e7cb1fdab0d40167cc9ef5d2637c2 +Subproject commit 0b64428c55c8cb66838964b27453b36660ca0289 diff --git a/extensions/@shopgate-tracking-ga-native b/extensions/@shopgate-tracking-ga-native index e7d54491de..bed6109753 160000 --- a/extensions/@shopgate-tracking-ga-native +++ b/extensions/@shopgate-tracking-ga-native @@ -1 +1 @@ -Subproject commit e7d54491de5f52ec6dfc318804e05a0276035074 +Subproject commit bed6109753c72cc1d2f7125b707ab481a1b6c90d diff --git a/lerna.json b/lerna.json index c211e8b9e3..1e53e8e6b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "packages": [ "extensions/*/frontend", "libraries/*", diff --git a/libraries/commerce/package.json b/libraries/commerce/package.json index 26132a3bc4..554b63219b 100644 --- a/libraries/commerce/package.json +++ b/libraries/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common-commerce", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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.4.0-beta.3", - "@shopgate/pwa-core": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3", + "@shopgate/pwa-common": "5.4.0-beta.4", + "@shopgate/pwa-core": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4", "@shopgate/react-hammerjs": "^0.5.3", - "@shopgate/tracking-core": "5.4.0-beta.3", + "@shopgate/tracking-core": "5.4.0-beta.4", "jest": "^22.4.3", "lodash": "^4.17.4", "react": "^16.3.2", diff --git a/libraries/common/package.json b/libraries/common/package.json index a4216f3ebc..3497dfaffd 100644 --- a/libraries/common/package.json +++ b/libraries/common/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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.4.0-beta.3", - "@shopgate/pwa-core": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3", + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-core": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4", "@shopgate/react-hammerjs": "^0.5.3", "jest": "^22.4.3", "lodash": "^4.17.4", diff --git a/libraries/core/package.json b/libraries/core/package.json index 4f75bc09a5..69b93f8a6b 100644 --- a/libraries/core/package.json +++ b/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-core", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "description": "Core library for the Shopgate Connect PWA.", "author": "Support ", "license": "Apache-2.0", @@ -25,7 +25,7 @@ "lodash": "^4.6.1" }, "devDependencies": { - "@shopgate/eslint-config": "5.4.0-beta.3", + "@shopgate/eslint-config": "5.4.0-beta.4", "jest": "^22.4.3" } } diff --git a/libraries/tracking-core/package.json b/libraries/tracking-core/package.json index 517c8c7026..7de151879d 100644 --- a/libraries/tracking-core/package.json +++ b/libraries/tracking-core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/tracking-core", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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.4.0-beta.3", - "@shopgate/pwa-core": "5.4.0-beta.3", + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-core": "5.4.0-beta.4", "babel-preset-latest": "^6.24.1", "chai": "^3.5.0", "jest": "^22.4.3", diff --git a/libraries/tracking/package.json b/libraries/tracking/package.json index 7fe93e9199..b6c4d11f4b 100644 --- a/libraries/tracking/package.json +++ b/libraries/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-tracking", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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.4.0-beta.3", - "@shopgate/pwa-common": "5.4.0-beta.3", - "@shopgate/pwa-common-commerce": "5.4.0-beta.3", - "@shopgate/pwa-core": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3", - "@shopgate/tracking-core": "5.4.0-beta.3", + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-common": "5.4.0-beta.4", + "@shopgate/pwa-common-commerce": "5.4.0-beta.4", + "@shopgate/pwa-core": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4", + "@shopgate/tracking-core": "5.4.0-beta.4", "jest": "^22.4.3", "react": "^16.3.2", "react-dom": "^16.3.2", diff --git a/libraries/ui-ios/package.json b/libraries/ui-ios/package.json index 035cad1f30..06fe31310c 100644 --- a/libraries/ui-ios/package.json +++ b/libraries/ui-ios/package.json @@ -1,12 +1,12 @@ { "name": "@shopgate/pwa-ui-ios", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "description": "Shopgate's iOS UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/eslint-config": "5.4.0-beta.3", - "@shopgate/pwa-common": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3" + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-common": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4" } } diff --git a/libraries/ui-material/package.json b/libraries/ui-material/package.json index 4e1c9d8abc..2df08ac108 100644 --- a/libraries/ui-material/package.json +++ b/libraries/ui-material/package.json @@ -1,12 +1,12 @@ { "name": "@shopgate/pwa-ui-material", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "description": "Shopgate's material design UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/eslint-config": "5.4.0-beta.3", - "@shopgate/pwa-common": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3" + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-common": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4" } } diff --git a/libraries/ui-shared/package.json b/libraries/ui-shared/package.json index d279b59aa0..6812f00a6c 100644 --- a/libraries/ui-shared/package.json +++ b/libraries/ui-shared/package.json @@ -1,13 +1,13 @@ { "name": "@shopgate/pwa-ui-shared", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "description": "Shopgate's shared UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/eslint-config": "5.4.0-beta.3", - "@shopgate/pwa-common": "5.4.0-beta.3", - "@shopgate/pwa-common-commerce": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3" + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-common": "5.4.0-beta.4", + "@shopgate/pwa-common-commerce": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4" } } diff --git a/libraries/webcheckout/package.json b/libraries/webcheckout/package.json index 3552cdb8fc..161da2ecf5 100644 --- a/libraries/webcheckout/package.json +++ b/libraries/webcheckout/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-webcheckout-shopify", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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.4.0-beta.3", - "@shopgate/pwa-common": "5.4.0-beta.3", - "@shopgate/pwa-core": "5.4.0-beta.3", - "@shopgate/pwa-unit-test": "5.4.0-beta.3", + "@shopgate/eslint-config": "5.4.0-beta.4", + "@shopgate/pwa-common": "5.4.0-beta.4", + "@shopgate/pwa-core": "5.4.0-beta.4", + "@shopgate/pwa-unit-test": "5.4.0-beta.4", "jest": "^22.4.3", "react": "^16.3.2", "react-dom": "^16.3.2", diff --git a/themes/gmd b/themes/gmd index 7baf504853..396e85eb24 160000 --- a/themes/gmd +++ b/themes/gmd @@ -1 +1 @@ -Subproject commit 7baf504853c9ab584e68d22f83f80d48ae5b1aa2 +Subproject commit 396e85eb248c5f02dbc122b2bde4502b2c0ed92c diff --git a/themes/ios11 b/themes/ios11 index 413e8fa9f0..4ba03a0e71 160000 --- a/themes/ios11 +++ b/themes/ios11 @@ -1 +1 @@ -Subproject commit 413e8fa9f0fd5b5f6635ce448e07eb7482d1ca14 +Subproject commit 4ba03a0e719497c1d5313aa169d919a00094580c diff --git a/utils/e2e/package.json b/utils/e2e/package.json index b02e8d0e90..fe9b26c0ee 100644 --- a/utils/e2e/package.json +++ b/utils/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-e2e-test", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "description": "E2E test setup for the Shopgate Connect PWA.", "author": "Shopgate ", "license": "Apache-2.0", diff --git a/utils/eslint-config/package.json b/utils/eslint-config/package.json index da7b8e9dcf..345050c7d0 100644 --- a/utils/eslint-config/package.json +++ b/utils/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/eslint-config", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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 331ce5344a..0cd47d9375 100644 --- a/utils/unit-tests/package.json +++ b/utils/unit-tests/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-unit-test", - "version": "5.4.0-beta.3", + "version": "5.4.0-beta.4", "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.4.0-beta.3", + "@shopgate/eslint-config": "5.4.0-beta.4", "jest": "^22.4.3", "react": "^16.3.2", "react-dom": "^16.3.2"