From 1f3cb51a87b2b86fa83e91673eaf1a0e4b471c52 Mon Sep 17 00:00:00 2001 From: k2maan Date: Fri, 15 Sep 2023 15:40:36 +0530 Subject: [PATCH] Updated: package version for minor release (1.6.0) --- 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 c4d558c..484e2dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hotwax/dxp-components", - "version": "1.5.3", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hotwax/dxp-components", - "version": "1.5.3", + "version": "1.6.0", "license": "Apache-2.0", "dependencies": { "@hotwax/oms-api": "^1.8.1", diff --git a/package.json b/package.json index 05791e7..aadd190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwax/dxp-components", - "version": "1.5.3", + "version": "1.6.0", "description": "", "type": "module", "main": "lib/index.cjs",