From 79822ce482e27fc907ddcebdad72e57263d864c0 Mon Sep 17 00:00:00 2001 From: shopgate-deployer Date: Thu, 24 Oct 2024 14:50:43 +0000 Subject: [PATCH] Released 7.20.0-beta.12 --- extension-config.json | 2 +- frontend/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extension-config.json b/extension-config.json index ab87af37f..53a40b0ae 100644 --- a/extension-config.json +++ b/extension-config.json @@ -1,5 +1,5 @@ { - "version": "7.12.2", + "version": "7.20.0-beta.12", "id": "@shopgate/user-privacy", "configuration": { "isActive": { diff --git a/frontend/package.json b/frontend/package.json index 0ff42944b..0627d79d9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/user-privacy", - "version": "7.12.2", + "version": "7.20.0-beta.12", "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.12.2", - "@shopgate/pwa-common-commerce": "7.12.2", - "@shopgate/pwa-core": "7.12.2", - "@shopgate/pwa-ui-shared": "7.12.2", + "@shopgate/pwa-common": "7.20.0-beta.12", + "@shopgate/pwa-common-commerce": "7.20.0-beta.12", + "@shopgate/pwa-core": "7.20.0-beta.12", + "@shopgate/pwa-ui-shared": "7.20.0-beta.12", "prop-types": "~15.7.2", "react": "~16.12.0", "react-redux": "^5.1.2",