From b210694fbf0363803b9c81a564bb852d8f0d3db3 Mon Sep 17 00:00:00 2001 From: shopgate-deployer Date: Mon, 18 Nov 2024 10:55:26 +0000 Subject: [PATCH] Released 7.20.1 --- .../extension-config.json | 2 +- .../frontend/package.json | 12 ++++---- .../frontend/package.json | 2 +- .../extension-config.json | 2 +- .../frontend/package.json | 8 ++--- .../extension-config.json | 2 +- .../frontend/package.json | 10 +++---- lerna.json | 2 +- libraries/commerce/package.json | 6 ++-- libraries/common/package.json | 6 ++-- libraries/core/package.json | 2 +- libraries/engage/package.json | 14 ++++----- libraries/tracking-core/package.json | 6 ++-- libraries/tracking/package.json | 10 +++---- libraries/ui-ios/package.json | 4 +-- libraries/ui-material/package.json | 4 +-- libraries/ui-shared/package.json | 10 +++---- libraries/webcheckout/package.json | 6 ++-- themes/theme-gmd/extension-config.json | 2 +- themes/theme-gmd/package.json | 28 ++++++++--------- themes/theme-ios11/extension-config.json | 2 +- themes/theme-ios11/package.json | 30 +++++++++---------- utils/benchmark/package.json | 2 +- utils/e2e/package.json | 2 +- utils/eslint-config/package.json | 2 +- utils/unit-tests/package.json | 2 +- utils/webpack/package.json | 2 +- 27 files changed, 90 insertions(+), 90 deletions(-) diff --git a/extensions/@shopgate-product-reviews/extension-config.json b/extensions/@shopgate-product-reviews/extension-config.json index 9e04082a07..7ae8b98430 100644 --- a/extensions/@shopgate-product-reviews/extension-config.json +++ b/extensions/@shopgate-product-reviews/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.20.0-beta.16", + "version": "7.20.1", "id": "@shopgate/product-reviews", "components": [ { diff --git a/extensions/@shopgate-product-reviews/frontend/package.json b/extensions/@shopgate-product-reviews/frontend/package.json index b578ad0d86..142098a204 100644 --- a/extensions/@shopgate-product-reviews/frontend/package.json +++ b/extensions/@shopgate-product-reviews/frontend/package.json @@ -1,14 +1,14 @@ { "name": "@shopgate/product-reviews", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate Connect Product Reviews extension.", "license": "Apache-2.0", "devDependencies": { - "@shopgate/engage": "7.20.0-beta.16", - "@shopgate/eslint-config": "7.20.0-beta.16", - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", + "@shopgate/engage": "7.20.1", + "@shopgate/eslint-config": "7.20.1", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", + "@shopgate/pwa-core": "7.20.1", "lint-staged": "^7.2.2", "prop-types": "~15.7.2", "react": "~16.12.0", diff --git a/extensions/@shopgate-theme-config/frontend/package.json b/extensions/@shopgate-theme-config/frontend/package.json index f8d3647ccd..33b8a84a31 100644 --- a/extensions/@shopgate-theme-config/frontend/package.json +++ b/extensions/@shopgate-theme-config/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/theme-config", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Provides the theme configurations for Catalog 2.0", "license": "Apache-2.0", "devDependencies": { diff --git a/extensions/@shopgate-tracking-ga-native/extension-config.json b/extensions/@shopgate-tracking-ga-native/extension-config.json index cec76ea0a7..7dc630463b 100644 --- a/extensions/@shopgate-tracking-ga-native/extension-config.json +++ b/extensions/@shopgate-tracking-ga-native/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.20.0-beta.16", + "version": "7.20.1", "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 4e82659e4c..167e3afe94 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": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate Connect Google Analytics native tracker extension.", "main": "frontend/index.js", "repository": "shopgate/tracking-ga-native", @@ -8,10 +8,10 @@ "homepage": "https://github.com/shopgate/tracking-ga-native", "license": "Apache-2.0", "dependencies": { - "@shopgate/tracking-core": "7.20.0-beta.16" + "@shopgate/tracking-core": "7.20.1" }, "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16" + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-core": "7.20.1" } } diff --git a/extensions/@shopgate-user-privacy/extension-config.json b/extensions/@shopgate-user-privacy/extension-config.json index fab9e35bb0..0d449e5ad0 100644 --- a/extensions/@shopgate-user-privacy/extension-config.json +++ b/extensions/@shopgate-user-privacy/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.20.0-beta.16", + "version": "7.20.1", "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 6d966bcf69..2fe5149a65 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": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate Connect User Privacy Extension", "license": "Apache 2.0", "repository": { @@ -8,10 +8,10 @@ "url": "https://github.com/shopgate/ext-user-privacy" }, "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", - "@shopgate/pwa-ui-shared": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", + "@shopgate/pwa-core": "7.20.1", + "@shopgate/pwa-ui-shared": "7.20.1", "prop-types": "~15.7.2", "react": "~16.12.0", "react-redux": "^5.1.2", diff --git a/lerna.json b/lerna.json index b5697cff07..e1d6dce0b6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "7.20.0-beta.16", + "version": "7.20.1", "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 40c913b992..7b373d052c 100644 --- a/libraries/commerce/package.json +++ b/libraries/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common-commerce", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Commerce library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -19,8 +19,8 @@ "reselect": "^3.0.1" }, "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-core": "7.20.1", "lodash": "^4.17.4", "react": "~16.12.0", "react-dom": "~16.12.0" diff --git a/libraries/common/package.json b/libraries/common/package.json index ab788857ea..6623998f37 100644 --- a/libraries/common/package.json +++ b/libraries/common/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-common", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Common library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -16,7 +16,7 @@ ], "dependencies": { "@sentry/browser": "6.0.1", - "@shopgate/pwa-benchmark": "7.20.0-beta.16", + "@shopgate/pwa-benchmark": "7.20.1", "@virtuous/conductor": "~2.5.0", "@virtuous/react-conductor": "~2.5.0", "@virtuous/redux-persister": "1.1.0-beta.7", @@ -44,7 +44,7 @@ "url-search-params": "^0.10.0" }, "devDependencies": { - "@shopgate/pwa-core": "7.20.0-beta.16", + "@shopgate/pwa-core": "7.20.1", "lodash": "^4.17.4", "prop-types": "~15.7.2", "react": "~16.12.0", diff --git a/libraries/core/package.json b/libraries/core/package.json index 84e796d1f1..b98bc99d0b 100644 --- a/libraries/core/package.json +++ b/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-core", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Core library for the Shopgate Connect PWA.", "author": "Support ", "license": "Apache-2.0", diff --git a/libraries/engage/package.json b/libraries/engage/package.json index c35005c142..4dfb63ba13 100644 --- a/libraries/engage/package.json +++ b/libraries/engage/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/engage", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate's ENGAGE library.", "license": "Apache-2.0", "author": "Shopgate ", @@ -16,12 +16,12 @@ ], "dependencies": { "@shopgate/native-modules": "1.0.0-beta.18", - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", - "@shopgate/pwa-ui-ios": "7.20.0-beta.16", - "@shopgate/pwa-ui-material": "7.20.0-beta.16", - "@shopgate/pwa-ui-shared": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", + "@shopgate/pwa-core": "7.20.1", + "@shopgate/pwa-ui-ios": "7.20.1", + "@shopgate/pwa-ui-material": "7.20.1", + "@shopgate/pwa-ui-shared": "7.20.1", "@stripe/react-stripe-js": "^1.1.2", "@stripe/stripe-js": "^1.3.1", "@virtuous/conductor": "~2.5.0", diff --git a/libraries/tracking-core/package.json b/libraries/tracking-core/package.json index 5abc17c022..b562b31f2c 100644 --- a/libraries/tracking-core/package.json +++ b/libraries/tracking-core/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/tracking-core", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Tracking core library for the Shopgate Connect PWA.", "author": "Shopgate ", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "connect" ], "devDependencies": { - "@shopgate/eslint-config": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", + "@shopgate/eslint-config": "7.20.1", + "@shopgate/pwa-core": "7.20.1", "chai": "^3.5.0", "jsdom": "^10.0.0", "mocha": "^3.1.0", diff --git a/libraries/tracking/package.json b/libraries/tracking/package.json index 9863dae5c5..4347718feb 100644 --- a/libraries/tracking/package.json +++ b/libraries/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-tracking", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Tracking library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -15,10 +15,10 @@ "connect" ], "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", - "@shopgate/tracking-core": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", + "@shopgate/pwa-core": "7.20.1", + "@shopgate/tracking-core": "7.20.1", "reselect": "^3.0.1", "rxjs": "~5.5.12" } diff --git a/libraries/ui-ios/package.json b/libraries/ui-ios/package.json index d42e2a53be..1b63d4894b 100644 --- a/libraries/ui-ios/package.json +++ b/libraries/ui-ios/package.json @@ -1,11 +1,11 @@ { "name": "@shopgate/pwa-ui-ios", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate's iOS UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", "react": "~16.12.0" }, "peerDependencies": { diff --git a/libraries/ui-material/package.json b/libraries/ui-material/package.json index 9551fe6be8..89dee1fc42 100644 --- a/libraries/ui-material/package.json +++ b/libraries/ui-material/package.json @@ -1,11 +1,11 @@ { "name": "@shopgate/pwa-ui-material", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate's material design UI components.", "main": "index.js", "license": "Apache-2.0", "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", "react": "~16.12.0", "react-dom": "~16.12.0", "redux": "^4.0.1" diff --git a/libraries/ui-shared/package.json b/libraries/ui-shared/package.json index fca8a10e22..d2c43af676 100644 --- a/libraries/ui-shared/package.json +++ b/libraries/ui-shared/package.json @@ -1,17 +1,17 @@ { "name": "@shopgate/pwa-ui-shared", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Shopgate's shared UI components.", "main": "index.js", "license": "Apache-2.0", "dependencies": { - "@shopgate/pwa-ui-ios": "7.20.0-beta.16", - "@shopgate/pwa-ui-material": "7.20.0-beta.16", + "@shopgate/pwa-ui-ios": "7.20.1", + "@shopgate/pwa-ui-material": "7.20.1", "react-day-picker": "^7.4.8" }, "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", "classnames": "2.3.3", "react": "~16.12.0" }, diff --git a/libraries/webcheckout/package.json b/libraries/webcheckout/package.json index a4f1fd27d9..c9b36fe917 100644 --- a/libraries/webcheckout/package.json +++ b/libraries/webcheckout/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-webcheckout-shopify", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Webcheckout Shopify library for the Shopgate Connect PWA.", "license": "Apache-2.0", "author": "Shopgate ", @@ -17,8 +17,8 @@ "connect" ], "devDependencies": { - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-core": "7.20.1", "react": "~16.12.0" } } diff --git a/themes/theme-gmd/extension-config.json b/themes/theme-gmd/extension-config.json index ea93e1e3ad..1d7de633d8 100644 --- a/themes/theme-gmd/extension-config.json +++ b/themes/theme-gmd/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.20.0-beta.16", + "version": "7.20.1", "id": "@shopgate/theme-gmd", "configuration": { "appId": { diff --git a/themes/theme-gmd/package.json b/themes/theme-gmd/package.json index 9920b61987..7196aa7b73 100644 --- a/themes/theme-gmd/package.json +++ b/themes/theme-gmd/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/theme-gmd", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Google Material Design theme for the Shopgate Connect PWA.", "repository": "shopgate/theme-gmd", "bugs": "https://github.com/shopgate/theme-gmd/issues", @@ -32,16 +32,16 @@ "@babel/runtime": "^7.5.5", "@babel/runtime-corejs3": "^7.5.5", "@hot-loader/react-dom": "~16.8.6", - "@shopgate/engage": "7.20.0-beta.16", - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", - "@shopgate/pwa-tracking": "7.20.0-beta.16", - "@shopgate/pwa-ui-material": "7.20.0-beta.16", - "@shopgate/pwa-ui-shared": "7.20.0-beta.16", - "@shopgate/pwa-webcheckout-shopify": "7.20.0-beta.16", - "@shopgate/tracking-core": "7.20.0-beta.16", - "@shopgate/webpack": "7.20.0-beta.16", + "@shopgate/engage": "7.20.1", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", + "@shopgate/pwa-core": "7.20.1", + "@shopgate/pwa-tracking": "7.20.1", + "@shopgate/pwa-ui-material": "7.20.1", + "@shopgate/pwa-ui-shared": "7.20.1", + "@shopgate/pwa-webcheckout-shopify": "7.20.1", + "@shopgate/tracking-core": "7.20.1", + "@shopgate/webpack": "7.20.1", "@virtuous/conductor": "~2.5.0", "@virtuous/react-conductor": "~2.5.0", "babel-plugin-flow-react-proptypes": "^25.1.0", @@ -71,9 +71,9 @@ "webpack-cli": "3.3.6" }, "devDependencies": { - "@shopgate/eslint-config": "7.20.0-beta.16", - "@shopgate/pwa-e2e-test": "7.20.0-beta.16", - "@shopgate/pwa-unit-test": "7.20.0-beta.16", + "@shopgate/eslint-config": "7.20.1", + "@shopgate/pwa-e2e-test": "7.20.1", + "@shopgate/pwa-unit-test": "7.20.1", "@types/react": "^16.9.11", "coveralls": "^3.0.0", "eslint": "~5.12.0", diff --git a/themes/theme-ios11/extension-config.json b/themes/theme-ios11/extension-config.json index 31d53822ea..4bc4ab3781 100644 --- a/themes/theme-ios11/extension-config.json +++ b/themes/theme-ios11/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.20.0-beta.16", + "version": "7.20.1", "id": "@shopgate/theme-ios11", "configuration": { "appId": { diff --git a/themes/theme-ios11/package.json b/themes/theme-ios11/package.json index 48af6bd2a3..b0ecb8387a 100644 --- a/themes/theme-ios11/package.json +++ b/themes/theme-ios11/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/theme-ios11", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "iOS11 theme for the Shopgate Connect PWA.", "repository": "shopgate/theme-ios11", "bugs": "https://github.com/shopgate/theme-ios11/issues", @@ -31,17 +31,17 @@ "@babel/runtime": "^7.5.5", "@babel/runtime-corejs3": "^7.5.5", "@hot-loader/react-dom": "~16.8.6", - "@shopgate/engage": "7.20.0-beta.16", - "@shopgate/pwa-common": "7.20.0-beta.16", - "@shopgate/pwa-common-commerce": "7.20.0-beta.16", - "@shopgate/pwa-core": "7.20.0-beta.16", - "@shopgate/pwa-tracking": "7.20.0-beta.16", - "@shopgate/pwa-ui-ios": "7.20.0-beta.16", - "@shopgate/pwa-ui-material": "7.20.0-beta.16", - "@shopgate/pwa-ui-shared": "7.20.0-beta.16", - "@shopgate/pwa-webcheckout-shopify": "7.20.0-beta.16", - "@shopgate/tracking-core": "7.20.0-beta.16", - "@shopgate/webpack": "7.20.0-beta.16", + "@shopgate/engage": "7.20.1", + "@shopgate/pwa-common": "7.20.1", + "@shopgate/pwa-common-commerce": "7.20.1", + "@shopgate/pwa-core": "7.20.1", + "@shopgate/pwa-tracking": "7.20.1", + "@shopgate/pwa-ui-ios": "7.20.1", + "@shopgate/pwa-ui-material": "7.20.1", + "@shopgate/pwa-ui-shared": "7.20.1", + "@shopgate/pwa-webcheckout-shopify": "7.20.1", + "@shopgate/tracking-core": "7.20.1", + "@shopgate/webpack": "7.20.1", "@virtuous/conductor": "~2.5.0", "@virtuous/react-conductor": "~2.5.0", "babel-plugin-flow-react-proptypes": "^25.1.0", @@ -72,9 +72,9 @@ "webpack-cli": "3.3.6" }, "devDependencies": { - "@shopgate/eslint-config": "7.20.0-beta.16", - "@shopgate/pwa-e2e-test": "7.20.0-beta.16", - "@shopgate/pwa-unit-test": "7.20.0-beta.16", + "@shopgate/eslint-config": "7.20.1", + "@shopgate/pwa-e2e-test": "7.20.1", + "@shopgate/pwa-unit-test": "7.20.1", "@types/react": "^16.9.11", "coveralls": "^3.0.0", "eslint": "~5.12.0", diff --git a/utils/benchmark/package.json b/utils/benchmark/package.json index 1b67a99f9e..e19d84fa7d 100644 --- a/utils/benchmark/package.json +++ b/utils/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-benchmark", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "Benchmark suite for PWA", "author": "Rene Eichhorn", "main": "index.js", diff --git a/utils/e2e/package.json b/utils/e2e/package.json index 6bdcc490c4..14baedca09 100644 --- a/utils/e2e/package.json +++ b/utils/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-e2e-test", - "version": "7.20.0-beta.16", + "version": "7.20.1", "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 140469ab84..2b3890f1f0 100644 --- a/utils/eslint-config/package.json +++ b/utils/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/eslint-config", - "version": "7.20.0-beta.16", + "version": "7.20.1", "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 70487dcab0..efe1d273db 100644 --- a/utils/unit-tests/package.json +++ b/utils/unit-tests/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/pwa-unit-test", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "The unit tests setup for Shopgate's ENGAGE.", "author": "Shopgate ", "license": "Apache-2.0", diff --git a/utils/webpack/package.json b/utils/webpack/package.json index e180ad9f3f..b70195d86f 100644 --- a/utils/webpack/package.json +++ b/utils/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/webpack", - "version": "7.20.0-beta.16", + "version": "7.20.1", "description": "The webpack configuration for Shopgate's Engage.", "main": "webpack.config.js", "license": "Apache-2.0",