From 999b5d30fd48b50e98100b0dbe6c3744bb7b4f65 Mon Sep 17 00:00:00 2001 From: Marija Date: Thu, 25 Jan 2024 13:31:13 +0100 Subject: [PATCH] Update version number in package.json ACS0TSLIC-4 --- 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 14d55b729..d448222e4 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "commercetools-adyen-integration-extension", - "version": "11.3.0", + "version": "11.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commercetools-adyen-integration-extension", - "version": "11.3.0", + "version": "11.4.0", "license": "MIT", "dependencies": { "@commercetools/api-request-builder": "6.0.0", diff --git a/extension/package.json b/extension/package.json index 0060ad86c..a2b931897 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration-extension", - "version": "11.3.0", + "version": "11.4.0", "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 5ba453c0f..ac26a6371 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -1,12 +1,12 @@ { "name": "commercetools-adyen-integration-notification", - "version": "11.3.0", + "version": "11.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commercetools-adyen-integration-notification", - "version": "11.3.0", + "version": "11.4.0", "dependencies": { "@adyen/api-library": "15.1.0", "@commercetools/api-request-builder": "6.0.0", diff --git a/notification/package.json b/notification/package.json index baadb0d64..fd5a8deba 100644 --- a/notification/package.json +++ b/notification/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration-notification", - "version": "11.3.0", + "version": "11.4.0", "description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen", "type": "module", "scripts": {