From 199ff79d293ed62626cfdc92ef87773b7ca7fa23 Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Mon, 14 Oct 2024 10:42:48 +0530 Subject: [PATCH] Updated: app version for the patch release (v1.15.4) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6f973e..2ecfdba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hotwax/dxp-components", - "version": "1.15.3", + "version": "1.15.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hotwax/dxp-components", - "version": "1.15.3", + "version": "1.15.4", "license": "Apache-2.0", "dependencies": { "@hotwax/oms-api": "^1.8.1", diff --git a/package.json b/package.json index 9ae2bde..f1f91b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwax/dxp-components", - "version": "1.15.3", + "version": "1.15.4", "description": "", "type": "module", "main": "lib/index.cjs",