diff --git a/extension-config.json b/extension-config.json index 0d449e5ad..af716ad4f 100644 --- a/extension-config.json +++ b/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.20.1", + "version": "7.20.2", "id": "@shopgate/user-privacy", "configuration": { "isActive": { diff --git a/frontend/package.json b/frontend/package.json index 2fe5149a6..94e48eb2f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/user-privacy", - "version": "7.20.1", + "version": "7.20.2", "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.1", - "@shopgate/pwa-common-commerce": "7.20.1", - "@shopgate/pwa-core": "7.20.1", - "@shopgate/pwa-ui-shared": "7.20.1", + "@shopgate/pwa-common": "7.20.2", + "@shopgate/pwa-common-commerce": "7.20.2", + "@shopgate/pwa-core": "7.20.2", + "@shopgate/pwa-ui-shared": "7.20.2", "prop-types": "~15.7.2", "react": "~16.12.0", "react-redux": "^5.1.2",