From faf6580526f4d192ba0d3b88b1cc70d66b66f59b Mon Sep 17 00:00:00 2001 From: Goran Stamenkovski Date: Wed, 21 Aug 2024 13:28:07 +0200 Subject: [PATCH] Release version 11.5.6 ISSUE: CS-5780 --- extension/package-lock.json | 4 ++-- extension/package.json | 2 +- notification/package-lock.json | 4 ++-- notification/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index a1f062fc8..9a255729c 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "commercetools-adyen-integration-extension", - "version": "11.5.5", + "version": "11.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commercetools-adyen-integration-extension", - "version": "11.5.5", + "version": "11.5.6", "license": "MIT", "dependencies": { "@commercetools/api-request-builder": "6.0.0", diff --git a/extension/package.json b/extension/package.json index 8483001f5..c98194c3c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration-extension", - "version": "11.5.5", + "version": "11.5.6", "description": "Integration between commercetools and Adyen payment service provider", "license": "MIT", "type": "module", diff --git a/notification/package-lock.json b/notification/package-lock.json index 8f0c35cb9..b61d04f83 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -1,12 +1,12 @@ { "name": "commercetools-adyen-integration-notification", - "version": "11.5.5", + "version": "11.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commercetools-adyen-integration-notification", - "version": "11.5.5", + "version": "11.5.6", "dependencies": { "@adyen/api-library": "18.1.0", "@commercetools/api-request-builder": "6.0.0", diff --git a/notification/package.json b/notification/package.json index 9ad017030..6dd5e2db2 100644 --- a/notification/package.json +++ b/notification/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration-notification", - "version": "11.5.5", + "version": "11.5.6", "description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen", "type": "module", "scripts": {