diff --git a/extensions/@shopgate-product-reviews/extension-config.json b/extensions/@shopgate-product-reviews/extension-config.json index dd8e715196..e619da18f6 100644 --- a/extensions/@shopgate-product-reviews/extension-config.json +++ b/extensions/@shopgate-product-reviews/extension-config.json @@ -1,5 +1,5 @@ { - "version": "6.3.1", + "version": "6.4.0-rc.2", "id": "@shopgate/product-reviews", "components": [ { diff --git a/extensions/@shopgate-product-reviews/frontend/package.json b/extensions/@shopgate-product-reviews/frontend/package.json index 44347558d7..3f20e56b99 100644 --- a/extensions/@shopgate-product-reviews/frontend/package.json +++ b/extensions/@shopgate-product-reviews/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/product-reviews", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Shopgate Connect Product Reviews extension.", "license": "Apache-2.0", "scripts": { @@ -19,11 +19,11 @@ } }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-common-commerce": "6.3.1", - "@shopgate/pwa-core": "6.3.1", - "@shopgate/pwa-unit-test": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-common-commerce": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", + "@shopgate/pwa-unit-test": "6.4.0-rc.2", "babel-plugin-react-transform": "^3.0.0", "coveralls": "^3.0.0", "eslint": "^4.17.0", diff --git a/extensions/@shopgate-tracking-ga-native/extension-config.json b/extensions/@shopgate-tracking-ga-native/extension-config.json index 96956d7232..5ab9436df2 100644 --- a/extensions/@shopgate-tracking-ga-native/extension-config.json +++ b/extensions/@shopgate-tracking-ga-native/extension-config.json @@ -1,5 +1,5 @@ { - "version": "6.3.1", + "version": "6.4.0-rc.2", "id": "@shopgate/tracking-ga-native", "components": [ { diff --git a/extensions/@shopgate-tracking-ga-native/frontend/package.json b/extensions/@shopgate-tracking-ga-native/frontend/package.json index 90af46b58c..5eb97ed47d 100644 --- a/extensions/@shopgate-tracking-ga-native/frontend/package.json +++ b/extensions/@shopgate-tracking-ga-native/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/tracking-ga-native", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Shopgate Connect Google Analytics native tracker extension.", "main": "frontend/index.js", "repository": "shopgate/tracking-ga-native", @@ -23,12 +23,12 @@ } }, "dependencies": { - "@shopgate/tracking-core": "6.3.1" + "@shopgate/tracking-core": "6.4.0-rc.2" }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-core": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", "babel-core": "^6.26.3", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", diff --git a/extensions/@shopgate-user-privacy/extension-config.json b/extensions/@shopgate-user-privacy/extension-config.json index 716295f555..61d16d9afe 100644 --- a/extensions/@shopgate-user-privacy/extension-config.json +++ b/extensions/@shopgate-user-privacy/extension-config.json @@ -1,5 +1,5 @@ { - "version": "6.3.1", + "version": "6.4.0-rc.2", "id": "@shopgate/user-privacy", "configuration": { "isActive": { diff --git a/extensions/@shopgate-user-privacy/frontend/package.json b/extensions/@shopgate-user-privacy/frontend/package.json index 809c6ca2d7..d7342a9a58 100644 --- a/extensions/@shopgate-user-privacy/frontend/package.json +++ b/extensions/@shopgate-user-privacy/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/user-privacy", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Shopgate Connect User Privacy Extension", "license": "Apache 2.0", "repository": { @@ -11,11 +11,11 @@ "lint": "eslint --ignore-path ../.gitignore --ext .js --ext .jsx ." }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-common-commerce": "6.3.1", - "@shopgate/pwa-core": "6.3.1", - "@shopgate/pwa-ui-shared": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-common-commerce": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", + "@shopgate/pwa-ui-shared": "6.4.0-rc.2", "eslint": "^4.17.0", "prop-types": "^15.6.0", "react": "~16.8.4", diff --git a/lerna.json b/lerna.json index 9110b357aa..34a0993cc4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "6.3.1", + "version": "6.4.0-rc.2", "packages": [ "extensions/@shopgate-product-reviews/frontend", "extensions/@shopgate-tracking-ga-native/frontend", diff --git a/libraries/commerce/package.json b/libraries/commerce/package.json index a799632198..017535eb29 100644 --- a/libraries/commerce/package.json +++ b/libraries/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common-commerce", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Commerce library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -19,10 +19,10 @@ "reselect": "^3.0.1" }, "devDependencies": { - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-core": "6.3.1", - "@shopgate/pwa-unit-test": "6.3.1", - "@shopgate/tracking-core": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", + "@shopgate/pwa-unit-test": "6.4.0-rc.2", + "@shopgate/tracking-core": "6.4.0-rc.2", "lodash": "^4.17.4", "react": "~16.8.4", "react-dom": "~16.8.4" diff --git a/libraries/common/package.json b/libraries/common/package.json index e15875bfcf..ddab293996 100644 --- a/libraries/common/package.json +++ b/libraries/common/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Common library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -16,7 +16,7 @@ ], "dependencies": { "@sentry/browser": "^4.6.3", - "@shopgate/pwa-benchmark": "6.3.1", + "@shopgate/pwa-benchmark": "6.4.0-rc.2", "@virtuous/conductor": "~2.1.1", "@virtuous/react-conductor": "~2.1.1", "@virtuous/redux-persister": "1.1.0-beta.7", @@ -45,9 +45,9 @@ "url-search-params": "^0.10.0" }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", "@shopgate/pwa-benchmark": "6.0.0", - "@shopgate/pwa-core": "6.3.1", + "@shopgate/pwa-core": "6.4.0-rc.2", "lodash": "^4.17.4", "prop-types": "^15.6.0", "react": "~16.8.4", diff --git a/libraries/core/package.json b/libraries/core/package.json index e48aad9cf5..6a2836daec 100644 --- a/libraries/core/package.json +++ b/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-core", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Core library for the Shopgate Connect PWA.", "author": "Support ", "license": "Apache-2.0", diff --git a/libraries/tracking-core/package.json b/libraries/tracking-core/package.json index 1575bc1e41..34d94c0ba3 100644 --- a/libraries/tracking-core/package.json +++ b/libraries/tracking-core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/tracking-core", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Tracking core library for the Shopgate Connect PWA.", "author": "Shopgate ", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "connect" ], "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-core": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", "chai": "^3.5.0", "jest": "^23.5.0", "jsdom": "9.8.3", diff --git a/libraries/tracking/package.json b/libraries/tracking/package.json index 70a830e145..1cf9e55a1d 100644 --- a/libraries/tracking/package.json +++ b/libraries/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-tracking", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Tracking library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -15,11 +15,11 @@ "connect" ], "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-common-commerce": "6.3.1", - "@shopgate/pwa-core": "6.3.1", - "@shopgate/tracking-core": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-common-commerce": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", + "@shopgate/tracking-core": "6.4.0-rc.2", "reselect": "^3.0.1", "rxjs": "^5.4.3" } diff --git a/libraries/ui-ios/package.json b/libraries/ui-ios/package.json index 7899f46a3a..b8c189acb1 100644 --- a/libraries/ui-ios/package.json +++ b/libraries/ui-ios/package.json @@ -1,11 +1,11 @@ { "name": "@shopgate/pwa-ui-ios", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Shopgate's iOS UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/pwa-common": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", "react": "~16.8.4" }, "peerDependencies": { diff --git a/libraries/ui-material/package.json b/libraries/ui-material/package.json index 85d31749b4..05d9c0ac01 100644 --- a/libraries/ui-material/package.json +++ b/libraries/ui-material/package.json @@ -1,11 +1,11 @@ { "name": "@shopgate/pwa-ui-material", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Shopgate's material design UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/pwa-common": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", "react": "~16.8.4" }, "dependencies": { diff --git a/libraries/ui-shared/package.json b/libraries/ui-shared/package.json index eb0d3a35cc..73d5f63ad0 100644 --- a/libraries/ui-shared/package.json +++ b/libraries/ui-shared/package.json @@ -1,16 +1,16 @@ { "name": "@shopgate/pwa-ui-shared", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Shopgate's shared UI components.", "main": "index.js", "license": "Apache-2.0", "dependencies": { - "@shopgate/pwa-ui-ios": "6.3.1", - "@shopgate/pwa-ui-material": "6.3.1" + "@shopgate/pwa-ui-ios": "6.4.0-rc.2", + "@shopgate/pwa-ui-material": "6.4.0-rc.2" }, "devDependencies": { - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-common-commerce": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-common-commerce": "6.4.0-rc.2", "classnames": "^2.2.5", "react": "~16.8.4" }, diff --git a/libraries/webcheckout/package.json b/libraries/webcheckout/package.json index e1b4f64d63..626f54d964 100644 --- a/libraries/webcheckout/package.json +++ b/libraries/webcheckout/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-webcheckout-shopify", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Webcheckout Shopify library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -17,8 +17,8 @@ "connect" ], "devDependencies": { - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-core": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", "react": "~16.8.4" } } diff --git a/themes/theme-gmd/extension-config.json b/themes/theme-gmd/extension-config.json index 73c326593a..d0066bcf66 100644 --- a/themes/theme-gmd/extension-config.json +++ b/themes/theme-gmd/extension-config.json @@ -1,5 +1,5 @@ { - "version": "6.3.1", + "version": "6.4.0-rc.2", "id": "@shopgate/theme-gmd", "configuration": { "appId": { diff --git a/themes/theme-gmd/package.json b/themes/theme-gmd/package.json index 9716ee53eb..cb340cecca 100644 --- a/themes/theme-gmd/package.json +++ b/themes/theme-gmd/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/theme-gmd", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Google Material Design theme for the Shopgate Connect PWA.", "repository": "shopgate/theme-gmd", "bugs": "https://github.com/shopgate/theme-gmd/issues", @@ -16,14 +16,14 @@ "e2e:user": "cypress open -P ./e2e/extensions/user" }, "dependencies": { - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-common-commerce": "6.3.1", - "@shopgate/pwa-core": "6.3.1", - "@shopgate/pwa-tracking": "6.3.1", - "@shopgate/pwa-ui-material": "6.3.1", - "@shopgate/pwa-ui-shared": "6.3.1", - "@shopgate/pwa-webcheckout-shopify": "6.3.1", - "@shopgate/tracking-core": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-common-commerce": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", + "@shopgate/pwa-tracking": "6.4.0-rc.2", + "@shopgate/pwa-ui-material": "6.4.0-rc.2", + "@shopgate/pwa-ui-shared": "6.4.0-rc.2", + "@shopgate/pwa-webcheckout-shopify": "6.4.0-rc.2", + "@shopgate/tracking-core": "6.4.0-rc.2", "@virtuous/conductor": "~2.1.1", "@virtuous/react-conductor": "~2.1.1", "babel-core": "^6.26.3", @@ -64,9 +64,9 @@ "smoothscroll-polyfill": "^0.4.3" }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-e2e-test": "6.3.1", - "@shopgate/pwa-unit-test": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-e2e-test": "6.4.0-rc.2", + "@shopgate/pwa-unit-test": "6.4.0-rc.2", "coveralls": "^3.0.0", "eslint": "^4.17.0", "eslint-import-resolver-babel-module": "4.0.0", diff --git a/themes/theme-ios11/extension-config.json b/themes/theme-ios11/extension-config.json index 33691cfbfa..703b5dc56b 100644 --- a/themes/theme-ios11/extension-config.json +++ b/themes/theme-ios11/extension-config.json @@ -1,5 +1,5 @@ { - "version": "6.3.1", + "version": "6.4.0-rc.2", "id": "@shopgate/theme-ios11", "configuration": { "appId": { diff --git a/themes/theme-ios11/package.json b/themes/theme-ios11/package.json index 95491a9662..d0fd851612 100644 --- a/themes/theme-ios11/package.json +++ b/themes/theme-ios11/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/theme-ios11", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "iOS11 theme for the Shopgate Connect PWA.", "repository": "shopgate/theme-ios11", "bugs": "https://github.com/shopgate/theme-ios11/issues", @@ -15,15 +15,15 @@ "e2e:checkout": "cypress open -P ./e2e/extensions/checkout" }, "dependencies": { - "@shopgate/pwa-common": "6.3.1", - "@shopgate/pwa-common-commerce": "6.3.1", - "@shopgate/pwa-core": "6.3.1", - "@shopgate/pwa-tracking": "6.3.1", - "@shopgate/pwa-ui-ios": "6.3.1", - "@shopgate/pwa-ui-material": "6.3.1", - "@shopgate/pwa-ui-shared": "6.3.1", - "@shopgate/pwa-webcheckout-shopify": "6.3.1", - "@shopgate/tracking-core": "6.3.1", + "@shopgate/pwa-common": "6.4.0-rc.2", + "@shopgate/pwa-common-commerce": "6.4.0-rc.2", + "@shopgate/pwa-core": "6.4.0-rc.2", + "@shopgate/pwa-tracking": "6.4.0-rc.2", + "@shopgate/pwa-ui-ios": "6.4.0-rc.2", + "@shopgate/pwa-ui-material": "6.4.0-rc.2", + "@shopgate/pwa-ui-shared": "6.4.0-rc.2", + "@shopgate/pwa-webcheckout-shopify": "6.4.0-rc.2", + "@shopgate/tracking-core": "6.4.0-rc.2", "@virtuous/conductor": "~2.1.1", "@virtuous/react-conductor": "~2.1.1", "babel-core": "^6.26.3", @@ -65,9 +65,9 @@ "smoothscroll-polyfill": "^0.4.3" }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", - "@shopgate/pwa-e2e-test": "6.3.1", - "@shopgate/pwa-unit-test": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", + "@shopgate/pwa-e2e-test": "6.4.0-rc.2", + "@shopgate/pwa-unit-test": "6.4.0-rc.2", "coveralls": "^3.0.0", "eslint": "^4.17.0", "eslint-import-resolver-babel-module": "4.0.0", diff --git a/utils/benchmark/package.json b/utils/benchmark/package.json index 3724fe801a..8a9a18de46 100644 --- a/utils/benchmark/package.json +++ b/utils/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-benchmark", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Benchmark suite for PWA", "author": "Rene Eichhorn", "main": "index.js", diff --git a/utils/e2e/package.json b/utils/e2e/package.json index 0f21feddc9..cbda5bd0c3 100644 --- a/utils/e2e/package.json +++ b/utils/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-e2e-test", - "version": "6.3.1", + "version": "6.4.0-rc.2", "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 8619c9c7cb..1e70ccba3b 100644 --- a/utils/eslint-config/package.json +++ b/utils/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/eslint-config", - "version": "6.3.1", + "version": "6.4.0-rc.2", "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 a1ab533ff3..70b3891ca0 100644 --- a/utils/unit-tests/package.json +++ b/utils/unit-tests/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-unit-test", - "version": "6.3.1", + "version": "6.4.0-rc.2", "description": "Unit test setup for the Shopgate Connect PWA.", "author": "Shopgate ", "license": "Apache-2.0", @@ -14,7 +14,7 @@ "react-tap-event-plugin": "^3.0.2" }, "devDependencies": { - "@shopgate/eslint-config": "6.3.1", + "@shopgate/eslint-config": "6.4.0-rc.2", "jest": "^23.5.0", "react": "~16.8.4", "react-dom": "~16.8.4"