From 5d9c889d7141d4a315daeb79fbc9ad902edfe77b Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Sep 2024 14:45:31 +0100 Subject: [PATCH] [MIGRATION] - Fixed package version --- 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 89f74142a5..72a7064b12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ec4ca08c95..68af6e75e8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alfresco-ng2-components", "commit": "b644b39d17396330d2a67509f58c5b9e890b9b13", "description": "Alfresco Angular components", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install",